File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
samples/index_tuning_sample Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ Changelog = "https://github.com/googleapis/langchain-google-cloud-sql-pg-python/
4040
4141[project .optional-dependencies ]
4242test = [
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
Original file line number Diff line number Diff line change 11cloud-sql-python-connector [asyncpg ]== 1.10.0
2- langchain-core == 0.2.12
2+ langchain-core == 0.2.35
33numpy == 1.24.4 ; python_version < ='3.8'
44numpy == 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments