Skip to content

Commit

Permalink
Dependencies: Add type-extensions to direct dependencies (#293)
Browse files Browse the repository at this point in the history
This is a temporary workaround for `aio-pika` breaking for v4.5.0
See mosquito/aio-pika#649
  • Loading branch information
unkcpz authored Dec 2, 2024
1 parent b3837fc commit 3b9318c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ dependencies = [
'kiwipy[rmq]~=0.8.3',
'nest_asyncio~=1.5,>=1.5.1',
'pyyaml~=6.0',
# XXX: workaround for https://github.com/mosquito/aio-pika/issues/649
'typing-extensions~=4.12',
]

[project.urls]
Expand Down

0 comments on commit 3b9318c

Please sign in to comment.