File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ Changelog = "https://github.com/googleapis/langchain-google-cloud-sql-mysql-pyth
3939
4040[project .optional-dependencies ]
4141test = [
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments