Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies to address security issues #1493

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dokterbob
Copy link
Collaborator

@dokterbob dokterbob commented Oct 31, 2024

Only fastapi ^0.115 has support for starlette ^0.40, which is required to address the security issue.

We should probably do a 1.4 release soon, just for this.

In addition; perhaps we can drop starlette as a direct requirement?

* fastapi 0.115.3, dropping support for older versions due to CVE-2024-47874
* starlette 0.41.2, closes #1443
* werkzeug 3.0.6
@dokterbob dokterbob marked this pull request as ready for review October 31, 2024 10:08
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Oct 31, 2024
@dosubot dosubot bot added the security label Oct 31, 2024
@dokterbob dokterbob added the review-me Ready for review! label Oct 31, 2024
@dokterbob dokterbob changed the title Update dependencies to address security issues. Update dependencies to address security issues Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review-me Ready for review! security size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update starlette >=0.40.0 due to CVE-2024-47874
1 participant