Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changes/3008.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The Travertino requirement has been updated to >= 0.3.0, < 0.4.0.
2 changes: 1 addition & 1 deletion core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ classifiers = [
"Topic :: Software Development :: Widget Sets",
]
dependencies = [
"travertino >= 0.3.0",
"travertino >= 0.3.0, < 0.4.0",
# limited to <=3.9 for the `group` argument for `entry_points()`
"importlib_metadata >= 4.4.0; python_version <= '3.9'",
]
Expand Down