# Discord Bot Dependencies # Pin pydantic-core to a version compatible with Python 3.14 # Using pre-built wheels to avoid build script issues discord.py==2.3.2 aiohttp==3.9.5 # pydantic-core is a dependency of pydantic; we use a pinned pydantic # that works with Python 3.14 pydantic==2.9.2 youtube-dl==2021.12.17