Skip to content
This repository was archived by the owner on Aug 14, 2026. It is now read-only.

v1.1.0

Choose a tag to compare

@mmzeynalli mmzeynalli released this 28 Oct 13:18
· 4 commits to main since this release

v1.1.0 (2025-10-28)

What's Changed

  • Bumped minimal pydantic version from 2.8 to 2.11.
  • Added new constant: UNSET. Used for differentiating None from missing (or unset) values. UnsetField/UnsetOrNoneField were also added as annotated pydantic fields.
  • Now all requests can also pass request header as argument (see Clopos).
  • Added function _build_request_lambda to enable subclasses to override without overriding whole __getattribute__. Can be used to enforce some arguments.