tweag / FawltyDeps

Python dependency checker
Other
201 stars 14 forks source link

Work around issue in Pydantic v1.10.16 #439

Closed jherland closed 4 months ago

jherland commented 5 months ago

Minor workaround to fix issue #438.

Upstream Pydantic issue: https://github.com/pydantic/pydantic/issues/9656

Commits:

jherland commented 5 months ago

There is an ongoing PR to fix the upstream issue: https://github.com/pydantic/pydantic/pull/9660

If that ends up being merged and released soon, we can probably drop this PR.

jherland commented 4 months ago

Pydantic v1.10.17 does not trigger the same issue, and this workaround is considered unnecessary.