Skip to content

Commit

Permalink
fix: support python version ">=3.8.1,<3.13" (langfuse#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeichmann authored Feb 21, 2024
1 parent fb5056c commit 2f7b324
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 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
python = ">=3.8.1,<3.13"
httpx = ">=0.15.4,<0.26.0"
pydantic = ">=1.10.7, <3.0"
backoff = "^2.2.1"
Expand Down

0 comments on commit 2f7b324

Please sign in to comment.