Skip to content

Commit 410dd34

Browse files
committed
Merge branch 'release/0.2.1'
2 parents 785e9f5 + 6494cd6 commit 410dd34

File tree

3 files changed

+16
-17
lines changed

3 files changed

+16
-17
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Testing taskiq-aio-pika
22

3-
on: push
3+
on: [push, pull_request]
44

55
jobs:
66
lint:

poetry.lock

Lines changed: 12 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "taskiq-aio-pika"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "RabbitMQ broker for taskiq"
55
authors = ["Pavel Kirilin <[email protected]>"]
66
readme = "README.md"
@@ -12,6 +12,7 @@ classifiers = [
1212
"Programming Language :: Python :: 3.8",
1313
"Programming Language :: Python :: 3.9",
1414
"Programming Language :: Python :: 3.10",
15+
"Programming Language :: Python :: 3.11",
1516
]
1617
homepage = "https://github.com/taskiq-python/taskiq-aio-pika"
1718
repository = "https://github.com/taskiq-python/taskiq-aio-pika"
@@ -20,7 +21,7 @@ keywords = ["taskiq", "tasks", "distributed", "async", "aio-pika"]
2021
[tool.poetry.dependencies]
2122
python = "^3.7"
2223
taskiq = "^0"
23-
aio-pika = "^8.1.0"
24+
aio-pika = "^9.0"
2425

2526
[tool.poetry.dev-dependencies]
2627
pytest = "^7.0"

0 commit comments

Comments
 (0)