@@ -3,18 +3,18 @@ name = "taskiq-aio-kafka"
33description = " Kafka broker for taskiq"
44authors = [" Taskiq team <taskiq@no-reply.com>" ]
55maintainers = [" Taskiq team <taskiq@no-reply.com>" ]
6- version = " 0.1.2 "
6+ version = " 0.2.0 "
77readme = " README.md"
88license = " LICENSE"
99classifiers = [
1010 " Typing :: Typed" ,
1111 " Programming Language :: Python" ,
1212 " Programming Language :: Python :: 3" ,
1313 " Programming Language :: Python :: 3 :: Only" ,
14- " Programming Language :: Python :: 3.7" ,
1514 " Programming Language :: Python :: 3.8" ,
1615 " Programming Language :: Python :: 3.9" ,
1716 " Programming Language :: Python :: 3.10" ,
17+ " Programming Language :: Python :: 3.11" ,
1818 " Operating System :: OS Independent" ,
1919 " Intended Audience :: Developers" ,
2020 " Topic :: System :: Networking" ,
@@ -24,20 +24,20 @@ keywords = ["taskiq", "tasks", "distributed", "async", "kafka", "aiokafka"]
2424packages = [{ include = " taskiq_aio_kafka" }]
2525
2626[tool .poetry .dependencies ]
27- python = " ^3.7 "
27+ python = " ^3.8.1 "
2828taskiq = " ^0"
2929aiokafka = " ^0.8.0"
3030pydantic = " ^1.10.7"
3131
3232[tool .poetry .group .dev .dependencies ]
3333pytest = " ^7.1.2"
34- flake8 = " ^4.0.1 "
34+ flake8 = " ^6 "
3535isort = " ^5.10.1"
3636mypy = " ^1.2.0"
3737pre-commit = " ^2.20.0"
3838yesqa = " ^1.3.0"
3939autoflake = " ^1.4"
40- wemake-python-styleguide = " ^0.16.1 "
40+ wemake-python-styleguide = " ^0.18.0 "
4141coverage = " ^6.4.2"
4242pytest-cov = " ^3.0.0"
4343mock = " ^4.0.3"
0 commit comments