Skip to content

Commit

Permalink
Allow for more flexible python versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
hkeeler committed Mar 17, 2024
1 parent c771009 commit 66c780f
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 @@ -7,7 +7,7 @@ readme = "README.md"
packages = [{ include = "regtech_user_fi_management", from = "src" }]

[tool.poetry.dependencies]
python = "^3.12"
python = ">=3.12"
fastapi = "^0.109.1"
uvicorn = "^0.22.0"
python-dotenv = "^1.0.0"
Expand Down

0 comments on commit 66c780f

Please sign in to comment.