python / typing_extensions

Backported and experimental type hints for Python
Other
446 stars 110 forks source link

Migrate pydantic tests to uv #501

Closed brianschubert closed 2 weeks ago

brianschubert commented 2 weeks ago

Fixes #499

Pydantic switched from pdm to uv in https://github.com/pydantic/pydantic/pull/10727, which broke the pydantic daily tests. This PR updates the pydantic tests to use the new uv-based setup.

Example of the updated CI running green: https://github.com/brianschubert/typing_extensions/actions/runs/11767214620