chore: remove typing-extension dependency (#14757)

This commit is contained in:
Teddy 2024-01-17 10:58:10 +01:00 committed by GitHub
parent 07ea5e97c8
commit c90a86b8ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View File

@ -117,7 +117,6 @@ base_requirements = {
"sqlalchemy>=1.4.0,<2",
"collate-sqllineage>=1.0.4",
"tabulate==0.9.0",
"typing_extensions>=4.8.0",
"typing-inspect",
"wheel~=0.38.4",
}

View File

@ -18,7 +18,6 @@ from abc import ABC, abstractmethod
from typing import Any, Dict, List, Optional, Union
from sqlalchemy import Column
from typing_extensions import Self
from metadata.generated.schema.entity.data.database import (
Database,
@ -155,7 +154,7 @@ class ProfilerInterface(ABC):
service_connection_config,
ometa_client: Optional[OpenMetadata],
**kwargs,
) -> Self:
) -> "ProfilerInterface":
"""create class method is used to dispatch the profiler protocol to the
correct object based on the service connection object