Skip to content

Commit

Permalink
fix: relax pin on openai dependency (#17210)
Browse files Browse the repository at this point in the history
  • Loading branch information
masci authored Dec 9, 2024
1 parent 1d4acdb commit e762adc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-multi-modal-llms-azure-openai"
readme = "README.md"
version = "0.3.0"
version = "0.3.1"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
llama-index-llms-azure-openai = "^0.3.0"
llama-index-multi-modal-llms-openai = "^0.3.0"
llama-index-multi-modal-llms-openai = "^0.4.0"
llama-index-core = "^0.12.0"

[tool.poetry.group.dev.dependencies]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-multi-modal-llms-nebius"
readme = "README.md"
version = "0.3.0"
version = "0.3.1"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
llama-index-multi-modal-llms-openai = "^0.3.0"
llama-index-multi-modal-llms-openai = "^0.4.0"
llama-index-core = "^0.12.0"

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

0 comments on commit e762adc

Please sign in to comment.