Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: "cannot import name 'formatargspec' from 'inspect'" with Python 3.11 #4693

Merged
merged 6 commits into from
May 6, 2024

Commits on Apr 2, 2024

  1. Fixes issue of using wrapt 1.13 with Python 3.11

    The issue is: "ImportError: cannot import name 'formatargspec' from 'inspect'". More details: GrahamDumpleton/wrapt#196
    walter-hernandez authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    155f520 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72fca67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd669dc View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Update CHANGELOG.md

    frascuchon authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    eef6bc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    902e27c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99ff46f View commit details
    Browse the repository at this point in the history