File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1142,6 +1142,7 @@ class ApplicationEventWebhookStatus(Enum):
11421142 enabled = 2
11431143 disabled_by_discord = 3
11441144
1145+
11451146class InviteTargetUsersJobStatusCode (Enum ):
11461147 unspecified = 0
11471148 processing = 1
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ myst-parser[linkify]==5.0.0 ; python_version >= "3.13"
55sphinxext-opengraph==0.13.0 ; python_version >= "3.13"
66sphinx-copybutton==0.5.2 ; python_version >= "3.13"
77furo==2025.12.19 ; python_version >= "3.13"
8- sphinx-autodoc-typehints==3.9.4 ; python_version >= "3.13"
8+ sphinx-autodoc-typehints==3.9.5 ; python_version >= "3.13"
99sphinx-intl==2.3.2 ; python_version >= "3.13"
1010typing_extensions==4.15.0 ; python_version >= "3.13"
1111levenshtein==0.27.3 ; python_version >= "3.13"
You can’t perform that action at this time.
0 commit comments