Bump fastapi 0.123.3 -> 0.136.1#8214
Draft
rayharnett wants to merge 3 commits into
Draft
Conversation
- Replace `pydantic.v1.utils.deep_update` (dropped in 0.128.0) with a local implementation in `collection_util.py` - fastapi[all] no longer includes orjson (ORJSONResponse deprecated in 0.131.0) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
Deployment failed with the following error: View Documentation: https://vercel.com/docs/two-factor-authentication |
Dependency Review✅ No vulnerabilities found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned Files
|
- Split deep_update function signature across lines - Wrap docstrings in make_mutable and flatten_dict - Shorten comment about dictionary handling - All ruff checks now pass Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
fastapi[all]from0.123.3to0.136.1pydantic.v1.utils.deep_update(dropped in fastapi 0.128.0) with a local implementation added tocollection_util.pyorjsonremoved from the lock —ORJSONResponsewas deprecated in 0.131.0 and fastapi[all] no longer pulls it in; confirmed no direct usage in fides sourceBreaking changes addressed
pydantic.v1compat shim removeddeep_updatetofides.api.util.collection_util, updated 4 import sitesstrict_content_typefor JSON requestsTest plan
strict_content_typetest failures)tests/ops/models/test_application_config.pypassestests/api/task/conditional_dependencies/test_policy_evaluation.pypassesCloses ENG-3856
🤖 Generated with Claude Code