chore: bump all dependencies to latest versions#50
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 <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
Routine dependency refresh (via
/updating-deps) bumping all backend and frontend dependencies to their latest versions, plus a refresh of the bundled AI library docs.No source code changed — only dependency manifests, lockfiles, and docs. No deprecated/removed APIs are in use, so nothing required migration.
Backend (
pyproject.toml)Frontend (
package.json)27 packages bumped — notably
ai6.0.180→6.0.199,@ai-sdk/react3.0.182→3.0.201,next16.2.6→16.2.9,react/react-dom19.2.6→19.2.7,@tanstack/react-query5.100.10→5.101.0, plus radix-ui, lucide-react, motion, date-fns, axios, biome, ultracite, and type packages.Docs refreshed
docs/pydantic-ai-llms-full.txt(upstream restructured; URL now 301-redirects)docs/vercel-ai-sdk-ui.txt(28 pages)Breaking changes
None affect this codebase. Grepped for every deprecated API:
history_processors=, method-styleresult.usage(),tool_retries=/output_retries=,stream_responses(),MCPServer*) — the agent already uses the moderncapabilities=[...]pattern and currentVercelAIAdapterpath.ClapModel/ClapProcessor(audio embedding, not an ALM), unaffected.LogisticRegressionCV/SVC/TargetEncoder—preference.pyuses plainLogisticRegression+StandardScaler, unaffected.Validation
pre-commit(ruff, ruff-format, mypy)ultracite check(62 files)Follow-ups (not done here)
/updating-depsskill's Phase 4curl -ofor the pydantic-ai docs needs-L/-fsSL— the URL now 301-redirects and silently wrote a 0-byte file (worked around this run).🤖 Generated with Claude Code