Skip to content

Commit 184710f

Browse files
chore(deps): update all non-major dependencies (#334)
* chore(deps): update all non-major dependencies * Update requirements.txt * Update requirements.txt --------- Co-authored-by: Averi Kitsch <akitsch@google.com>
1 parent 200e038 commit 184710f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ test = [
4646
"isort==6.0.1",
4747
"mypy==1.17.1",
4848
"pytest-asyncio==0.26.0",
49-
"pytest==8.4.1",
49+
"pytest==8.4.2",
5050
"pytest-cov==7.0.0",
51-
"langchain-tests==0.3.20",
52-
"langgraph==0.6.5"
51+
"langchain-tests==0.3.21",
52+
"langgraph==0.6.6"
5353
]
5454

5555
[build-system]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ cloud-sql-python-connector[asyncpg]==1.18.4
22
numpy==2.3.2; python_version >= "3.11"
33
numpy==2.2.6; python_version == "3.10"
44
numpy==2.0.2; python_version <= "3.9"
5-
langgraph==0.6.5
5+
langgraph==0.6.6
66
langchain-postgres==0.0.15

samples/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
google-cloud-aiplatform[reasoningengine,langchain]==1.97.0
22
google-cloud-resource-manager==1.14.2
3-
langchain-community==0.3.27
4-
langchain-google-cloud-sql-pg==0.14.0
3+
langchain-community==0.3.29
4+
langchain-google-cloud-sql-pg==0.14.1
55
langchain-google-vertexai==2.0.27

0 commit comments

Comments
 (0)