Explicitly use starlette 0.50.0 for TestClient's client parameter
Some checks failed
Bandit / audit-runtime-security (3.11) (pull_request) Successful in 10m0s
Flake8 / audit (3.11) (pull_request) Successful in 9m57s
Mypy / audit-typing (3.11) (pull_request) Successful in 10m53s
pip-audit / audit-dependency-security (3.11) (pull_request) Successful in 11m21s
Pylint / audit-runtime-security (3.11) (pull_request) Successful in 10m34s
Python Coverage / test-and-coverage (3.11) (pull_request) Failing after 5m51s
Some checks failed
Bandit / audit-runtime-security (3.11) (pull_request) Successful in 10m0s
Flake8 / audit (3.11) (pull_request) Successful in 9m57s
Mypy / audit-typing (3.11) (pull_request) Successful in 10m53s
pip-audit / audit-dependency-security (3.11) (pull_request) Successful in 11m21s
Pylint / audit-runtime-security (3.11) (pull_request) Successful in 10m34s
Python Coverage / test-and-coverage (3.11) (pull_request) Failing after 5m51s
Seems the pipeline has starlette-0.41.3 cached, which does satisfy starlette<0.51.0,>=0.40.0 but not my specific use :)
This commit is contained in:
@ -6,3 +6,4 @@ pytest-cov==7.0.0
|
||||
bandit==1.7.10
|
||||
httpx==0.28.1
|
||||
pip-audit==2.10.0
|
||||
starlette==0.50.0
|
||||
|
||||
Reference in New Issue
Block a user