Skip to content

Commit

Permalink
chore(deps): update python-nonmajor (#99)
Browse files Browse the repository at this point in the history
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
  • Loading branch information
renovate-bot and jackwotherspoon authored Jan 3, 2025
1 parent 3ac0aab commit 7db1701
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ Changelog = "https://github.com/googleapis/langchain-google-cloud-sql-mysql-pyth

[project.optional-dependencies]
test = [
"black[jupyter]==24.8.0",
"black[jupyter]==24.10.0",
"isort==5.13.2",
"mypy==1.11.2",
"mypy==1.13.0",
"pytest-asyncio==0.24.0",
"pytest==8.3.3",
"pytest-cov==5.0.0"
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
langchain==0.3.1
langchain-community==0.3.1
langchain==0.3.4
langchain-community==0.3.3
numpy==1.26.4
SQLAlchemy==2.0.35
cloud-sql-python-connector[pymysql]==1.12.1
SQLAlchemy==2.0.36
cloud-sql-python-connector[pymysql]==1.13.0

0 comments on commit 7db1701

Please sign in to comment.