Skip to content

Commit

Permalink
chore: allow pywin32 >=307,<309 (#518)
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Wong <[email protected]>
  • Loading branch information
joel-wong-aws authored Nov 28, 2024
1 parent b1ca888 commit 9e5ef34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies = [
"xxhash >= 3.4,< 3.6",
# Pinning due to new 4.18 dependencies breaking pyinstaller implementation
"jsonschema == 4.17.*",
"pywin32 == 308; sys_platform == 'win32'",
"pywin32 >= 307,< 309; sys_platform == 'win32'",
"QtPy == 2.4.*",
]

Expand Down

0 comments on commit 9e5ef34

Please sign in to comment.