Skip to content

Commit 5dda37f

Browse files
chore(deps): update python-nonmajor (#76)
* chore(deps): update python-nonmajor * Update requirements.txt --------- Co-authored-by: Averi Kitsch <akitsch@google.com>
1 parent 9163d69 commit 5dda37f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

pyproject.toml

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

4040
[project.optional-dependencies]
4141
test = [
42-
"black[jupyter]==24.4.1",
42+
"black[jupyter]==24.4.2",
4343
"isort==5.13.2",
4444
"mypy==1.10.0",
45-
"pytest-asyncio==0.23.6",
46-
"pytest==8.1.1",
45+
"pytest-asyncio==0.23.7",
46+
"pytest==8.2.1",
4747
"pytest-cov==5.0.0"
4848
]
4949

requirements.txt

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

0 commit comments

Comments
 (0)