Bumped project libs and release defaults#22
Merged
Conversation
- alembic: 1.17.2 -> 1.18.4 - clickhouse-connect: 0.10.0 -> 1.2.0 - fastapi: 0.123.8 -> 0.136.3 - pydantic: 2.12.5 -> 2.13.4 - pydantic-settings: 2.12.0 -> 2.14.1 - pyjwt: 2.10.1 -> 2.13.0 - redis: 7.1.0 -> 8.0.0 - sqladmin: 0.22.0 -> 0.27.2 - sqlalchemy: 2.0.44 -> 2.0.50 - uvicorn: 0.38.0 -> 0.49.0 - black (dev): 25.11.0 -> 26.5.1 - coverage (dev): 7.10.7 -> 7.14.1 - mypy (dev): 1.18.2 -> 2.1.0 - pip (dev): 25.3 -> 26.1.2 - pytest (dev): 8.4.2 -> 9.0.3 - pytest-asyncio (dev): 1.2.0 -> 1.4.0 - ruff (dev): 0.14.8 -> 0.15.16 - setuptools (dev): 80.9.0 -> 82.0.1 - types-WTForms (dev): 3.2.1.20250809 -> 3.2.1.20260518
- Switch proxy dependencies to httpx2 and async ClickHouse extras - Default new releases to inactive and hide the active flag from release forms - Add an Alembic migration for releases.is_active server default - Enable server-default comparison and adjust tests/types for upgraded libraries
- Move mypy cache writes to /tmp during Docker lint runs - Avoid permission errors when the app directory is not writable
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.
Bumped project libs and release defaults
Summary
httpx2and ClickHouse to async extras.0003forreleases.is_active.Tests
make formatmake lintgit diff --checkRisks