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

Use TypeDict from typing_extensions for python versions below 3.12 for pydantic compatibility #2185

Open
wants to merge 3 commits into
base: devel
Choose a base branch
from

Conversation

sh-rp
Copy link
Collaborator

@sh-rp sh-rp commented Jan 2, 2025

Description

See attached ticket for description of what was fixed.

@sh-rp sh-rp marked this pull request as ready for review January 2, 2025 12:39
Copy link

netlify bot commented Jan 2, 2025

Deploy Preview for dlt-hub-docs canceled.

Name Link
🔨 Latest commit 76abb4d
🔍 Latest deploy log https://app.netlify.com/sites/dlt-hub-docs/deploys/67768a70c5671300080021db

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.

TypedDict should be imported from typing_extensions rather than typing in Python versions <=3.11
1 participant