-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Prerequisites
- I have searched the repository’s issues and Kinde community to ensure my issue isn’t a duplicate
- I have checked the latest version of the library to replicate my issue
- I have read the contributing guidelines
- I agree to the terms within the code of conduct
Describe the issue
from kinde_sdk import Configuration# python --version 3.13
python app.py
File "/Users/tomasperez/.local/share/uv/python/cpython-3.13.1-macos-aarch64-none/lib/python3.13/typing.py", line 432, in inner
return func(*args, **kwds)
File "/Users/tomasperez/.local/share/uv/python/cpython-3.13.1-macos-aarch64-none/lib/python3.13/typing.py", line 1639, in __getitem__
params = tuple(_type_check(p, msg) for p in params)
File "/Users/tomasperez/.local/share/uv/python/cpython-3.13.1-macos-aarch64-none/lib/python3.13/typing.py", line 1639, in <genexpr>
params = tuple(_type_check(p, msg) for p in params)
~~~~~~~~~~~^^^^^^^^
File "/Users/tomasperez/.local/share/uv/python/cpython-3.13.1-macos-aarch64-none/lib/python3.13/typing.py", line 200, in _type_check
raise TypeError(f"Plain {arg} is not valid as type argument")
TypeError: Plain typing_extensions.TypedDict is not valid as type argumentLibrary URL
https://github.com/kinde-oss/kinde-python-sdk
Library version
1.2.7
Operating system(s)
macOS
Operating system version(s)
Mac
Further environment details
No response
Reproducible test case URL
No response
Additional information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working