Skip to content

Commit

Permalink
Remove dependency of typing-extensions
Browse files Browse the repository at this point in the history
Since kiwipy pinning the upbound version of aio-pika to 9.4.0 to not
include the bug of typing-extentions import error of
mosquito/aio-pika#649.
  • Loading branch information
unkcpz committed Dec 14, 2024
1 parent f760b4a commit d7d12a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@ classifiers = [
keywords = ['workflow', 'multithreaded', 'rabbitmq']
requires-python = '>=3.8'
dependencies = [
'kiwipy[rmq]~=0.8.3',
'kiwipy[rmq]~=0.8.5',
'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 d7d12a3

Please sign in to comment.