Skip to content

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

Open
@graphenn

Description

@graphenn

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions