pydantic / pydantic-extra-types

Extra Pydantic types.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please support python-ulid 2.x

musicinmybrain opened this issue · comments

The python-ulid package became a dependency in #73, which pinned its version to >=1,<2. Even in October 2023 when the PR was merged, the latest release was already 2.2.0.

According to https://github.com/mdomke/python-ulid/blob/2.2.0/CHANGELOG.rst, the only breaking change in 2.0.0 was dropping support for Python 3.7 and 3.8.

This project should not need to pin an old version of this dependency on Python interpreter versions 3.9 and later.