Skip to content

Commit 5797bc8

Browse files
committed
chore(deps): update python to >=3.9,<3.15
1 parent 127c04c commit 5797bc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ classifiers = [
3838
]
3939

4040
[tool.poetry.dependencies]
41-
python = ">=3.9,<3.14"
41+
python = ">=3.9,<3.15"
4242
fastapi = ">=0.95.1,<0.121"
4343
pydantic = ">=1,<3"
4444
sqlalchemy = ">=1.3,<3"

0 commit comments

Comments
 (0)