Skip to content

chore(deps): update dependencies via uv sync --upgrade - #1

Merged
JohnRichard4096 merged 2 commits into
AmritaBot:mainfrom
AmriaLin:update-deps
Sep 6, 2026
Merged

chore(deps): update dependencies via uv sync --upgrade#1
JohnRichard4096 merged 2 commits into
AmritaBot:mainfrom
AmriaLin:update-deps

Conversation

@AmriaLin

@AmriaLin AmriaLin commented Sep 6, 2026

Copy link
Copy Markdown
Member

Summary

Run uv sync --upgrade to refresh all dependency versions to the latest resolvable set.

Notable upgrades

  • amrita 1.4.2.1 → 1.7.0
  • amrita-core 0.12.7 → 0.13.7
  • amrita-sense 0.5.0 → 0.7.0
  • amrita-plugin-memory 0.3.0 → 0.3.1 (sync with pyproject)
  • openai 2.48.0 → 3.8.0 (major)
  • fastmcp 3.4.4 → 4.0.3 (major)
  • mcp 1.28.1 → 2.1.1 (major)
  • alembic 1.18.5 → 1.19.2, sqlalchemy 2.0.51 → 2.0.52, pydantic 2.13.4 → 2.13.5

Removed from resolution: distro, dotenv, httpx-sse, toml, uc-micro-py.

Files

  • uv.lock updated only; no changes to pyproject.toml (version constraints are all >=).

Summary by Sourcery

Refresh the project dependency lockfile and strengthen model preset availability handling.

Bug Fixes:

  • Ensure a usable model preset is returned and fail explicitly when no preset is available.

Enhancements:

  • Refresh the resolved Python dependency set to newer compatible versions, including major upgrades to OpenAI, FastMCP, and MCP.

Build:

  • Regenerate uv.lock with the upgraded dependency resolution and remove obsolete transitive packages.

@sourcery-ai

sourcery-ai Bot commented Sep 6, 2026

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

The PR regenerates uv.lock with the latest resolvable dependency set, including several major upgrades and removal of obsolete transitive packages; pyproject.toml remains unchanged.

File-Level Changes

Change Details Files
Refreshes the fully resolved dependency set in the lockfile using uv sync --upgrade, without changing declared project constraints.
  • Upgrades the Amrita packages and synchronizes amrita-plugin-memory with the declared dependency range.
  • Performs major-version upgrades for openai, fastmcp, and mcp.
  • Updates database, validation, and related dependencies including alembic, sqlalchemy, and pydantic.
  • Removes packages no longer required by the refreshed resolution.
uv.lock

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!

Fixed security issues:

  • cryptography (link)

Sourcery is free for open source - if you like our reviews please consider sharing them ✨

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sourcery assessment

Approved.

@JohnRichard4096
JohnRichard4096 merged commit 0afdced into AmritaBot:main Sep 6, 2026
2 checks passed
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.

2 participants