Skip to content

Commit b3507da

Browse files
chore(deps): update python-nonmajor (#69)
* chore(deps): update python-nonmajor * Update pyproject.toml --------- Co-authored-by: Averi Kitsch <akitsch@google.com>
1 parent 5ca06df commit b3507da

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Changelog = "https://github.com/googleapis/langchain-google-memorystore-redis-py
4040
test = [
4141
"black[jupyter]==23.12.1",
4242
"isort==5.13.2",
43-
"mypy==1.9.0",
44-
"pytest-asyncio==0.23.5.post1",
43+
"mypy==1.10.0",
44+
"pytest-asyncio==0.23.7",
4545
"pytest==7.4.4",
4646
"pytest-cov==5.0.0"
4747
]
@@ -63,4 +63,4 @@ warn_unused_configs = true
6363
exclude = [
6464
'docs/*',
6565
'noxfile.py'
66-
]
66+
]

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
langchain-core==0.1.35
2-
langchain-community==0.0.28
3-
redis==5.0.3
1+
langchain-core==0.2.1
2+
langchain-community==0.2.0
3+
redis==5.0.4
44
numpy===1.24.4; python_version <= "3.8"
55
numpy==1.26.4; python_version > "3.8"

0 commit comments

Comments
 (0)