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
Fedora 39 now use python 3.12 by default, would it be possible to have support for it ? Currently I've an error while using ucsmsdk through ansible module :
a lot more digging here. in ucsdriver.py, the code uses httplib. That library was updated:
Changed in version 3.12: The deprecated key_file, cert_file and check_hostname parameters have been removed.
This is probably above my abilities, but if I read this correctly, we need an additional check for version 3.12 that adjusts accordingly not to use key_file with the block at line 81. This would also add support for TLS1.3 potentially?? I'm also unclear on the TLS1Handler but key_file and cert_file both exist there as well.
Hello,
thanks for python 3.11 support back in October.
Fedora 39 now use python 3.12 by default, would it be possible to have support for it ? Currently I've an error while using ucsmsdk through ansible module :
Thanks a lot !
The text was updated successfully, but these errors were encountered: