Skip to content

Commit

Permalink
google-genai: release 2.0.3 (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Oct 29, 2024
1 parent 4f37fac commit 69d20a2
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 65 deletions.
128 changes: 64 additions & 64 deletions libs/genai/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 15 additions & 1 deletion libs/genai/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-google-genai"
version = "2.0.2"
version = "2.0.3"
description = "An integration package connecting Google's genai package and LangChain"
authors = []
readme = "README.md"
Expand Down Expand Up @@ -37,25 +37,36 @@ langchain-standard-tests = { git = "https://github.com/langchain-ai/langchain.gi
[tool.codespell]
ignore-words-list = "rouge"




[tool.poetry.group.codespell]
optional = true

[tool.poetry.group.codespell.dependencies]
codespell = "^2.2.0"




[tool.poetry.group.test_integration]
optional = true

[tool.poetry.group.test_integration.dependencies]
pillow = "^10.1.0"




[tool.poetry.group.lint]
optional = true

[tool.poetry.group.lint.dependencies]
ruff = "^0.1.5"




[tool.poetry.group.typing.dependencies]
mypy = "^1.10"
types-requests = "^2.28.11.5"
Expand All @@ -65,6 +76,9 @@ types-protobuf = "^4.24.0.20240302"
langchain-core = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core" }
numpy = "^1.26.2"




[tool.poetry.group.dev]
optional = true

Expand Down

0 comments on commit 69d20a2

Please sign in to comment.