Hi!
I'm the developer of a cog that depends on the pydantic package (via openai). After updating this cog's dependencies, it has broken due to a dependency conflict:
red-discordbot 3.5.22 requires typing-extensions==4.13.2, but you have typing-extensions 4.15.0 which is incompatible.
- Red's using
typing-extensions==4.13.2
pydantic requires typing-extensions>=4.14.1.
If possible, relaxing or bumping the version constraint should resolve this?