diff --git a/libs/community/poetry.lock b/libs/community/poetry.lock index bbddc223..0b5289c1 100644 --- a/libs/community/poetry.lock +++ b/libs/community/poetry.lock @@ -3759,4 +3759,4 @@ vision = ["google-cloud-vision"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "c49687f8508971710506cb2302874dfefae123f7c6d9434fa9b3b62dc6a6146b" +content-hash = "b57a42fb08f347d2eccbe85de00782660ff42b511c479c42c6d94fd17c4c32db" diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index e072087c..bf56e584 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -16,6 +16,7 @@ langchain-core = { version = "^0.3.0.dev4", allow-prereleases = true } langchain-community = { version = "^0.3.0.dev1", allow-prereleases = true } google-api-core = "^2.17.1" google-api-python-client = "^2.122.0" +google-cloud-core = "^2.4.1" grpcio = "^1.62.0" tenacity = "~8.3.0" google-cloud-bigquery = { version = "^3.21.0", optional = true }