fix python error on poetry check

This commit is contained in:
Dmitry Afanasyev 2023-10-17 23:38:21 +03:00
parent 9821aab9db
commit 4d5bdcaf4e
2 changed files with 2 additions and 2 deletions

2
poetry.lock generated
View File

@ -7252,4 +7252,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.11,<3.12" python-versions = ">=3.11,<3.12"
content-hash = "b707eb6a35e82c923527690f36589b70a60b5d5bc5affa0192f1edccec787141" content-hash = "300bd67ac267b38ae00d965c639ac88da3422e6750cd4a07f1cdf8a6fec1827a"

View File

@ -9,7 +9,7 @@ requires = ["poetry-core>=1.6.1"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"
[tool.poetry.dependencies] [tool.poetry.dependencies]
Python=">=3.11,<3.12" python=">=3.11,<3.12"
aiohttp = "^3.8" aiohttp = "^3.8"
aiosignal = "^1.3" aiosignal = "^1.3"
alembic = "^1.11" alembic = "^1.11"