microsoftgraph / microsoftgraph/msgraph-sdk-python-core
Replace httpx with httpx2
Nobody has claimed this yet.
- 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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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