Skip to content

Commit

Permalink
release deps fix (#99)
Browse files Browse the repository at this point in the history
* release deps fix
  • Loading branch information
lkuligin authored Mar 27, 2024
1 parent 71b15f5 commit e239c5f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 51 deletions.
66 changes: 16 additions & 50 deletions libs/community/poetry.lock

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

3 changes: 2 additions & 1 deletion 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.1"
version = "1.0.1rc1"
description = "An integration package connecting miscellaneous Google's products and LangChain"
authors = []
readme = "README.md"
Expand All @@ -16,6 +16,7 @@ langchain-core = "^0.1"
langchain-community = "^0.0.28"
google-api-core = "^2.17.1"
google-api-python-client = "^2.122.0"
grpcio = "^1.62.0"

[tool.poetry.group.test]
optional = true
Expand Down

0 comments on commit e239c5f

Please sign in to comment.