Upgrade twisted, kubernetes, pyyaml, Cython and Django to latest allowed versions#374
Merged
Merged
Conversation
…wed versions - twisted 26.4.0rc2 -> 26.4.0 (rc promoted to stable, CVE-2026-42304 line unchanged) - kubernetes 29.0.0 -> 36.0.2 (new transitive dep durationpy added; google-auth and rsa are no longer required and drop out of the lockfile) - pyyaml 6.0.1 -> 6.0.3 (required by kubernetes 36.0.2) - Cython 0.29.37 -> 3.2.5 (the <3 cap predated pyyaml 6.0.1 fixing Cython 3 source builds; comment updated) - django 5.2.14 -> 5.2.15 (latest 5.2 patch; <6.0 cap kept and annotated: django-ansible-base requires Django<6.0 and djangorestframework<3.16) - licenses/: add durationpy, remove google-auth and rsa (keeps test_licenses green)
This was referenced Jun 10, 2026
Contributor
Author
|
Update on the flaky-test caveat in this PR's ADDITIONAL INFORMATION: the |
This was referenced Jun 11, 2026
cigamit
approved these changes
Jun 11, 2026
cigamit
left a comment
Contributor
There was a problem hiding this comment.
Tested and found no issues, even with offline build.
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Merge PR #388 first — it makes full parallel Python test runs deterministic for reviewing everything else.
SUMMARY
Routine dependency refresh of the Python stack, taking each library to the latest version the dependency graph allows:
durationpy;google-authandrsaare no longer needed by it and drop out of the lockfile (nothing in awx imports them directly).<3cap predated pyyaml 6.0.1 fixing Cython 3 source builds. Note: worth one offline-image-build test before a release, same caveat README applies to pip/setuptools/cryptography.<6.0cap stays and is now annotated:django-ansible-base@develrequiresDjango<6.0anddjangorestframework<3.16, so Django 6 is blocked upstream in DAB, not here.licenses/: durationpy added, google-auth/rsa removed (keepstest_licensesgreen).requirements.txtregenerated with./updater.sh upgrade twisted kubernetes pyyaml cython django.ISSUE TYPE
COMPONENT NAME
ASCENDER VERSION
ADDITIONAL INFORMATION
Full test suite run against this branch state (kubernetes client API usage in
awx/main/scheduler/kubernetes.pyandawx/main/dispatch/worker/task.pyis unchanged across 29→36):(the one flaky failure seen during validation was the cross-test mock leak since root-caused and fixed in #388)