-
Notifications
You must be signed in to change notification settings - Fork 220
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
Wrapt 1.15.0 doesn't play well with py3.12 #1894
Comments
still not working with wrapt 1.15.0, I'm using 3.9.18 |
In the wrapt 1.16.0 release, two important things were changed in regards to ObjectProxy:
Currently apm-agent does not use 2.), however 2.) will definitely fix the issue here (at a performance cost). |
Not running all tests but with python 3.12.2 and wrapt 1.16.0 quite a bit of them pass: |
Should I send a PR to include wrapt != 1.15.* in the requirements? |
It should be something like |
I sent the PR, but the CLA process on our side will take a bit of time. I think for the moment it would be best if somebody else opened an equivalent PR. |
Causes Django's
test_stacktrace_filtered_for_elasticapm
to fail.Perhaps related to GrahamDumpleton/wrapt#231 ?
The text was updated successfully, but these errors were encountered: