aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-03-04 16:18:51 +0000
committerGravatar Chris Lovering <[email protected]>2024-03-04 16:18:51 +0000
commit46c54e44403c5b5d914cf60f13c16d044868fe97 (patch)
treeb67c08000d6a4f078ed200fd645e6b84260d1ff2 /pyproject.toml
parentBump dev deps to latest (diff)
Drop support for Pydantic 1.X
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 80e916d8..25d8317e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -27,7 +27,7 @@ python = "3.10.* || 3.11.*"
"discord.py" = "~=2.3.2"
async-rediscache = { version = "1.0.0rc2", extras = ["fakeredis"], optional = true }
-pydantic = ">=1.7.4,<3.0.0"
+pydantic = "~=2.6"
statsd = "~=4.0"
aiodns = "~=3.1"