We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58591d5 commit 4fa75adCopy full SHA for 4fa75ad
pyproject.toml
@@ -43,7 +43,7 @@ test = [
43
"isort==5.13.2",
44
"mypy==1.10.0",
45
"pytest-asyncio==0.23.7",
46
- "pytest==8.2.1",
+ "pytest==8.2.2",
47
"pytest-cov==5.0.0"
48
]
49
requirements.txt
@@ -1,7 +1,7 @@
1
-langchain==0.2.0
+langchain==0.2.5
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
+SQLAlchemy==2.0.31
6
cloud-sql-python-connector[pymysql]==1.10.0
7
0 commit comments