We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d5b33 commit 6fb236aCopy full SHA for 6fb236a
2 files changed
pyproject.toml
@@ -27,10 +27,10 @@ Changelog = "https://github.com/googleapis/langchain-google-cloud-sql-mysql-pyth
27
28
[project.optional-dependencies]
29
test = [
30
- "black[jupyter]==24.3.0",
+ "black[jupyter]==24.4.1",
31
"isort==5.13.2",
32
- "mypy==1.9.0",
33
- "pytest-asyncio==0.23.5.post1",
+ "mypy==1.10.0",
+ "pytest-asyncio==0.23.6",
34
"pytest==8.1.1"
35
]
36
requirements.txt
@@ -1,7 +1,7 @@
1
-langchain==0.1.12
2
-langchain-community==0.0.28
+langchain==0.1.16
+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.28
6
-cloud-sql-python-connector[pymysql]==1.8.0
+SQLAlchemy==2.0.29
+cloud-sql-python-connector[pymysql]==1.9.1
7
0 commit comments