-
Notifications
You must be signed in to change notification settings - Fork 87
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
"TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'" after upgrading aiohttp to 3.11.0. #263
Comments
I raised this with aiohttp: aio-libs/aiohttp#9866 |
Fix is here #262 |
mxr
added a commit
to mxr/sqlite-export-for-ynab
that referenced
this issue
Nov 14, 2024
pnuckowski/aioresponses#263 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
MoritzWeber0
added a commit
to DSD-DBS/capella-collab-manager
that referenced
this issue
Nov 14, 2024
`aiohttp` released a version that breaks aioresponses. Until the coresponding PR is merged on their side, stick to aiohttp < 3.11.0 More information: pnuckowski/aioresponses#263
This is now resolved. Fixed by both:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
aiohttp
just released v3.11.0.Trying to use
aioresponses
together withaiohttp==3.11.0
leads to the following failure:This can be reproduced with the following minimal reproducer:
This test leads to the above failure on
aiohttp==3.11.0
, but passes onaiohttp==3.10.11
.The text was updated successfully, but these errors were encountered: