Skip to content
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
6 changes: 3 additions & 3 deletions fern/products/sdks/overview/python/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ groups:
- from: file_with_custom_function
imports:
- custom_function
pydantic-config:
pydantic_config:
skip_validation: true
```

Expand Down Expand Up @@ -192,13 +192,13 @@ When enabled, includes the API name as part of the package structure and naming.
The name of the exported client class that will be used in code snippets.
</ParamField>

### pydantic-config
### pydantic_config

Configure Pydantic model generation settings for your Python SDK.

```yaml
config:
pydantic-config:
pydantic_config:
enum_type: "literals"
extra_fields: "forbid"
frozen: true
Expand Down