Skip to content

Commit 1a91451

Browse files
🌿 bump python generator to latest (#998)
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
1 parent e383a64 commit 1a91451

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

fern/apis/prod/generators.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ groups:
66
publish:
77
generators:
88
- name: fernapi/fern-python-sdk
9-
version: 0.11.9
9+
version: 2.2.0
1010
disable-examples: true
1111
output:
1212
location: pypi
@@ -16,6 +16,13 @@ groups:
1616
repository: homanp/superagent-py
1717
config:
1818
client_class_name: Superagent
19+
inline_request_params: false
20+
improved_imports: false
21+
pydantic_config:
22+
require_optional_fields: true
23+
use_str_enums: false
24+
extra_fields: "forbid"
25+
1926
- name: fernapi/fern-typescript-node-sdk
2027
version: 0.12.5
2128
output:

0 commit comments

Comments
 (0)