Skip to content

3.14#577

Merged
jashparekh merged 12 commits intomainfrom
3.14
Nov 2, 2025
Merged

3.14#577
jashparekh merged 12 commits intomainfrom
3.14

Conversation

@jashparekh
Copy link
Collaborator

No description provided.

Jash Parekh and others added 12 commits November 2, 2025 12:41
…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
Copy link

codecov bot commented Nov 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.64%. Comparing base (5bd0ccf) to head (45d2e32).
⚠️ Report is 1 commits behind head on main.

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:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jashparekh jashparekh merged commit 08fe336 into main Nov 2, 2025
19 checks passed
@jashparekh jashparekh deleted the 3.14 branch November 2, 2025 09:34
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.

1 participant