Skip to content

Commit 40b6e59

Browse files
chore(deps): update python-nonmajor (#197)
Co-authored-by: Mend Renovate <bot@renovateapp.com>
1 parent 50dc32f commit 40b6e59

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ Changelog = "https://github.com/googleapis/langchain-google-cloud-sql-pg-python/
4040

4141
[project.optional-dependencies]
4242
test = [
43-
"black[jupyter]==24.4.2",
43+
"black[jupyter]==24.8.0",
4444
"isort==5.13.2",
45-
"mypy==1.10.1",
46-
"pytest-asyncio==0.23.7",
47-
"pytest==8.2.2",
45+
"mypy==1.11.2",
46+
"pytest-asyncio==0.24.0",
47+
"pytest==8.3.2",
4848
"pytest-cov==5.0.0"
4949
]
5050

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cloud-sql-python-connector[asyncpg]==1.10.0
2-
langchain-core==0.2.12
2+
langchain-core==0.2.35
33
numpy==1.24.4; python_version<='3.8'
44
numpy==1.26.4; python_version>'3.8'
5-
pgvector==0.3.0
6-
SQLAlchemy[asyncio]==2.0.31
5+
pgvector==0.3.2
6+
SQLAlchemy[asyncio]==2.0.32
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
langchain-google-cloud-sql-pg==0.4.1
2-
langchain==0.1.8
3-
langchain-google-vertexai==1.0.6
1+
langchain-google-cloud-sql-pg==0.7.0
2+
langchain==0.2.14
3+
langchain-google-vertexai==1.0.10

0 commit comments

Comments
 (0)