chore: update deps for py3.12#9270
Merged
jennifer-richards merged 61 commits intoietf-tools:feat/py312from Aug 4, 2025
Merged
Conversation
Still holding back until their ietf-tools#894 is conclusively resolved. The 2.8.x release adds official py3.13 support.
Supported via django's SecurityMiddleware since longtime
Brings a meeting migration to adjust tz/country choices.
Situation requiring the pin to < 2.0 appears to have resolved.
rjsparks
approved these changes
Aug 4, 2025
Member
Author
|
For the record: verified that boto3 works against R2 with the settings modified as in this PR. It seems that getting to 1.36.7 makes those settings not required. We're going to keep the settings changes though as a precaution. |
# Conflicts: # requirements.txt
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates
requirements.txtto bump minimum versions to be officially compatible with py3.12 or beyond. The comments on the individual commits indicate what versions were declared to be supported by the version I bumped to.These are the packages that did not have a py3.12-compatible declaration on pypi and where I couldn't tell conclusively from a quick look at the package repo. Tests all pass despite these and I haven't seen any failures in the very light manual poking I've done so far, so I expect most are bookkeeping rather than actual compatibility problems.
Person.photo_name()method that appears to be unused) candidate for droppingA few packages needed some adjustments to work with the latest versions. This included boto3 (working around the checksum issue introduced in 1.36+), pytz (migrating meeting timezone/country fields to reflect changes in the available choices), and django-vite (adjusting the settings structure)
I dropped the djlint package because it appears to be struggling to find a maintainer and because I don't think we use it often/ever any more.