Skip to content

Commit 4fa75ad

Browse files
chore(deps): update python-nonmajor (#83)
Co-authored-by: Averi Kitsch <akitsch@google.com>
1 parent 58591d5 commit 4fa75ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ test = [
4343
"isort==5.13.2",
4444
"mypy==1.10.0",
4545
"pytest-asyncio==0.23.7",
46-
"pytest==8.2.1",
46+
"pytest==8.2.2",
4747
"pytest-cov==5.0.0"
4848
]
4949

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
langchain==0.2.0
1+
langchain==0.2.5
22
langchain-community==0.2.0
33
numpy===1.24.4; python_version <= "3.8"
44
numpy==1.26.4; python_version > "3.8"
5-
SQLAlchemy==2.0.30
5+
SQLAlchemy==2.0.31
66
cloud-sql-python-connector[pymysql]==1.10.0
77

0 commit comments

Comments
 (0)