File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed 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
39
39
40
40
[project .optional-dependencies ]
41
41
test = [
42
- " black[jupyter]==24.4.1 " ,
42
+ " black[jupyter]==24.4.2 " ,
43
43
" isort==5.13.2" ,
44
44
" 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" ,
47
47
" pytest-cov==5.0.0"
48
48
]
49
49
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
7
7
You can’t perform that action at this time.
0 commit comments