Update README and CLAUDE.md for 2.0 API #17

Merged
coding-agent-marvin8 merged 0 commits from refs/pull/17/head into main 2026-06-08 23:09:02 +00:00
coding-agent-marvin8 commented 2026-06-08 23:01:19 +00:00 (Migrated from codeberg.org)

Brings README.md and CLAUDE.md in sync with the 2.0 public API.

  • README quick-start: remove httpx import and client= kwarg, use async with context manager pattern
  • README status: mention 2.0 breaking changes with link to upgrade guide
  • CLAUDE.md: drop stale version number from project header, update httpx → httpx2
  • CLAUDE.md: update Main Class signatures (remove client param, add http2, add close/context manager)
  • CLAUDE.md: update test tooling reference pytest-httpx → pytest-httpx2 (respx)

Closes #16

Brings README.md and CLAUDE.md in sync with the 2.0 public API. - README quick-start: remove httpx import and client= kwarg, use async with context manager pattern - README status: mention 2.0 breaking changes with link to upgrade guide - CLAUDE.md: drop stale version number from project header, update httpx → httpx2 - CLAUDE.md: update Main Class signatures (remove client param, add http2, add close/context manager) - CLAUDE.md: update test tooling reference pytest-httpx → pytest-httpx2 (respx) Closes #16
Sign in to join this conversation.
No description provided.