Skip to content

0.29.0 (2026-05-30)

Latest

Choose a tag to compare

@knope-bot knope-bot released this 30 May 20:31
Immutable release. Only release title and notes can be modified.
7939364

Breaking Changes

  • Drop support for Python 3.10
  • Raise minimum httpx version to 0.23.1

Features

  • replace python-dateutil with stdlib datetime.fromisoformat (#1429)

Fixes

  • Remove some generated casts that aren't necessary with mypy v2 (#1436)
  • Explicitly set boundary for multipart/form-data (#1005)