Skip to content

Commit

Permalink
use 4.11 for typing_extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
madhur-ob committed May 13, 2024
1 parent ff9f3bf commit 24fbb41
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3,165 deletions.
2 changes: 1 addition & 1 deletion metaflow/_vendor/v3_6/importlib_metadata/_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
try:
from typing import Protocol
except ImportError: # pragma: no cover
from metaflow._vendor.v3_6.typing_extensions import Protocol # type: ignore
from typing_extensions import Protocol # type: ignore


def install(cls):
Expand Down
254 changes: 0 additions & 254 deletions metaflow/_vendor/v3_6/typing_extensions.LICENSE

This file was deleted.

Loading

0 comments on commit 24fbb41

Please sign in to comment.