chore(deps): update dependency ranges to include latest releases#381
Draft
mkitti wants to merge 1 commit into
Draft
chore(deps): update dependency ranges to include latest releases#381mkitti wants to merge 1 commit into
mkitti wants to merge 1 commit into
Conversation
Bump the PyPI ([project]) and conda ([tool.pixi]) version bounds to the latest released versions (kept in sync), following the existing >=latest,<next convention, and regenerate pixi.lock. Notable major bumps: pandas 2->3, cachetools 6->7, pytest 8->9. Backend test suite passes (317 passed). 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.
Bumps the PyPI (
[project]) and conda ([tool.pixi]) dependency versionbounds to the latest released versions, kept in sync between the two, following
the existing
>=latest,<nextconvention, and regeneratespixi.lock.Runtime: alembic, authlib, cachetools, click, fastapi, pandas, pydantic,
pydantic-settings, sqlalchemy, uvicorn
Dev/test/release: coverage, pytest, pytest-asyncio, pytest-cov,
pytest-jupyter, hatch, build
Notable major bumps: pandas 2→3, cachetools 6→7, pytest 8→9
Left as-is: dependencies already at their latest release, and the
python/nodejs/piptoolchain pins.uvicorn(<0.49) andpsycopg2-binary(>=2.9.10) are held to the newest versions packaged onconda-forge so the PyPI and conda specs stay in sync and
pixi.lockresolves.Backend test suite passes (317 passed) against the bumped versions.
🤖 Generated with Claude Code