Skip to content

Commit

Permalink
release (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkuligin authored Jun 25, 2024
1 parent 1bd7314 commit d7d527c
Show file tree
Hide file tree
Showing 6 changed files with 242 additions and 236 deletions.
370 changes: 187 additions & 183 deletions libs/community/poetry.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions libs/community/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-google-community"
version = "1.0.5"
version = "1.0.6"
description = "An integration package connecting miscellaneous Google's products and LangChain"
authors = []
readme = "README.md"
Expand All @@ -12,7 +12,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.2.7"
langchain-core = ">=0.2.9,<0.3"
langchain-community = "^0.2.1"
google-api-core = "^2.17.1"
google-api-python-client = "^2.122.0"
Expand All @@ -30,7 +30,7 @@ google-cloud-speech = { version = "^2.26.0", optional = true }
googlemaps = { version = "^4.10.0", optional = true }
google-cloud-texttospeech = { version = "^2.16.3", optional = true }
google-cloud-translate = { version = "^3.15.3", optional = true }
google-cloud-discoveryengine = { version = "^0.11.11", optional = true }
google-cloud-discoveryengine = { version = "^0.11.13", optional = true }
google-cloud-vision = { version = "^3.7.2", optional = true }
beautifulsoup4 = { version = "^4.12.3", optional = true }
pandas = [
Expand All @@ -40,7 +40,7 @@ pandas = [
google-cloud-bigquery-storage = { version = ">=2.6.0,<3", optional = true }
pyarrow = { version = ">= 6.0.1", optional = true }
db-dtypes = { version = "^1.2.0", optional = true }
google-cloud-aiplatform = { version = "^1.47.0", optional = true }
google-cloud-aiplatform = { version = "^1.56.0", optional = true }
pydantic = { version = "^2.7.4", optional = true }

[tool.poetry.extras]
Expand Down
82 changes: 42 additions & 40 deletions libs/genai/poetry.lock

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

4 changes: 2 additions & 2 deletions 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 = "1.0.6"
version = "1.0.7"
description = "An integration package connecting Google's genai package and LangChain"
authors = []
readme = "README.md"
Expand All @@ -13,7 +13,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = ">=0.2.9,<0.3"
google-generativeai = "^0.5.2"
google-generativeai = "^0.7.0"
pillow = { version = "^10.1.0", optional = true }

[tool.poetry.extras]
Expand Down
8 changes: 4 additions & 4 deletions libs/vertexai/poetry.lock

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

6 changes: 3 additions & 3 deletions libs/vertexai/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-google-vertexai"
version = "1.0.5"
version = "1.0.6"
description = "An integration package connecting Google VertexAI and LangChain"
authors = []
readme = "README.md"
Expand All @@ -13,8 +13,8 @@ license = "MIT"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = ">=0.2.9,<0.3"
google-cloud-aiplatform = "^1.54.1"
google-cloud-storage = "^2.16.0"
google-cloud-aiplatform = "^1.56.0"
google-cloud-storage = "^2.17.0"
# optional dependencies
anthropic = { extras = ["vertexai"], version = ">=0.29.0,<1", optional = true }

Expand Down

0 comments on commit d7d527c

Please sign in to comment.