akrem.yes
08/23/2023, 11:53 AMFile "/app/agenta_backend/__init__.py", line 2, in <module>
from supertokens_python.recipe.thirdparty import ProviderInput, ProviderConfig, ProviderClientConfig
ImportError: cannot import name 'ProviderInput' from 'supertokens_python.recipe.thirdparty' (/usr/local/lib/python3.9/site-packages/supertokens_python/recipe/thirdparty/__init__.py)
am importing the ProviderInput like it's mentioned in the docs:
from supertokens_python.recipe.thirdparty import ProviderInput, ProviderConfig, ProviderClientConfig