mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-06 12:36:56 +00:00
chore: remove typing-extension dependency (#14757)
This commit is contained in:
parent
07ea5e97c8
commit
c90a86b8ad
@ -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",
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user