Skip to content

fix: support Python 3.14 development - #102

Draft
korowant wants to merge 1 commit into
genlayerlabs:v0.18from
korowant:agent/fix-python-314-lock
Draft

fix: support Python 3.14 development#102
korowant wants to merge 1 commit into
genlayerlabs:v0.18from
korowant:agent/fix-python-314-lock

Conversation

@korowant

@korowant korowant commented Aug 2, 2026

Copy link
Copy Markdown

Summary

  • refresh the locked Pydantic stack to versions that publish CPython 3.14 wheels
  • advertise Python 3.14 in the package classifiers
  • add Python 3.14 to the unit-test CI matrix

Problem

The project declares requires-python = ">=3.12", but a fresh uv sync --python 3.14 --group dev fails while building the locked pydantic-core==2.33.2. Its PyO3 version only supports Python through 3.13.

Updating the lock to pydantic==2.13.4 and pydantic-core==2.46.4 uses the published CPython 3.14 wheels instead of attempting the incompatible source build.

Impact

Contributors using Python 3.14 can install the development environment and run the SDK unit tests. CI now protects that compatibility alongside Python 3.12 and 3.13.

Validation

  • uv lock --check
  • Python 3.12: 76 passed, 17 deselected
  • Python 3.13: 76 passed, 17 deselected
  • Python 3.14: 76 passed, 17 deselected
  • uv build

@coderabbitai

coderabbitai Bot commented Aug 2, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 50f48807-1fa6-4eb9-92df-c3cac3c18a32

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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.

2 participants