We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e87b36 commit 54285bfCopy full SHA for 54285bf
2 files changed
pyproject.toml
@@ -4,13 +4,13 @@ version = "0.1.0"
4
description = "A Discord bot for VirtualLiveLab"
5
dependencies = [
6
"discord-py[voice,speed]>=2.6.4",
7
- "pydantic>=2.12.5",
+ "pydantic>=2.13.0",
8
"aiohttp>=3.13.3",
9
"ductile-ui==0.3.0",
10
"typing-extensions>=4.15.0",
11
"asyncer>=0.0.17",
12
"result>=0.17.0",
13
- "notion-client>=2.7.0",
+ "notion-client>=3.0.0",
14
"glom>=25.12.0",
15
]
16
readme = "README.md"
0 commit comments