feat: update rosdep and package.xml to specify minimum versions for fastapi and starlette
This commit is contained in:
+6
-1
@@ -1,7 +1,12 @@
|
|||||||
python3-fastapi:
|
python3-fastapi:
|
||||||
ubuntu:
|
ubuntu:
|
||||||
pip:
|
pip:
|
||||||
packages: [fastapi]
|
packages: ["fastapi>=0.100.0"]
|
||||||
|
|
||||||
|
python3-starlette:
|
||||||
|
ubuntu:
|
||||||
|
pip:
|
||||||
|
packages: ["starlette>=0.27.0"]
|
||||||
|
|
||||||
python3-uvicorn:
|
python3-uvicorn:
|
||||||
ubuntu:
|
ubuntu:
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
<license>Apache-2.0</license>
|
<license>Apache-2.0</license>
|
||||||
|
|
||||||
<exec_depend>python3-fastapi</exec_depend>
|
<exec_depend>python3-fastapi</exec_depend>
|
||||||
|
<exec_depend>python3-starlette</exec_depend>
|
||||||
<exec_depend>python3-uvicorn</exec_depend>
|
<exec_depend>python3-uvicorn</exec_depend>
|
||||||
<exec_depend>python3-multipart</exec_depend>
|
<exec_depend>python3-multipart</exec_depend>
|
||||||
<exec_depend>python3-fastmcp</exec_depend>
|
<exec_depend>python3-fastmcp</exec_depend>
|
||||||
|
|||||||
Reference in New Issue
Block a user