Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌿 bump python generator to latest #998

Merged
merged 1 commit into from
May 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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