|
@@ -74,6 +74,11 @@ httpx>=0.26.0
|
|
|
# would silently keep installing the vulnerable 2.6.x line.
|
|
# would silently keep installing the vulnerable 2.6.x line.
|
|
|
urllib3>=2.7.0
|
|
urllib3>=2.7.0
|
|
|
|
|
|
|
|
|
|
+# Transitive of fastapi. starlette 1.0.0 has PYSEC-2026-161; 1.0.1 is the
|
|
|
|
|
+# fixed release. fastapi's range still admits 1.0.0 so we pin the floor
|
|
|
|
|
+# directly to stop the resolver from picking the vulnerable build.
|
|
|
|
|
+starlette>=1.0.1
|
|
|
|
|
+
|
|
|
# Plate Detection (optional - enables build plate empty detection)
|
|
# Plate Detection (optional - enables build plate empty detection)
|
|
|
opencv-python-headless>=4.8.0
|
|
opencv-python-headless>=4.8.0
|
|
|
numpy>=1.24.0
|
|
numpy>=1.24.0
|