Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for python3-requests 2.32.2 #5435

Merged
merged 2 commits into from
Jun 27, 2024
Merged

fix for python3-requests 2.32.2 #5435

merged 2 commits into from
Jun 27, 2024

Commits on Jun 26, 2024

  1. fix: Add get_connection_with_tls_context() for requests 2.32.2+

    get_connection() is deprecated in requests 2.32.2+ so this will
    allow for the LXDSocketAdapter to avoid using a deprecated api.
    
    Fixed:canonical#5434
    
    Signed-off-by: eaglegai <eaglegai@163.com>
    eaglegai committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    0611a40 View commit details
    Browse the repository at this point in the history
  2. wip

    blackboxsw committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e540e32 View commit details
    Browse the repository at this point in the history