diff options
| author | 2023-08-11 15:55:20 +0100 | |
|---|---|---|
| committer | 2023-08-11 15:55:20 +0100 | |
| commit | 14b01397684162f3e82dd3703c0bed531a77eb5a (patch) | |
| tree | 2c21b0eeff30bf56816ec6f501e5e27f19ea6de4 /pyproject.toml | |
| parent | Merge pull request #2710 from python-discord/dependabot/pip/ruff-0.0.283 (diff) | |
| parent | Don't use a BaseSettings instance for constants that don't need to be overwri... (diff) | |
Merge pull request #2695 from python-discord/pydantic-v2
Migrate to Pydantic v2
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 68aa2685f..af17a1ed9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,8 @@ rapidfuzz = "3.2.0" regex = "2023.8.8" sentry-sdk = "1.29.2" tldextract = "3.4.4" -pydantic = { version = "1.10.9", extras = ["dotenv"]} +pydantic = "2.0.3" +pydantic-settings = "2.0.2" [tool.poetry.dev-dependencies] coverage = "7.2.7" |