Skip to content

Commit

Permalink
bump google-generativeai to 0.4 (#12085)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi authored Mar 19, 2024
1 parent 9c1d1db commit 434982c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ version = "0.1.4"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
llama-index-core = "^0.10.11.post1"
google-generativeai = "^0.3.2"
google-generativeai = "^0.4.1"

[tool.poetry.group.dev.dependencies]
ipython = "8.10.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ version = "0.1.3"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
llama-index-core = "^0.10.11.post1"
google-generativeai = "^0.3.2"
google-generativeai = "^0.4.1"

[tool.poetry.dependencies.tensorflow-hub]
optional = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ version = "0.1.5"
python = ">=3.9,<4.0"
llama-index-core = "^0.10.11.post1"
pillow = "^10.2.0"
google-generativeai = "^0.3.2"
google-generativeai = "^0.4.1"

[tool.poetry.group.dev.dependencies]
ipython = "8.10.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ version = "0.1.3"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
llama-index-core = "^0.10.11.post1"
google-generativeai = "^0.3.2"
google-generativeai = "^0.4.1"

[tool.poetry.group.dev.dependencies]
ipython = "8.10.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ python = ">=3.9,<4.0"
llama-index-core = "^0.10.11.post1"
llama-index-llms-gemini = "^0.1.1"
pillow = "^10.2.0"
google-generativeai = "^0.3.2"
google-generativeai = "^0.4.1"

[tool.poetry.group.dev.dependencies]
ipython = "8.10.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ version = "0.1.4"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
llama-index-core = "^0.10.11.post1"
google-generativeai = "^0.3.2"
google-generativeai = "^0.4.1"

[tool.poetry.group.dev.dependencies]
ipython = "8.10.0"
Expand Down

0 comments on commit 434982c

Please sign in to comment.