Skip to content

Commit b1b683a

Browse files
authored
chore(tests): pin cbor2 until we decide wrt exception handling (#2640)
1 parent e9e1d4b commit b1b683a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

requirements/tests

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ uvicorn >= 0.17.0
1010
websockets >= 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
1415
msgpack
1516
mujson
1617
ujson
@@ -23,5 +24,5 @@ python-rapidjson; platform_python_implementation != 'PyPy' and platform_machine
2324
# (not available for CPython 3.15 either yet)
2425
orjson; 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.
2728
msgspec; python_version < '3.15' and platform_python_implementation != 'PyPy' and platform_machine != 's390x' and platform_machine != 'aarch64'

0 commit comments

Comments
 (0)