-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround Pydantic 2.10.0/2.10.1 for compatibility tests (#44317)
Our compatibility tests started to fail after Pydantic 2.10.0/2.10.1 have been released due to change in the way they are handling base classes for Pydantic classes and their protected members, when the base class uses PEP 563 ('from __future__ import annotations`) on Python 3.8 / 3.9. This is tracked in pydantic/pydantic#10958 and hopefully will be solved by adding eval-type-backport as required Pydantic 2.10.2+ dependency, but until it is released, manually installing `eval-type-backport` in compatibility tests should workaround the failing canary tests.
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters