PT-2025-54887 · Suse · Python-Requests
Publicado
2025-03-28
·
Atualizado
2025-03-28
Nenhuma
Não há classificações de severidade ou métricas disponíveis. Quando houver, atualizaremos as informações correspondentes na página.
This update for python-requests fixes the following issues:
-
Add patch to inject the default CA bundles if they are not specified. (bsc#1226321, bsc#1231500)
-
Remove Requires on python-py.
-
update to 2.32.3:
-
Fixed bug breaking the ability to specify custom SSLContexts in sub-classes of HTTPAdapter.
-
Fixed issue where Requests started failing to run on Python versions compiled without the
sslmodule. -
To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes in 2.32.0, we've renamed get connection to a new public API, get connection with tls context. Existing custom HTTPAdapters will need to migrate their code to use this new API. get connection is
-
Fixed an issue where setting verify=False on the first request from a Session will cause subsequent requests to the same origin to also ignore cert verification,
-
verify=True now reuses a global SSLContext which should improve request time
-
Requests now supports optional use of character detection (chardet or charset normalizer) when repackaged or vendored. This enables pip and other projects to minimize their
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾
Identificadores relacionados
Produtos afetados
Python-Requests