We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89fcf8f commit 7faf032Copy full SHA for 7faf032
pyproject.toml
@@ -37,7 +37,7 @@ Changelog = "https://github.com/googleapis/langchain-google-bigtable-python/blob
37
test = [
38
"black[jupyter]==25.1.0",
39
"isort==6.0.1",
40
- "mypy==1.17.0",
+ "mypy==1.17.1",
41
"pytest-asyncio==1.1.0",
42
"pytest==8.4.1",
43
"pytest-cov==6.2.1"
requirements.txt
@@ -1,3 +1,3 @@
1
-langchain-core==0.3.72
2
-google-cloud-bigtable==2.31.0
+langchain-core==0.3.73
+google-cloud-bigtable==2.32.0
3
deprecated==1.2.18
0 commit comments