Skip to content

Outdated typing_extensions dependency causing package conflict issues with pydantic/openai #6638

@SootyOwl

Description

@SootyOwl

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: FrozenWe might make plans for this later.Type: Dependency UpdateAdding/updating/removing some of Red’s dependencies.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions