From 5afe4ad2ca4a9aeb61ba41938e03fc92080fe2bd Mon Sep 17 00:00:00 2001 From: Yong woo Song Date: Wed, 30 Aug 2023 03:48:56 +0000 Subject: [PATCH] docs: fix pydantic-settings to underscore --- docs/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migration.md b/docs/migration.md index c491b366ba..582d51c324 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -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) |