Skip to content

Commit 9c4021e

Browse files
committed
Revert accidental pywinrt change
1 parent 84c018b commit 9c4021e

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
lines changed

pyproject.toml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,14 @@ dependencies = [
3232
"pygrabber >=0.2; sys_platform == 'win32'", # Completed types
3333
"pywin32 >=307; sys_platform == 'win32'", # Python 3.13 support
3434
"typed-D3DShot[numpy] >=1.0.1; sys_platform == 'win32'",
35-
# winrt: winrt-runtime didn't have a working Python 3.14 sdist build until 3.2.0
36-
# TODO: Bump when 3.14 wheels are released
37-
"winrt-Windows.Foundation >=3.2.0; sys_platform == 'win32'",
38-
"winrt-Windows.Graphics >=3.2.0; sys_platform == 'win32'",
39-
"winrt-Windows.Graphics.Capture >=3.2.0; sys_platform == 'win32'",
40-
"winrt-Windows.Graphics.Capture.Interop >=3.2.0; sys_platform == 'win32'",
41-
"winrt-Windows.Graphics.DirectX >=3.2.0; sys_platform == 'win32'",
42-
"winrt-Windows.Graphics.DirectX.Direct3D11 >=3.2.0; sys_platform == 'win32'",
43-
"winrt-Windows.Graphics.DirectX.Direct3D11.Interop >=3.2.0; sys_platform == 'win32'",
44-
"winrt-Windows.Graphics.Imaging >=3.2.0; sys_platform == 'win32'",
35+
"winrt-Windows.Foundation >=2.2.0; sys_platform == 'win32'", # Python 3.13 support
36+
"winrt-Windows.Graphics >=2.2.0; sys_platform == 'win32'", # Python 3.13 support
37+
"winrt-Windows.Graphics.Capture >=3.0.0; sys_platform == 'win32'", # Type hints are no longer typing.Optional by default.
38+
"winrt-Windows.Graphics.Capture.Interop >=2.3.0; sys_platform == 'win32'", # Python 3.13 support
39+
"winrt-Windows.Graphics.DirectX >=2.3.0; sys_platform == 'win32'", # Python 3.13 support
40+
"winrt-Windows.Graphics.DirectX.Direct3D11 >=2.3.0; sys_platform == 'win32'", # Python 3.13 support
41+
"winrt-Windows.Graphics.DirectX.Direct3D11.Interop >=2.3.0; sys_platform == 'win32'",
42+
"winrt-Windows.Graphics.Imaging >=2.3.0; sys_platform == 'win32'", # Python 3.13 support
4543
#
4644
# Linux-only dependencies
4745
"PyScreeze >=1.0.0; sys_platform == 'linux'",

uv.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)