You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've checked and there are no CVEs on these releases of starlette or werkzeug (although including werkzeug in my non-flask app is upsetting)
Expected Behavior
I see other dependencies have a wildcard dependency, which makes them super compatible with other packages. For some reason my local poetry forces a dowgrade of starlette when I try to use openapi-core
Doing this to ensure that fast-api can remain spec-first and we don't accidentally automatically iterate towards trouble with code security scanning tooling such as snyk
This is because I use the starlette middleware within fastapi, as it overcomes some error handling that fast-api doesn't handle (TBH I don't understand that part as well as I should)
OpenAPI Core Version
0.19.5
OpenAPI Core Integration
starlette,fastapi
Affected Area(s)
dependencies
References
No response
Anything else we need to know?
N/A
Would you like to implement a fix?
Yes
The text was updated successfully, but these errors were encountered:
Actual Behavior
poetry update openapi-core
led to
I've checked and there are no CVEs on these releases of starlette or werkzeug (although including werkzeug in my non-flask app is upsetting)
Expected Behavior
I see other dependencies have a wildcard dependency, which makes them super compatible with other packages. For some reason my local poetry forces a dowgrade of starlette when I try to use
openapi-core
Doing this to ensure that fast-api can remain spec-first and we don't accidentally automatically iterate towards trouble with code security scanning tooling such as snyk
Steps to Reproduce
poetry add openapi-tools
then I update the extras to contain
This is because I use the starlette middleware within fastapi, as it overcomes some error handling that fast-api doesn't handle (TBH I don't understand that part as well as I should)
OpenAPI Core Version
0.19.5
OpenAPI Core Integration
starlette,fastapi
Affected Area(s)
dependencies
References
No response
Anything else we need to know?
N/A
Would you like to implement a fix?
Yes
The text was updated successfully, but these errors were encountered: