You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is currently bound by pydantic >= 1.10.5, < 2. The OpenAPI Generator >=v7.4.0 (and maybe >=7.1.0) supports pydantic >2. This limitation is causing me to have to fall back to using vanilla requests instead of using this SDK due to conflicting dependencies.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
hcrosse
changed the title
Pydantic >2 support.
Add Pydantic >2 support.
May 28, 2024
This project is currently bound by
pydantic >= 1.10.5, < 2
. The OpenAPI Generator >=v7.4.0 (and maybe >=7.1.0) supportspydantic >2
. This limitation is causing me to have to fall back to using vanilla requests instead of using this SDK due to conflicting dependencies.Thanks in advance!
The text was updated successfully, but these errors were encountered: