Skip to content

Commit 4e0ae9f

Browse files
committed
updated dependencies.
1 parent fc7aed3 commit 4e0ae9f

File tree

2 files changed

+99
-115
lines changed

2 files changed

+99
-115
lines changed

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@ dependencies = [
2727
"httpx==0.28.1",
2828
"ipython==9.7.0",
2929
"jinja2==3.1.6",
30-
"langchain[anthropic,community,google-genai,model-profiles,openai]==1.0.8",
31-
"langchain-mcp-adapters==0.1.13",
32-
"langgraph==1.0.3",
30+
"langchain[anthropic,community,google-genai,model-profiles,openai]==1.1.0",
31+
"langchain-mcp-adapters==0.1.14",
32+
"langgraph==1.0.4",
3333
"langgraph-checkpoint-postgres==3.0.1",
34-
"langsmith[pytest]==0.4.43",
34+
"langsmith[pytest]==0.4.49",
3535
"openevals==0.1.2",
36-
"psycopg[pool]==3.2.12",
37-
"pydantic==2.12.4",
36+
"psycopg[pool]==3.2.13",
37+
"pydantic==2.12.5",
3838
"pydantic-settings==2.12",
3939
"pygithub>=2.8.1",
4040
"python-decouple==3.8",
4141
"python-gitlab==7.0.0",
4242
"pyyaml==6.0.3",
4343
"redis==5.2.1",
44-
"sentry-sdk==2.45.0",
44+
"sentry-sdk==2.46.0",
4545
"unidiff==0.7.5",
4646
"uvicorn[standard]==0.38",
4747
]
@@ -56,7 +56,7 @@ dev = [
5656
"coverage==7.12.0",
5757
"datasets==4.4.1",
5858
"mypy==1.18.2",
59-
"pre-commit==4.4.0",
59+
"pre-commit==4.5.0",
6060
"pyopenssl==25.3",
6161
"pyproject-fmt==2.11.1",
6262
"pytest==9.0.1",
@@ -67,7 +67,7 @@ dev = [
6767
"pytest-mock==3.15.1",
6868
"pytest-xdist==3.8",
6969
"python-dotenv==1.2.1",
70-
"ruff==0.14.5",
70+
"ruff==0.14.6",
7171
"types-pyyaml==6.0.12.20250915",
7272
"watchdog==6",
7373
]

0 commit comments

Comments
 (0)