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
My understanding is typing_extensions comes transitively from httpx only up to python < 3.13. However, the generated code uses it without declaring it as a dependency. So when using python >= 3.13, that causes an import error
My understanding is typing_extensions comes transitively from httpx only up to python < 3.13. However, the generated code uses it without declaring it as a dependency. So when using python >= 3.13, that causes an import error