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
✨ Upgrade client to latest openapi-generator version (#164)
* 🚚 move autoflake/black/isort for after postprocess complete
* ✨ modify sed commands to match new patterns
* 🎨 update import of
* 🎨 update import of typing.Set
* 🎨 update to_dict method
* 🎨 update from_json method
* 🎨 update from_dict method
* 🎨 update Union[str, Any] to Dict[str, Any]
* 🎨 read key directly
* 🎨
* 🎨 use new in set pattern
* 🎨 read key directly if exists
* 🎨 read key directly if exists
* 🎨 update to_dict method
* 🎨 adds previously ungenerated model field descriptions
* 🎨 add import
* 🎨 use new in set pattern
* 🎨 read key directly if exists
* 🎨 add import
* 🎨 adds previously ungenerated model field descriptions
* 🎨 new format for _response_types_map
* 🎨 new return type: RequestSerialized
* 🎨 optimise imports
* 🎨
* 🎨 add space in query_param checks
* ✨ new script to remove unnecessary validate_call decorators
* 🎨 new format for _response_types_map
* 🎨 new format for _response_types_map
* ➕ Add `aiohttp_retry` dependency
* ✨ new RESTClient has retry config!
* 🎨 refactor exceptions
* 🎨 typing
* 🎨 headers are now a Mapping
* ✨ Update ApiClient to latest; implements deserializing enums; drops our custom handling for booleans ... let's see if it still works 🚧
* version bump
* 🎨
* ⬆️ Upgrade `black` to latest
* ⬆️ Upgrade `pytest-mock` to latest
* 🐛 `disclosures` field can be str or Dict
* 🎨 attempt to reduce code duplication below sonarcloud quality gate threshold ...
0 commit comments