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 ad23bdc commit 4740de5Copy full SHA for 4740de5
pyproject.toml
@@ -39,7 +39,7 @@ Changelog = "https://github.com/googleapis/langchain-google-memorystore-redis-py
39
test = [
40
"black[jupyter]==23.12.1",
41
"isort==5.13.2",
42
- "mypy==1.10.0",
+ "mypy==1.10.1",
43
"pytest-asyncio==0.23.7",
44
"pytest==7.4.4",
45
"pytest-cov==5.0.0"
requirements.txt
@@ -1,5 +1,5 @@
1
-langchain-core==0.2.7
2
-langchain-community==0.2.5
3
-redis==5.0.6
+langchain-core==0.2.10
+langchain-community==0.2.6
+redis==5.0.7
4
numpy===1.24.4; python_version <= "3.8"
5
numpy==1.26.4; python_version > "3.8"
0 commit comments