We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8956fd7 commit 16a08eaCopy full SHA for 16a08ea
packages/postgres-database/src/simcore_postgres_database/models/services_compatibility.py
@@ -1,14 +1,14 @@
1
-""" Services table
+"""Services table
2
3
- - List of 3rd party services in the framework
4
- - Services have a key, version, and access rights defined by group ids
+- List of 3rd party services in the framework
+- Services have a key, version, and access rights defined by group ids
5
"""
6
7
+from typing import NotRequired, Required
8
9
import sqlalchemy as sa
10
import typing_extensions
11
from sqlalchemy.dialects.postgresql import JSONB
-from typing_extensions import NotRequired, Required
12
13
from ._common import (
14
RefActions,
0 commit comments