Skip to content

Commit

Permalink
Dependencies: Add lower limit for patch version of nest-asyncio (#241)
Browse files Browse the repository at this point in the history
The package breaks for `nest-asyncio==1.5.0` so the requirement is
updated to add the lower bound `nest-asyncio>=1.5.1`.
  • Loading branch information
sphuber authored Oct 13, 2022
1 parent f4be3fe commit 449f7e6
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 @@ -29,7 +29,7 @@ requires-python = '>=3.7'
dependencies = [
'aio-pika~=6.6',
'kiwipy[rmq]~=0.7.4',
'nest_asyncio~=1.5',
'nest_asyncio~=1.5,>=1.5.1',
'pyyaml~=5.4',
]

Expand Down

0 comments on commit 449f7e6

Please sign in to comment.