File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ Changelog = "https://github.com/googleapis/langchain-google-cloud-sql-mysql-pyth
27
27
28
28
[project .optional-dependencies ]
29
29
test = [
30
- " black[jupyter]==24.3.0 " ,
30
+ " black[jupyter]==24.4.1 " ,
31
31
" isort==5.13.2" ,
32
- " mypy==1.9 .0" ,
33
- " pytest-asyncio==0.23.5.post1 " ,
32
+ " mypy==1.10 .0" ,
33
+ " pytest-asyncio==0.23.6 " ,
34
34
" pytest==8.1.1"
35
35
]
36
36
Original file line number Diff line number Diff line change 1
- langchain == 0.1.12
2
- langchain-community == 0.0.28
1
+ langchain == 0.1.16
2
+ langchain-community == 0.0.34
3
3
numpy == 1.24.4 ; python_version < ='3.8'
4
4
numpy == 1.26.4 ; python_version > '3.8'
5
- SQLAlchemy == 2.0.28
6
- cloud-sql-python-connector [pymysql ]== 1.8.0
5
+ SQLAlchemy == 2.0.29
6
+ cloud-sql-python-connector [pymysql ]== 1.9.1
7
7
You can’t perform that action at this time.
0 commit comments