-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ 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 ...
- Loading branch information
Showing
324 changed files
with
5,448 additions
and
15,185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.