Skip to content

Commit

Permalink
Disallow PySide6 6.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ptsavol committed Oct 9, 2023
1 parent 53945d0 commit b6fe4b8
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 @@ -13,7 +13,7 @@ classifiers = [
]
requires-python = ">=3.8.1, <3.12"
dependencies = [
"pyside6 >= 6.5.0",
"pyside6 >= 6.5.0, != 6.5.3",
"pyodbc >=4.0",
# v1.4 does not pass tests
"sqlalchemy >=1.3, <1.4",
Expand Down

0 comments on commit b6fe4b8

Please sign in to comment.