Skip to content

Commit d7d527c

Browse files
authored
release (#326)
1 parent 1bd7314 commit d7d527c

File tree

6 files changed

+242
-236
lines changed

6 files changed

+242
-236
lines changed

libs/community/poetry.lock

Lines changed: 187 additions & 183 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/community/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langchain-google-community"
3-
version = "1.0.5"
3+
version = "1.0.6"
44
description = "An integration package connecting miscellaneous Google's products and LangChain"
55
authors = []
66
readme = "README.md"
@@ -12,7 +12,7 @@ license = "MIT"
1212

1313
[tool.poetry.dependencies]
1414
python = ">=3.8.1,<4.0"
15-
langchain-core = "^0.2.7"
15+
langchain-core = ">=0.2.9,<0.3"
1616
langchain-community = "^0.2.1"
1717
google-api-core = "^2.17.1"
1818
google-api-python-client = "^2.122.0"
@@ -30,7 +30,7 @@ google-cloud-speech = { version = "^2.26.0", optional = true }
3030
googlemaps = { version = "^4.10.0", optional = true }
3131
google-cloud-texttospeech = { version = "^2.16.3", optional = true }
3232
google-cloud-translate = { version = "^3.15.3", optional = true }
33-
google-cloud-discoveryengine = { version = "^0.11.11", optional = true }
33+
google-cloud-discoveryengine = { version = "^0.11.13", optional = true }
3434
google-cloud-vision = { version = "^3.7.2", optional = true }
3535
beautifulsoup4 = { version = "^4.12.3", optional = true }
3636
pandas = [
@@ -40,7 +40,7 @@ pandas = [
4040
google-cloud-bigquery-storage = { version = ">=2.6.0,<3", optional = true }
4141
pyarrow = { version = ">= 6.0.1", optional = true }
4242
db-dtypes = { version = "^1.2.0", optional = true }
43-
google-cloud-aiplatform = { version = "^1.47.0", optional = true }
43+
google-cloud-aiplatform = { version = "^1.56.0", optional = true }
4444
pydantic = { version = "^2.7.4", optional = true }
4545

4646
[tool.poetry.extras]

libs/genai/poetry.lock

Lines changed: 42 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/genai/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langchain-google-genai"
3-
version = "1.0.6"
3+
version = "1.0.7"
44
description = "An integration package connecting Google's genai package and LangChain"
55
authors = []
66
readme = "README.md"
@@ -13,7 +13,7 @@ license = "MIT"
1313
[tool.poetry.dependencies]
1414
python = ">=3.9,<4.0"
1515
langchain-core = ">=0.2.9,<0.3"
16-
google-generativeai = "^0.5.2"
16+
google-generativeai = "^0.7.0"
1717
pillow = { version = "^10.1.0", optional = true }
1818

1919
[tool.poetry.extras]

libs/vertexai/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/vertexai/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langchain-google-vertexai"
3-
version = "1.0.5"
3+
version = "1.0.6"
44
description = "An integration package connecting Google VertexAI and LangChain"
55
authors = []
66
readme = "README.md"
@@ -13,8 +13,8 @@ license = "MIT"
1313
[tool.poetry.dependencies]
1414
python = ">=3.8.1,<4.0"
1515
langchain-core = ">=0.2.9,<0.3"
16-
google-cloud-aiplatform = "^1.54.1"
17-
google-cloud-storage = "^2.16.0"
16+
google-cloud-aiplatform = "^1.56.0"
17+
google-cloud-storage = "^2.17.0"
1818
# optional dependencies
1919
anthropic = { extras = ["vertexai"], version = ">=0.29.0,<1", optional = true }
2020

0 commit comments

Comments
 (0)