File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ uvicorn >= 0.17.0
1010websockets >= 13.1
1111
1212# Handler Specific
13- cbor2
13+ # TODO(vytas): Unpin cbor2 once we clean up exception handling, or the upstream revises 6.x behaviour.
14+ cbor2 < 6.0
1415msgpack
1516mujson
1617ujson
@@ -23,5 +24,5 @@ python-rapidjson; platform_python_implementation != 'PyPy' and platform_machine
2324# (not available for CPython 3.15 either yet)
2425orjson; python_version < '3.15' and platform_python_implementation != 'PyPy' and platform_machine != 's390x' and platform_machine != 'aarch64'
2526
26- # NOTE(vytas): msgspec is not fully compatible with 3.14 at the time of writing yet.
27+ # NOTE(vytas): msgspec is not fully compatible with 3.15 at the time of writing yet.
2728msgspec; python_version < '3.15' and platform_python_implementation != 'PyPy' and platform_machine != 's390x' and platform_machine != 'aarch64'
You can’t perform that action at this time.
0 commit comments