Skip to content

Replace httpx with httpx2 #149

Description

@stevepiercy

When running the tests in CI, I noticed this warning message.

============================== warnings summary ===============================
.venv\Lib\site-packages\fastapi\testclient.py:1
  D:\a\icalendar-anonymizer\icalendar-anonymizer\.venv\Lib\site-packages\fastapi\testclient.py:1: StarletteDeprecationWarning: Using `httpx` with `starlette.testclient` is deprecated; install `httpx2` instead.
    from starlette.testclient import TestClient as TestClient  # noqa

httpx2 is the successor to httpx. See:

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency filepriority: lowLow priority

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions