Skip to content

Commit efe6b36

Browse files
committed
🔧 chore: update package versions in uv.lock and pyproject.toml files
- Bump version of deepagents from 0.1.0 to 0.1.1 in uv.lock and sample-deep-agent's pyproject.toml. - Upgrade iniconfig from 2.1.0 to 2.3.0 in uv.lock. - Update langchain-dev-utils from 0.1.24 to 1.0.0 in uv.lock and langgraph-up-devkits' pyproject.toml. - Increase uvicorn version from 0.37.0 to 0.38.0 in uv.lock. - Ensure all dependencies are aligned with the latest versions for improved stability and performance.
1 parent 7f90480 commit efe6b36

File tree

4 files changed

+19
-15
lines changed

4 files changed

+19
-15
lines changed

apps/sample-deep-agent/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
license = { text = "MIT" }
1010
requires-python = ">=3.11,<4.0"
1111
dependencies = [
12-
"deepagents>=0.1.0",
12+
"deepagents>=0.1.1",
1313
"langgraph-up-devkits",
1414
]
1515

libs/langgraph-up-devkits/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
]
2222
dependencies = [
2323
"langchain>=1.0.0",
24-
"langchain-dev-utils>=0.1.24",
24+
"langchain-dev-utils>=1.0.0",
2525
"tavily-python>=0.7.12",
2626
"langchain-mcp-adapters>=0.1.11",
2727
"langchain-openai>=1.0.0",

libs/langgraph-up-devkits/src/langgraph_up_devkits/utils/providers.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@
77
ChatModel = Any
88

99
try:
10-
from langchain_dev_utils import load_chat_model as _load_chat_model_original
11-
from langchain_dev_utils import register_model_provider as _register_model_provider
10+
from langchain_dev_utils.chat_models import (
11+
load_chat_model as _load_chat_model_original,
12+
)
13+
from langchain_dev_utils.chat_models import (
14+
register_model_provider as _register_model_provider,
15+
)
1216

1317
DEV_UTILS_AVAILABLE = True
1418

uv.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)