Skip to content

Commit

Permalink
chore(deps): update python-nonmajor (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jul 29, 2024
1 parent 79b5c90 commit 1e5e00c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ Changelog = "https://github.com/googleapis/langchain-google-cloud-sql-mysql-pyth
test = [
"black[jupyter]==24.4.2",
"isort==5.13.2",
"mypy==1.10.0",
"pytest-asyncio==0.23.7",
"pytest==8.2.2",
"mypy==1.11.0",
"pytest-asyncio==0.23.8",
"pytest==8.3.2",
"pytest-cov==5.0.0"
]

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
langchain==0.2.5
langchain==0.2.11
langchain-community==0.2.5
numpy===1.24.4; python_version <= "3.8"
numpy==1.26.4; python_version > "3.8"
SQLAlchemy==2.0.31
cloud-sql-python-connector[pymysql]==1.10.0
cloud-sql-python-connector[pymysql]==1.11.0

0 comments on commit 1e5e00c

Please sign in to comment.