Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Upgrade preparation: remove usage of string-type 'verify' httpx argument #9

@jayaddison

Description

@jayaddison

Is your feature request related to a problem? Please describe.
From version 0.28 onwards of httpx - a dependency used by this web service - passing a string-type (str) verify argument will be considered an error, as described in encode/httpx#3418

Describe the solution you'd like
To prepare for an upgrade to httpx v0.28 and beyond, we should begin creating a custom SSLContext and providing that during initialization of the HTTP client.

Describe alternatives you've considered
N/A

Additional context
N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions