Skip to content

Commit

Permalink
🌿 bump python generator to latest (#998)
Browse files Browse the repository at this point in the history
Note that this brings the python generator to latest which is through 2 major version bumps.
The relevant configuration has been implemented to make these changes non-breaking, however it is still recommended to review the output to confirm you are comfortable with the changes.

Changelog: https://github.com/fern-api/fern/blob/main/generators/python/sdk/CHANGELOG.md
  • Loading branch information
armandobelardo committed May 23, 2024
1 parent e383a64 commit 1a91451
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion fern/apis/prod/generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ groups:
publish:
generators:
- name: fernapi/fern-python-sdk
version: 0.11.9
version: 2.2.0
disable-examples: true
output:
location: pypi
Expand All @@ -16,6 +16,13 @@ groups:
repository: homanp/superagent-py
config:
client_class_name: Superagent
inline_request_params: false
improved_imports: false
pydantic_config:
require_optional_fields: true
use_str_enums: false
extra_fields: "forbid"

- name: fernapi/fern-typescript-node-sdk
version: 0.12.5
output:
Expand Down

0 comments on commit 1a91451

Please sign in to comment.