Skip to content

Commit 6fb236a

Browse files
chore(deps): update python-nonmajor (#70)
* chore(deps): update python-nonmajor * Update requirements.txt --------- Co-authored-by: Averi Kitsch
1 parent 30d5b33 commit 6fb236a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ Changelog = "https://github.com/googleapis/langchain-google-cloud-sql-mysql-pyth
2727

2828
[project.optional-dependencies]
2929
test = [
30-
"black[jupyter]==24.3.0",
30+
"black[jupyter]==24.4.1",
3131
"isort==5.13.2",
32-
"mypy==1.9.0",
33-
"pytest-asyncio==0.23.5.post1",
32+
"mypy==1.10.0",
33+
"pytest-asyncio==0.23.6",
3434
"pytest==8.1.1"
3535
]
3636

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
langchain==0.1.12
2-
langchain-community==0.0.28
1+
langchain==0.1.16
2+
langchain-community==0.0.34
33
numpy==1.24.4; python_version<='3.8'
44
numpy==1.26.4; python_version>'3.8'
5-
SQLAlchemy==2.0.28
6-
cloud-sql-python-connector[pymysql]==1.8.0
5+
SQLAlchemy==2.0.29
6+
cloud-sql-python-connector[pymysql]==1.9.1
77

0 commit comments

Comments
 (0)