Commits
Click on a commit to change the comparison rangeSimplify typing_extensions pin
We fixed the PyPy issues in [typing_extensions 4.7.1](https://github.com/python/typing_extensions/releases/tag/4.7.1) by working around [the bug in PyPy-3.7 and PyPy-3.8](https://foss.heptapod.net/pypy/pypy/-/issues/3958).
Loosening the pin here will give us the option of running pydantic's tests with typing_extensions's main branch on more PyPy versions in CI as part of our [third-party nightly workflow](https://github.com/python/typing_extensions/blob/main/.github/workflows/third_party.yml). Doing that should hopefully reduce the chance of breakages like this in the future :)2 years ago
by AlexWaygood