Cog-Creators / Cog-Creators/Red-DiscordBot
Drop support for Python 3.8 and 3.9 (end of life)
Open
Breaking Change
Status: Frozen
Type: Dependency Update
- Dominant language
- Python
- Stars
- 5.7k
- Forks
- 2.5k
- Avg merge
- 6d 16h
- Merged PRs (30d)
- 1
Description
Hi!
I'm the developer of [a cog](https://github.com/SootyOwl/TytoCogsV3/tree/main/tldw) 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?
Contributor guide
Assessment
This issue has not been assessed yet.