Major upgrade: Python 3.14, Pydantic v2, Ruff linter, and library updates#572
Merged
jashparekh merged 5 commits intomainfrom Nov 2, 2025
Merged
Major upgrade: Python 3.14, Pydantic v2, Ruff linter, and library updates#572jashparekh merged 5 commits intomainfrom
jashparekh merged 5 commits intomainfrom
Conversation
Collaborator
jashparekh
commented
Nov 2, 2025
- Remove support for Python 3.8 and 3.9, add support for Python 3.10-3.14
- Update Dockerfiles to use Python 3.14
- Replace pip with uv package manager for faster dependency resolution
- Upgrade Pydantic from v1 to v2.12.3 and fix all compatibility issues
- Upgrade all core dependencies to latest versions:
- google-cloud-bigquery: 3.38.0
- google-api-core: 2.28.1
- google-auth: 2.42.1
- Replace black, isort, flake8, and autoflake with ruff for unified linting/formatting
- Move bandit configuration from .bandit to pyproject.toml
- Update CI workflow to use ruff and support Python 3.10-3.14
- Fix SchemaField API compatibility with google-cloud-bigquery 3.x
- Fix QueryJob instantiation in tests for google-cloud-bigquery 3.x
- Fix REPEATED mode detection for list-based schema fields
- Update requirements.lock with new dependencies
- Bump version to 1.1.0
…ates - Remove support for Python 3.8 and 3.9, add support for Python 3.10-3.14 - Update Dockerfiles to use Python 3.14 - Replace pip with uv package manager for faster dependency resolution - Upgrade Pydantic from v1 to v2.12.3 and fix all compatibility issues - Upgrade all core dependencies to latest versions: - google-cloud-bigquery: 3.38.0 - google-api-core: 2.28.1 - google-auth: 2.42.1 - Replace black, isort, flake8, and autoflake with ruff for unified linting/formatting - Move bandit configuration from .bandit to pyproject.toml - Update CI workflow to use ruff and support Python 3.10-3.14 - Fix SchemaField API compatibility with google-cloud-bigquery 3.x - Fix QueryJob instantiation in tests for google-cloud-bigquery 3.x - Fix REPEATED mode detection for list-based schema fields - Update requirements.lock with new dependencies - Bump version to 1.1.0
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #572 +/- ##
==========================================
+ Coverage 96.50% 96.64% +0.13%
==========================================
Files 5 5
Lines 315 328 +13
Branches 53 43 -10
==========================================
+ Hits 304 317 +13
Misses 5 5
Partials 6 6
🚀 New features to boost your workflow:
|
added 4 commits
November 2, 2025 13:11
GitHub Actions runners now use Docker Compose V2 which uses 'docker compose' (with space) instead of 'docker-compose' (with hyphen).
- Update mkdocs and mkdocstrings to latest compatible versions - Remove incompatible version pins (mkdocstrings-python, griffe) - Let uv resolve compatible versions automatically - Fixes AttributeError with mkdocs-autorefs plugin - Regenerate requirements.lock with updated docs dependencies
Add comprehensive changelog entry documenting all changes in v1.1.0: - Python 3.14 support and removal of 3.8/3.9 - Migration to uv package manager - Migration to ruff for linting/formatting - Pydantic v2 upgrade - All dependency upgrades - Bug fixes and compatibility improvements
- Update development-guide.md to reference Ruff instead of Black, Isort, and Flake8 - Remove flake8 noqa comment from helpers.py (no longer needed with Ruff) - Update docker-compose commands to docker compose (V2 syntax) - Update linter documentation links
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.