You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.