Skip to content

Commit 4740de5

Browse files
authored
chore(deps): update python-nonmajor (#80)
1 parent ad23bdc commit 4740de5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Changelog = "https://github.com/googleapis/langchain-google-memorystore-redis-py
3939
test = [
4040
"black[jupyter]==23.12.1",
4141
"isort==5.13.2",
42-
"mypy==1.10.0",
42+
"mypy==1.10.1",
4343
"pytest-asyncio==0.23.7",
4444
"pytest==7.4.4",
4545
"pytest-cov==5.0.0"

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
langchain-core==0.2.7
2-
langchain-community==0.2.5
3-
redis==5.0.6
1+
langchain-core==0.2.10
2+
langchain-community==0.2.6
3+
redis==5.0.7
44
numpy===1.24.4; python_version <= "3.8"
55
numpy==1.26.4; python_version > "3.8"

0 commit comments

Comments
 (0)