Skip to content

Commit

Permalink
Fix issue with incorrect Python version spec
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya committed Dec 18, 2023
1 parent ced3ca5 commit 66f35a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ colorlog = "^6.6.0"
fastapi = ">=0.89.1,<0.106.0"
frozenlist = "^1.4.0"
meteocalc = "^1.1.0"
python = ">=3.10,<=3.12"
python = "^3.10"
python-multipart = ">=0.0.5,<0.0.7"
rapidfuzz = ">=2.13,<4.0"
urllib3 = ">=1.26.18"
Expand Down

0 comments on commit 66f35a6

Please sign in to comment.