chore(backend)(deps): consolidate dependency updates - #452
Merged
Conversation
berntpopp
marked this pull request as ready for review
August 14, 2026 06:09
This was referenced Aug 14, 2026
chore(backend)(deps-dev): bump types-pyyaml from 6.0.12.20260408 to 6.0.12.20260724 in /backend
#448
Closed
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
Consolidates backend dependency updates from #447 through #451 into one resolver-consistent change:
pydantic-settings>=2.14.2/2.14.2>=2.15.0/2.15.0deepdiff>=6.7.0/9.0.0>=9.1.0/9.1.0oaklib>=0.5.0/0.6.23>=0.7.4/0.7.4types-pyyaml>=6.0.12.20260408>=6.0.12.20260724sqlalchemy[asyncio]>=2.0.25/2.0.51>=2.0.51/2.0.52uvicorn[standard]>=0.35.0/0.52.1>=0.52.1/0.52.3The unified
uvresolution updatesbackend/uv.lock; both requirements exports are regenerated from that lock.Resolver corrections
The standalone Dependabot patches in #447 and #449 edited generated requirements to versions that do not match the resolved lock:
chardetremains at5.2.0becausepronto==2.7.3requireschardet<6, so7.5.1is unsatisfiable.pydantic-coreremains at2.46.4because stablepydantic==2.13.4requires that exact version; no production pre-release or resolver override is introduced.ast-serializeandlibrtremain at the versions selected by the currentmypygraph.Impact
No application code or API behavior changes. Backend dependency sources and generated exports are kept internally consistent, preventing the requirements-drift failures seen in #447 and #449.
Validation
uv lock --directory backend --checkmake -C backend check-requirements-driftSupersedes #447, #448, #449, #450, and #451.