Skip to content

Commit

Permalink
Update Python to <3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2024
1 parent 29380ea commit 18dbd4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
packages = [{include = "ton_dex_tegrofinance_web_backend"}]

[tool.poetry.dependencies]
python = "^3.10,<3.11"
python = "<3.13"
httpx = "^0.26.0"
pydantic-settings = "^2.1.0"
fastapi = "^0.109.2"
Expand Down

0 comments on commit 18dbd4c

Please sign in to comment.