aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2023-07-20 10:51:54 +0100
committerGravatar GitHub <[email protected]>2023-07-20 10:51:54 +0100
commitb52f1ab731e2a55d08c0de64401721fc5034865c (patch)
treef95efc5440af57065f53e06aeb0148b0bde247f9 /pyproject.toml
parentMerge pull request #184 from python-discord/bump-d.py (diff)
parentfixup: correct docstring wording in paste_service (diff)
Merge pull request #188 from python-discord/paste-servic-emultiple-filesv10.0.0
Support sending multiple files to paste service at once
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5b123669..1f8514e8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydis_core"
-version = "9.9.2"
+version = "10.0.0"
description = "PyDis core provides core functionality and utility to the bots of the Python Discord community."
authors = ["Python Discord <[email protected]>"]
license = "MIT"
@@ -27,6 +27,7 @@ python = "3.10.* || 3.11.*"
"discord.py" = "2.3.1"
async-rediscache = { version = "1.0.0rc2", extras = ["fakeredis"], optional = true }
+pydantic = ">=1.7.4,<3.0.0"
statsd = "4.0.1"
aiodns = "3.0.0"