Skip to content

Commit

Permalink
Fixed pipeline by freezing aio-pika to version 9.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
devmaxde committed Dec 9, 2024
1 parent 082b331 commit 6615c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def run(self, *args: Any, **kwargs: Any) -> None:
# For all other setuptools options, see setup.cfg
setup(
install_requires=[
"aio-pika~=9.0",
"aio-pika==9.4.3",
get_protobuf_requirement(),
"Deprecated~=1.2.13",
"python-dateutil ~= 2.8, >=2.8.1",
Expand Down

0 comments on commit 6615c8e

Please sign in to comment.