Skip to content

fix: support Python 3.14 local setup - #95

Merged
suguanYang merged 1 commit into
stagingfrom
fix/wangbinqi/python-314-support
May 19, 2026
Merged

suguanYang merged 1 commit into
stagingfrom
fix/wangbinqi/python-314-support

Conversation

@suguanYang

Copy link
Copy Markdown
Contributor

Summary

  • remove the Python <3.14 project upper bound so the README Python 3.11+ setup guidance is accurate
  • bump the Python 3.14-blocking runtime pins: asyncpg, psycopg2-binary, pydantic, and pydantic-settings
  • refresh uv.lock and the checked-in worker requirements export with Python 3.14-compatible resolution data

Closes #68.

Verification

  • uv sync --all-packages --python 3.14
  • uv run --python 3.14 pytest apps/worker/tests/contract/test_parse_task_contract.py -q
  • uv run --python 3.14 pytest apps/worker/tests/contract -q
  • uv run --python 3.14 pytest apps/api/tests/contract -q
  • uv run --python 3.14 --group lint ruff check
  • uv run --python 3.14 pyright
  • uv lock --locked
  • git diff --check
  • codex review --uncommitted --title "Support Python 3.14 dependency compatibility"

@suguanYang
suguanYang merged commit 7e87f04 into staging May 19, 2026
9 checks passed
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