diff --git a/config/clients/python/CHANGELOG.md.mustache b/config/clients/python/CHANGELOG.md.mustache index c283535e..7e5a8c0f 100644 --- a/config/clients/python/CHANGELOG.md.mustache +++ b/config/clients/python/CHANGELOG.md.mustache @@ -1,5 +1,17 @@ # Changelog +## v0.4.2 + +### [0.4.2](https://{{gitHost}}/{{gitUserId}}/{{gitRepoId}}/compare/v0.4.1...v0.4.2) (2024-04-04) + +- feat: support for modular models metadata +- feat: support auto-retry of failed network requests +- refactor: remove Python 2 code +- fix: limit the number of network retries +- fix: Configuration class `api_scheme`, `min_wait_in_ms` and `disabled_client_side_validations` validation issues +- chore: update aiohttp to 3.9.2 +- chore: update black to 24.3.0 + ## v0.4.1 ### [0.4.1](https://{{gitHost}}/{{gitUserId}}/{{gitRepoId}}/compare/v0.4.0...v0.4.1) (2024-02-13) diff --git a/config/clients/python/config.overrides.json b/config/clients/python/config.overrides.json index 7b667303..02b39e9d 100644 --- a/config/clients/python/config.overrides.json +++ b/config/clients/python/config.overrides.json @@ -2,7 +2,7 @@ "sdkId": "python", "gitRepoId": "python-sdk", "packageName": "openfga_sdk", - "packageVersion": "0.4.1", + "packageVersion": "0.4.2", "packageDescription": "Python SDK for OpenFGA", "packageDetailedDescription": "This is an autogenerated python SDK for OpenFGA. It provides a wrapper around the [OpenFGA API definition](https://openfga.dev/api).", "fossaComplianceNoticeId": "2f8a8629-b46c-435e-b8cd-1174a674fb4b",