Skip to content

Commit

Permalink
fix version req (#16307)
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich authored Sep 30, 2024
1 parent 4db1ed1 commit f684acc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ version = "0.1.0"

[tool.poetry.dependencies]
python = ">=3.11.1,<4.0"
llama-index-core = ">=^0.11.1"
llama-index-core = "^0.11.1"
oracledb = ">=2.2"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit f684acc

Please sign in to comment.