mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
33 lines
996 B
Diff
33 lines
996 B
Diff
diff --git a/alembic/util/sqla_compat.py b/alembic/util/sqla_compat.py
|
|
index cab9949..e36127c 100644
|
|
--- a/alembic/util/sqla_compat.py
|
|
+++ b/alembic/util/sqla_compat.py
|
|
@@ -10,6 +10,7 @@ from typing import Optional
|
|
from typing import TYPE_CHECKING
|
|
from typing import TypeVar
|
|
from typing import Union
|
|
+from typing import TypeGuard
|
|
|
|
from sqlalchemy import __version__
|
|
from sqlalchemy import inspect
|
|
@@ -28,7 +29,6 @@ from sqlalchemy.sql.elements import quoted_name
|
|
from sqlalchemy.sql.elements import TextClause
|
|
from sqlalchemy.sql.elements import UnaryExpression
|
|
from sqlalchemy.sql.visitors import traverse
|
|
-from typing_extensions import TypeGuard
|
|
|
|
if TYPE_CHECKING:
|
|
from sqlalchemy import Index
|
|
diff --git a/setup.cfg b/setup.cfg
|
|
index 19cd65c..a1b35ec 100644
|
|
--- a/setup.cfg
|
|
+++ b/setup.cfg
|
|
@@ -39,7 +39,6 @@ install_requires =
|
|
Mako
|
|
importlib-metadata;python_version<"3.9"
|
|
importlib-resources;python_version<"3.9"
|
|
- typing-extensions>=4
|
|
|
|
[options.extras_require]
|
|
tz =
|