Skip to content

Commit

Permalink
Revert python version range change.
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Stanton <[email protected]>
  • Loading branch information
EvanHStanton committed Mar 12, 2024
1 parent 2a56cba commit 8091315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tembo-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.1,<3.12.3"
python = ">=3.8.1,<3.12"
llama-index = "^0.10.9"
llama-index-vector-stores-postgres = "^0.1.1"
tiktoken = "^0.6.0"
Expand Down

0 comments on commit 8091315

Please sign in to comment.