We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650bfd9 commit a5c467cCopy full SHA for a5c467c
litestar/openapi/spec/security_requirement.py
@@ -1,6 +1,6 @@
1
-from __future__ import annotations
+from typing_extensions import TypeAlias
2
3
-SecurityRequirement = dict[str, list[str]]
+SecurityRequirement: TypeAlias = "dict[str, list[str]]"
4
"""Lists the required security schemes to execute this operation. The name used for each property MUST correspond to a
5
security scheme declared in the.
6
0 commit comments