Skip to content

Commit

Permalink
fix: require python 3.11 to avoid segfault (vana-com#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnunamak authored Feb 14, 2024
1 parent 49a6100 commit 1945f58
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 52 deletions.
62 changes: 11 additions & 51 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 @@ -6,7 +6,7 @@ authors = ["Vana <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
python = ">=3.11,<3.12"
fastapi = "^0.109.0"
uvicorn = "^0.27.0"
humanize = "^4.9.0"
Expand Down

0 comments on commit 1945f58

Please sign in to comment.