Skip to content

Commit 97fe685

Browse files
authored
[Smart Route Agent] Bumping up dependencies to fix CVEs (#1948)
Signed-off-by: Krishna Murti <krishna.murti@intel.com>
1 parent aa60138 commit 97fe685

File tree

4 files changed

+127
-222
lines changed

4 files changed

+127
-222
lines changed

metro-ai-suite/smart-route-planning-agent/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,5 @@ share/python-wheels/
9090
.installed.cfg
9191
*.egg
9292
MANIFEST
93+
94+
**/security-results

metro-ai-suite/smart-route-planning-agent/docs/user-guide/release-notes.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Release Notes
22

3-
## Current Release: 1.0.0-rc1
3+
## Current Release: 1.0.1
4+
5+
**Release Date**: 27 Feb 2026
6+
7+
### Features
8+
9+
- Bumped up versions of some dependencies and updated lock file to fix security vulnerabities
10+
11+
## Previous Release: 1.0.0
412

513
**Release Date**: 17 Feb 2026
614

metro-ai-suite/smart-route-planning-agent/src/pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ dependencies = [
1212
"branca==0.6.0",
1313
"folium==0.14.0",
1414
"gpxpy",
15-
"gradio==5.49.1",
16-
"gradio_toggle>=0.1.5",
15+
"gradio>=6.7.0",
1716
"isort",
18-
"langgraph==1.0.7",
17+
"langgraph==1.0.9",
1918
"mypy",
2019
"numpy>1.24.3",
2120
"pandas",
22-
"pillow>=10.4.0",
21+
"pillow>=12.1.1",
2322
"pydantic",
2423
"pytest",
2524
"python-dateutil",

0 commit comments

Comments
 (0)