Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.27.0: Drop support for Python Versions 3.6, 3.7, and 3.8 #139

Merged
merged 24 commits into from
Nov 10, 2024

Conversation

rnag
Copy link
Owner

@rnag rnag commented Nov 9, 2024

v0.27.0 - Drop support for PY 3.6, 3.7, and 3.8

Changes

Notes

dlenski and others added 2 commits November 9, 2024 15:44
* support cyclic or self-referential dataclasses

* update to add custom recursion error

* Don't replace RecursionError with RecursiveClassError if recursion-safe loader is already enabled

If we get a `RecursionError` in this case, something else must have gone wrong

---------

Co-authored-by: Ritvik Nag <[email protected]>
* Update requirements in requirements-dev.txt and requirements-test.txt to latest
@rnag rnag merged commit 2b80792 into main Nov 10, 2024
6 checks passed
@rnag rnag deleted the v0.27.0-drop-support-for-PY3.6-3.7-and-3.8 branch November 10, 2024 05:24
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.

Drop support for Python 3.6, 3.7, and 3.8 (since past EOL) Cylic data dependencies cause infinite recursion
2 participants