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 82c9b97 commit ce0726cCopy full SHA for ce0726c
stubs/pyinstaller/METADATA.toml
@@ -1,2 +1,2 @@
1
-version = "6.17.*"
+version = "6.18.*"
2
upstream_repository = "https://github.com/pyinstaller/pyinstaller"
stubs/pyinstaller/PyInstaller/building/splash.pyi
@@ -2,8 +2,6 @@ from _typeshed import StrPath
3
from PyInstaller.building.datastruct import Target, _TOCTuple
4
5
-splash_requirements: list[str]
6
-
7
# Referenced in https://pyinstaller.org/en/stable/spec-files.html#example-merge-spec-file
8
# Not to be imported during runtime, but is the type reference for spec files which are executed as python code
9
class Splash(Target):
0 commit comments