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
There is an error in Python > 3.11 where the HttpUrl annotated type construct cannot be used with isinstance. In order to keep the type as a plain str for most of the code and not a true pydanticHttpUrl we need a wrapper class
There is an error in Python > 3.11 where the
HttpUrlannotated type construct cannot be used withisinstance. In order to keep the type as a plainstrfor most of the code and not a truepydanticHttpUrlwe need a wrapper class