We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d565c7c commit 0c932c7Copy full SHA for 0c932c7
2 files changed
pyproject.toml
@@ -39,9 +39,9 @@ Changelog = "https://github.com/googleapis/langchain-google-memorystore-redis-py
39
test = [
40
"black[jupyter]==24.4.2",
41
"isort==5.13.2",
42
- "mypy==1.10.1",
43
- "pytest-asyncio==0.23.7",
44
- "pytest==8.2.2",
+ "mypy==1.11.0",
+ "pytest-asyncio==0.23.8",
+ "pytest==8.3.2",
45
"pytest-cov==5.0.0"
46
]
47
requirements.txt
@@ -1,4 +1,4 @@
1
-langchain-core==0.2.12
+langchain-core==0.2.24
2
langchain-community==0.2.6
3
redis==5.0.7
4
numpy===1.24.4; python_version <= "3.8"
0 commit comments