- urllib3>=2.6.3 (CVE-2025-43859) - jaraco.context>=6.1.0 (GHSA-58pv-8j8x-9vj2) - setuptools>=80.0 (vendored jaraco.context) reduces High vulnerabilities from 6 to 3
17 lines
294 B
Plaintext
17 lines
294 B
Plaintext
# Core
|
|
flask>=3.0
|
|
|
|
# Security & Rate Limiting
|
|
flask-limiter>=3.5
|
|
|
|
# Observability (optional, for /metrics endpoint)
|
|
prometheus-flask-exporter>=0.23
|
|
|
|
# PKI support (optional)
|
|
cryptography>=42.0
|
|
|
|
# Security fixes (transitive dependency pins)
|
|
urllib3>=2.6.3
|
|
jaraco.context>=6.1.0
|
|
setuptools>=80.0
|