Skip to content

fix(deps): relax httpx version pin to >=0.27.2,<1.0.0#112

Merged
nicklasl merged 1 commit into
mainfrom
nicklasl/relax-httpx-pin
May 22, 2026
Merged

fix(deps): relax httpx version pin to >=0.27.2,<1.0.0#112
nicklasl merged 1 commit into
mainfrom
nicklasl/relax-httpx-pin

Conversation

@nicklasl
Copy link
Copy Markdown
Member

Summary

  • Relaxes httpx dependency from exact pin ==0.27.2 to >=0.27.2,<1.0.0
  • Fixes compatibility with packages requiring newer httpx (e.g. google-genai==2.0.0 needs httpx>=0.28.1)
  • All 68 tests pass against httpx 0.28.1

Test plan

  • Full test suite passes with httpx 0.28.1
  • Verified SDK only uses stable httpx APIs (AsyncClient.post, TimeoutException, HTTPError)

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@nicklasl nicklasl marked this pull request as ready for review May 22, 2026 09:29
@nicklasl nicklasl merged commit b614d51 into main May 22, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants