We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca06df commit b3507daCopy full SHA for b3507da
2 files changed
pyproject.toml
@@ -40,8 +40,8 @@ Changelog = "https://github.com/googleapis/langchain-google-memorystore-redis-py
40
test = [
41
"black[jupyter]==23.12.1",
42
"isort==5.13.2",
43
- "mypy==1.9.0",
44
- "pytest-asyncio==0.23.5.post1",
+ "mypy==1.10.0",
+ "pytest-asyncio==0.23.7",
45
"pytest==7.4.4",
46
"pytest-cov==5.0.0"
47
]
@@ -63,4 +63,4 @@ warn_unused_configs = true
63
exclude = [
64
'docs/*',
65
'noxfile.py'
66
-]
+]
requirements.txt
@@ -1,5 +1,5 @@
1
-langchain-core==0.1.35
2
-langchain-community==0.0.28
3
-redis==5.0.3
+langchain-core==0.2.1
+langchain-community==0.2.0
+redis==5.0.4
4
numpy===1.24.4; python_version <= "3.8"
5
numpy==1.26.4; python_version > "3.8"
0 commit comments