Skip to content

Support python 3 14#117

Merged
tim-mitchell merged 5 commits intomasterfrom
support-python-3-14
Feb 12, 2026
Merged

Support python 3 14#117
tim-mitchell merged 5 commits intomasterfrom
support-python-3-14

Conversation

@tim-mitchell
Copy link
Collaborator

fixes #116

@tim-mitchell tim-mitchell merged commit 5f236e3 into master Feb 12, 2026
3 checks passed
@paulclarkaranz
Copy link

paulclarkaranz commented Feb 12, 2026

Hi @tim-mitchell, this PR adds some dependencies to the library which are typically development only dependencies. Namely, bump-my-version, mypy, pre-commit and tox. Since this library is depended on for production use cases, those libraries will now be pulled down by all downstream projects as indirect dependencies.
Please consider moving them to the optional dev dependency group. (If the current dependancy group setup in pyproject.toml isn't working for you, there is apparently a newer standard that the python sdk is using.)

@tim-mitchell
Copy link
Collaborator Author

@paulclarkaranz Thanks for pointing this out - I was playing with uv - it must have added them.

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.

python 3.14 introduced __classdictcell__ in class namespaces which pure_interface doesn't handle

2 participants