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

For Python 3.13, the dependency version of multidict should be >=6.1.0, not >=4.5 #10516

Open
1 task done
graphenn opened this issue Mar 4, 2025 · 1 comment
Open
1 task done
Labels

Comments

@graphenn
Copy link

graphenn commented Mar 4, 2025

Describe the bug

aio-libs/multidict#1040
The default dependency version of multidict is >=4.5, this version can't be used for python 3.13

To Reproduce

pip install aiohttp on arm linux

Expected behavior

.

Logs/tracebacks

.

Python Version

$ python --version
3.13

aiohttp Version

$ python -m pip show aiohttp
latest

multidict Version

$ python -m pip show multidict
4.6.4

propcache Version

$ python -m pip show propcache
.

yarl Version

$ python -m pip show yarl
.

OS

linux

Related component

Client

Additional context

.

Code of Conduct

  • I agree to follow the aio-libs Code of Conduct
@graphenn graphenn added the bug label Mar 4, 2025
@webknjaz
Copy link
Member

webknjaz commented Mar 4, 2025

Feel free to submit a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants