Skip to content

Commit

Permalink
fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Jun 2, 2024
1 parent 4ea576e commit b0f057e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"
include = ["templates/openai/app.py", "templates/docker/Dockerfile"]

[tool.poetry.dependencies]
python = ">=3.8w"
python = ">=3.8"
requests = "^2.28.2"

click = "^8.1.7"
Expand Down

0 comments on commit b0f057e

Please sign in to comment.