Skip to content

Commit

Permalink
Dependencies: Add type-extensions to direct dependencies (aiidateam…
Browse files Browse the repository at this point in the history
…#293)

This is a temporary workaround for `aio-pika` breaking for v4.5.0
See mosquito/aio-pika#649
  • Loading branch information
unkcpz committed Dec 14, 2024
1 parent b8ed775 commit a23d5d4
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 a23d5d4

Please sign in to comment.