Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions metro-ai-suite/smart-route-planning-agent/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,5 @@ share/python-wheels/
.installed.cfg
*.egg
MANIFEST

**/security-results
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Release Notes

## Current Release: 1.0.0-rc1
## Current Release: 1.0.1

**Release Date**: 27 Feb 2026

### Features

- Bumped up versions of some dependencies and updated lock file to fix security vulnerabities

## Previous Release: 1.0.0

**Release Date**: 17 Feb 2026

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ dependencies = [
"branca==0.6.0",
"folium==0.14.0",
"gpxpy",
"gradio==5.49.1",
"gradio_toggle>=0.1.5",
"gradio>=6.7.0",
"isort",
"langgraph==1.0.7",
"langgraph==1.0.9",
"mypy",
"numpy>1.24.3",
"pandas",
"pillow>=10.4.0",
"pillow>=12.1.1",
"pydantic",
"pytest",
"python-dateutil",
Expand Down
Loading
Loading