Skip to content

Commit

Permalink
Dependencies: Update requirement kiwipy~=0.8.2 (#243)
Browse files Browse the repository at this point in the history
This new release of `kiwipy` comes with support for the recent release
of `aio-pika` which comes with stability fixes for the dropping of
connections.
  • Loading branch information
sphuber authored Oct 28, 2022
1 parent b5d1fbe commit fdf4c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ classifiers = [
keywords = ['workflow', 'multithreaded', 'rabbitmq']
requires-python = '>=3.7'
dependencies = [
'aio-pika~=6.6',
'kiwipy[rmq]~=0.7.4',
'kiwipy[rmq]~=0.8.2',
'nest_asyncio~=1.5,>=1.5.1',
'pyyaml~=5.4',
]
Expand All @@ -43,6 +42,7 @@ Documentation = 'https://plumpy.readthedocs.io'
docs = [
'ipython~=7.0',
'jinja2==2.11.3',
'kiwipy[docs]~=0.8.2',
'markupsafe==2.0.1',
'myst-nb~=0.11.0',
'sphinx~=3.2.0',
Expand Down

0 comments on commit fdf4c63

Please sign in to comment.