We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f7d9fe commit 8f57906Copy full SHA for 8f57906
2 files changed
pyproject.toml
@@ -39,8 +39,8 @@ test = [
39
"black[jupyter]==24.4.2",
40
"bs4==0.0.2",
41
"isort==5.13.2",
42
- "mypy==1.10.0",
43
- "pytest==8.2.0",
+ "mypy==1.10.1",
+ "pytest==8.2.2",
44
"pytest-asyncio==0.23.7",
45
"pytest-cov==5.0.0"
46
]
requirements.txt
@@ -1,3 +1,3 @@
1
-langchain-core==0.2.9
2
-langchain-community==0.2.5
+langchain-core==0.2.11
+langchain-community==0.2.6
3
google-cloud-spanner==3.47.0
0 commit comments