We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb86ac commit ca95044Copy full SHA for ca95044
pyproject.toml
@@ -46,11 +46,11 @@ test = [
46
"bs4==0.0.2",
47
"flake8==6.1.0",
48
"isort==5.13.2",
49
- "mypy==1.17.0",
+ "mypy==1.17.1",
50
"pytest==8.4.1",
51
"pytest-asyncio==0.26.0",
52
"pytest-cov==5.0.0",
53
- "langchain_google_vertexai==2.0.27"
+ "langchain_google_vertexai==2.0.28"
54
]
55
56
[build-system]
requirements.txt
@@ -1,4 +1,4 @@
1
-google-cloud-spanner==3.55.0
2
-langchain-core==0.3.71
+google-cloud-spanner==3.56.0
+langchain-core==0.3.74
3
langchain-community==0.3.27
4
pydantic==2.11.7
0 commit comments