Skip to content

Commit 963980b

Browse files
Merge pull request #97 from Project-OMOTES/96-aio-pika-950-causes-issues-on-queue-subscription-stop
96: Aio-pika >= 9.5 is causing issues. Limit until we can fix the und…
2 parents 06f5646 + 6cff087 commit 963980b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ classifiers = [
2424
]
2525

2626
dependencies = [
27-
"aio-pika ~= 9.4",
28-
"omotes-sdk-protocol ~= 0.1,>=0.1.15",
27+
"aio-pika ~= 9.4, < 9.5",
28+
"omotes-sdk-protocol ~= 1.0",
2929
"pyesdl ~= 24.2",
3030
"pamqp ~= 3.3",
3131
"celery ~= 5.3",

0 commit comments

Comments
 (0)