diff options
author | Dave <dmz.oneill@gmail.com> | 2024-03-13 14:41:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-13 14:41:40 +0100 |
commit | 12843eccf7c5282e9ec5350ffc6884e82d40e62f (patch) | |
tree | 150c8dab4037d5658706e61dd6860be13507a5db /requirements/README.md | |
parent | Prune dangle image periodically (#14957) (diff) | |
download | awx-12843eccf7c5282e9ec5350ffc6884e82d40e62f.tar.xz awx-12843eccf7c5282e9ec5350ffc6884e82d40e62f.zip |
AAP-13369 Python 3.9 -> 3.11 upgrade (#14771)
* Python 3.9 -> 3.11 upgrade
* Test: updating azure-keyvault to 4.2.0
* Revert "Test: updating azure-keyvault to 4.2.0"
This reverts commit cf0b83699442e0c0de4a1152d4af8543a5e05b88.
* Test: updating azure-keyvault to latest and adding azure-identity
* Fix licenses
* Adding new licenses
* Revert "Fix licenses"
This reverts commit da3876911ef5ebbe7a8adbddd336ced3039b6228.
* Fixing dependencies
* Test: updating azure-keyvault to 4.2.0
* Fix licenses
* Revert "Fix licenses"
This reverts commit da3876911ef5ebbe7a8adbddd336ced3039b6228.
* Fixing dependencies
---------
Co-authored-by: César Francisco San Nicolás Martínez <csannico@redhat.com>
Diffstat (limited to 'requirements/README.md')
-rw-r--r-- | requirements/README.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/requirements/README.md b/requirements/README.md index 62ad87fd20..df3d0a3aaa 100644 --- a/requirements/README.md +++ b/requirements/README.md @@ -110,16 +110,6 @@ OpenID Connect work that was done in https://github.com/jazzband/django-oauth-toolkit/pull/915. This may be fixable by creating a migration on our end? -### azure-keyvault - -Upgrading to 4.0.0 causes error because imports changed. - -``` - File "/var/lib/awx/venv/awx/lib64/python3.6/site-packages/awx/main/credential_plugins/azure_kv.py", line 4, in <module> - from azure.keyvault import KeyVaultClient, KeyVaultAuthentication -ImportError: cannot import name 'KeyVaultClient' -``` - ### pip, setuptools and setuptools_scm If modifying these libraries make sure testing with the offline build is performed to confirm they are functionally working. |