Merged
Conversation
…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
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
Mike 2.1.1 no longer requires setuptools as a dependency, so we can remove it from requirements-docs.txt. This simplifies the documentation dependencies.
Resolved conflicts: - Updated actions/checkout to v4.3.0 in main.yml - Kept our version without setuptools in requirements-docs.txt and requirements.lock - Merged publish_release.yml updates from main
- Added setuptools==78.1.1 to requirements.txt for build backend support - Also added to requirements-test.txt for development environment - Regenerated requirements.lock to include setuptools 78.1.1
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #577 +/- ##
=======================================
Coverage 96.64% 96.64%
=======================================
Files 5 5
Lines 328 328
Branches 43 43
=======================================
Hits 317 317
Misses 5 5
Partials 6 6 🚀 New features to boost your workflow:
|
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.
No description provided.