Skip to content

Commit

Permalink
Merge branch 'release/0.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius committed May 12, 2023
2 parents 785e9f5 + 6494cd6 commit 410dd34
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Testing taskiq-aio-pika

on: push
on: [push, pull_request]

jobs:
lint:
Expand Down
26 changes: 12 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "taskiq-aio-pika"
version = "0.2.0"
version = "0.2.1"
description = "RabbitMQ broker for taskiq"
authors = ["Pavel Kirilin <win10@list.ru>"]
readme = "README.md"
Expand All @@ -12,6 +12,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
homepage = "https://github.com/taskiq-python/taskiq-aio-pika"
repository = "https://github.com/taskiq-python/taskiq-aio-pika"
Expand All @@ -20,7 +21,7 @@ keywords = ["taskiq", "tasks", "distributed", "async", "aio-pika"]
[tool.poetry.dependencies]
python = "^3.7"
taskiq = "^0"
aio-pika = "^8.1.0"
aio-pika = "^9.0"

[tool.poetry.dev-dependencies]
pytest = "^7.0"
Expand Down

0 comments on commit 410dd34

Please # to comment.