Skip to content

Commit

Permalink
chore: loosen python version
Browse files Browse the repository at this point in the history
  • Loading branch information
siisee11 committed Jun 9, 2023
1 parent 9f039e4 commit c31865d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Jay Nam <siisee111@gmail.com>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
python = "^3.10"
fastapi = "^0.95.1"
uvicorn = "^0.22.0"
jinja2 = "^3.1.2"
Expand Down

1 comment on commit c31865d

@vercel
Copy link

@vercel vercel bot commented on c31865d Jun 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.