feat: update rosdep and package.xml to specify minimum versions for fastapi and starlette

This commit is contained in:
Даниил Грабарь
2026-06-15 15:26:09 +03:00
parent 7ff5616870
commit eb8db5c6c0
2 changed files with 7 additions and 1 deletions
+6 -1
View File
@@ -1,7 +1,12 @@
python3-fastapi:
ubuntu:
pip:
packages: [fastapi]
packages: ["fastapi>=0.100.0"]
python3-starlette:
ubuntu:
pip:
packages: ["starlette>=0.27.0"]
python3-uvicorn:
ubuntu: