You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [BREAKING] Bump Python to 3.12+
* [DOCS] Use Python 3.12/3.13/3.14 in the compatibility list
* [CLEAN-UP] Remove six package
* [CLEAN-UP] Remove pkg_resources references
* [CLEAN-UP] Replace distutils with stdlib (shutil) and packaging equivalents
* [DEPS] Upgrade ansible from 8.7.0 to 11.13.0
* [DEPS] Replace azure/msrestazure with azure-* modern packages
* [DEPS] Upgrade himl from 0.18.0 to 0.20.0
* [DEPS] Migrate from python-consul to py-consul 1.7.1
* [DEPS] Upgrade urllib3 from 2.6.0 to 2.7.0
* [DEPS] Pin hashmerge to 0.2 and passgen to 1.1.1
* [DEPS] Upgrade awscli from 1.42.30 to 1.45.36 and boto3/botocore from 1.40.30 to 1.43.36
* [DEPS] Upgrade hvac from 1.2.1 to 2.4.0
* [DEPS] Remove kubernetes package (unused)
* [DEPS] Update Dockerfile dependencies
* [CLEAN-UP] removed dead code in azurerm.py
* [CLEAN-UP] Remove dead code from parser (_check_args_for_unicode)
* [CLEAN-UP] _check_args_for_unicode is not needed, as Python 3 already handles Unicode chars
* [BUGFIX] Python 2 leftovers clean-up
- Replace basestring with str
- Drop .encode('utf-8') calls
- Fix broken urllib import
- Add explicit dependency on requests
- fix error message retrieval
- cleaned up object/super redundancy
0 commit comments