From 4d5bdcaf4e16a3f6a90a1afea455e518609b87fb Mon Sep 17 00:00:00 2001 From: Dmitry Afanasyev Date: Tue, 17 Oct 2023 23:38:21 +0300 Subject: [PATCH] fix python error on poetry check --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 71cc1db..72b2465 100644 --- a/poetry.lock +++ b/poetry.lock @@ -7252,4 +7252,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.12" -content-hash = "b707eb6a35e82c923527690f36589b70a60b5d5bc5affa0192f1edccec787141" +content-hash = "300bd67ac267b38ae00d965c639ac88da3422e6750cd4a07f1cdf8a6fec1827a" diff --git a/pyproject.toml b/pyproject.toml index 015b98d..e0ac1a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ requires = ["poetry-core>=1.6.1"] build-backend = "poetry.core.masonry.api" [tool.poetry.dependencies] -Python=">=3.11,<3.12" +python=">=3.11,<3.12" aiohttp = "^3.8" aiosignal = "^1.3" alembic = "^1.11"