pydantic / pydantic-extra-types

Extra Pydantic types.
MIT License
181 stars 48 forks source link

Please support python-ulid 2.x #130

Closed musicinmybrain closed 7 months ago

musicinmybrain commented 7 months ago

The python-ulid package became a dependency in https://github.com/pydantic/pydantic-extra-types/pull/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.