Skip to content

Commit

Permalink
Dependencies: Temporarily pin aio-pika~=9.4.0
Browse files Browse the repository at this point in the history
Latest release 9.5.0 breaks due to an import error of `typing_extensions`.
See mosquito/aio-pika#649
  • Loading branch information
sphuber committed Dec 1, 2024
1 parent a070bfe commit e326b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pre-commit = [
'pylint==2.12.2',
]
rmq = [
'aio-pika~=9.0',
'aio-pika~=9.4.0',
'pamqp~=3.2',
'pytray>=0.3.4,<0.4.0',
]
Expand Down

0 comments on commit e326b9a

Please sign in to comment.