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 5943e72 commit 28f5749Copy full SHA for 28f5749
packages/models-library/src/models_library/auth.py
@@ -1,3 +1 @@
1
-from typing import Literal, TypeAlias
2
-
3
-API_KEY_AUTOGENERATED_PREFIX: TypeAlias = Literal["__auto_"]
+API_KEY_AUTOGENERATED_PREFIX: str = "__auto_"
0 commit comments