Skip to content

Commit

Permalink
Remove Python version upper bound from fireworks package to support l…
Browse files Browse the repository at this point in the history
…atest python version (#16440)
  • Loading branch information
ershang-dou authored Oct 9, 2024
1 parent 886e690 commit bba274d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-embeddings-fireworks"
readme = "README.md"
version = "0.2.0"
version = "0.2.1"

[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
python = ">=3.8.1"
llama-index-llms-openai = "^0.2.0"
llama-index-core = "^0.11.0"

Expand Down

0 comments on commit bba274d

Please sign in to comment.