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

DM-46468: Add dependency constraints for FastAPI Safir apps #277

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

rra
Copy link
Member

@rra rra commented Sep 23, 2024

Sometimes when there's a new release of Starlette that's incompatible with the latest FastAPI, dependency resolution will attempt to downgrade FastAPI to a very ancient version with no dependency constraints. Add version constraints for both pydantic and fastapi to the FastAPI Safir app template dependencies to prevent this.

Sometimes when there's a new release of Starlette that's incompatible
with the latest FastAPI, dependency resolution will attempt to
downgrade FastAPI to a very ancient version with no dependency
constraints. Add version constraints for both pydantic and fastapi
to the FastAPI Safir app template dependencies to prevent this.
@rra rra merged commit b53b04a into main Sep 23, 2024
4 checks passed
@rra rra deleted the tickets/DM-46468 branch September 23, 2024 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant