We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d020611 commit 34de40eCopy full SHA for 34de40e
2 files changed
pyproject.toml
@@ -36,12 +36,12 @@ Changelog = "https://github.com/googleapis/langchain-google-spanner-python/blob/
36
37
[project.optional-dependencies]
38
test = [
39
- "black[jupyter]==24.4.2",
+ "black[jupyter]==24.8.0",
40
"bs4==0.0.2",
41
"isort==5.13.2",
42
- "mypy==1.11.0",
43
- "pytest==8.3.2",
44
- "pytest-asyncio==0.23.8",
+ "mypy==1.11.2",
+ "pytest==8.3.3",
+ "pytest-asyncio==0.24.0",
45
"pytest-cov==5.0.0"
46
]
47
requirements.txt
@@ -1,3 +1,3 @@
1
-langchain-core==0.2.25
2
-langchain-community==0.2.10
3
-google-cloud-spanner==3.47.0
+langchain-core==0.2.38
+langchain-community==0.2.16
+google-cloud-spanner==3.49.1
0 commit comments