microsoftgraph / microsoftgraph/msgraph-sdk-python-core

Replace httpx with httpx2

Open
#1,115 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

status:waiting-for-triage type:feature
Dominant language
Python
Stars
288
Forks
52
Avg merge
8h 10m
Merged PRs (30d)
1

Description

Is your feature request related to a problem? Please describe the problem.

No response

Describe the solution you'd like.

Replace the httpx dependendency with a maintained alternative, such as httpx2, maintained by Pydantic.

Additional context?

Httpx has not been released since December 2024, and has closed all public access to Issues / Discussions / PRs, this raises questions about the actual state of maintenance and could lead to security issues down the line.

https://github.com/encode/httpx/discussions/3784

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the httpx dependency declaration and the code that imports or configures it, then review the httpx2 project linked in the issue for compatibility details. Replace the dependency and update affected usage as needed; run the repository's existing test suite to confirm the SDK still works.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.