Skip to content

Commit

Permalink
Merge branch 'main' into renovate/test-black-24.x
Browse files Browse the repository at this point in the history
  • Loading branch information
averikitsch authored Jul 2, 2024
2 parents 3b422ff + 4740de5 commit 05a6e95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Changelog = "https://github.com/googleapis/langchain-google-memorystore-redis-py
test = [
"black[jupyter]==24.4.2",
"isort==5.13.2",
"mypy==1.10.0",
"mypy==1.10.1",
"pytest-asyncio==0.23.7",
"pytest==7.4.4",
"pytest-cov==5.0.0"
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
langchain-core==0.2.7
langchain-community==0.2.5
redis==5.0.6
langchain-core==0.2.10
langchain-community==0.2.6
redis==5.0.7
numpy===1.24.4; python_version <= "3.8"
numpy==1.26.4; python_version > "3.8"

0 comments on commit 05a6e95

Please sign in to comment.