We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 203352f commit f0364edCopy full SHA for f0364ed
2 files changed
pyproject.toml
@@ -37,9 +37,9 @@ Changelog = "https://github.com/googleapis/langchain-google-memorystore-redis-py
37
38
[project.optional-dependencies]
39
test = [
40
- "black[jupyter]==24.4.2",
+ "black[jupyter]==24.8.0",
41
"isort==5.13.2",
42
- "mypy==1.11.0",
+ "mypy==1.11.1",
43
"pytest-asyncio==0.23.8",
44
"pytest==8.3.2",
45
"pytest-cov==5.0.0"
requirements.txt
@@ -1,5 +1,5 @@
1
-langchain-core==0.2.24
2
-langchain-community==0.2.9
3
-redis==5.0.7
+langchain-core==0.2.31
+langchain-community==0.2.12
+redis==5.0.8
4
numpy===1.24.4; python_version <= "3.8"
5
numpy==1.26.4; python_version > "3.8"
0 commit comments