Skip to content

Commit

Permalink
Fix pydantic-settings to underscore in docs (#7288)
Browse files Browse the repository at this point in the history
  • Loading branch information
FacerAin committed Aug 30, 2023
1 parent 2acf1af commit b9d2a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migration.md
Expand Up @@ -795,7 +795,7 @@ For `ConstrainedStr` you can use [`StringConstraints`][pydantic.types.StringCons

| Pydantic V1 | Pydantic V2 |
| --- | --- |
| `pydantic.BaseSettings` | [`pydantic-settings.BaseSettings`](#basesettings-has-moved-to-pydantic-settings) |
| `pydantic.BaseSettings` | [`pydantic_settings.BaseSettings`](#basesettings-has-moved-to-pydantic-settings) |
| `pydantic.color` | `pydantic_extra_types.color` |
| `pydantic.types.PaymentCardBrand` | [`pydantic_extra_types.PaymentCardBrand`](#color-and-payment-card-numbers-moved-to-pydantic-extra-types) |
| `pydantic.types.PaymentCardNumber` | [`pydantic_extra_types.PaymentCardNumber`](#color-and-payment-card-numbers-moved-to-pydantic-extra-types) |
Expand Down

0 comments on commit b9d2a98

Please sign in to comment.