Skip to content

Commit

Permalink
fix: add back support for python 3.12 (run-llama#11377)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxervo authored and Izuki Matsuba committed Mar 29, 2024
1 parent e9a6e4d commit 00043dd
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 @@ -47,7 +47,7 @@ repository = "https://github.com/run-llama/llama_index"
version = "0.10.12"

[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
python = ">=3.8.1,<4.0"
llama-index-legacy = "^0.9.48"
llama-index-llms-openai = "^0.1.5"
llama-index-embeddings-openai = "^0.1.5"
Expand Down

0 comments on commit 00043dd

Please sign in to comment.