Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use typing_extensions for older python version #43

Merged
merged 1 commit into from
Jan 15, 2025
Merged

Conversation

costrau
Copy link
Member

@costrau costrau commented Dec 20, 2024

Running the lora example on python < 3.12 runs into the issue "pydantic.errors.PydanticUserError: Please use typing_extensions.TypedDict instead of typing.TypedDict on Python < 3.12.". Thats what this pr does.
See also this issue at pydantic

@aleneum aleneum merged commit 8c8fc5e into main Jan 15, 2025
5 checks passed
@aleneum aleneum deleted the fix_typeddict branch January 15, 2025 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants