Skip to content

Commit

Permalink
📌 Pin Textual while it's having issues
Browse files Browse the repository at this point in the history
Recent changes to Textual seem to have borked a few things revolving around
the footer and actions and the like. Given that the framework has moved from
a period of stability into a period of mild chaos I think it's sensible to
pin for the moment.
  • Loading branch information
davep committed May 23, 2024
1 parent 52424a0 commit 99012c2
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 32 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Tinboard ChangeLog

## v0.14.1

**Released: 2024-05-23**

- Pinned Textual to <=0.60.1 due to ongoing problems with later versions.

## v0.14.0

**Released: 2024-05-14**
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
textual = "*"
textual = "<=0.60.1"
xdg-base-dirs = "*"
pytz = "*"
humanize = "*"
Expand Down
58 changes: 29 additions & 29 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ packages = find:
platforms = any
include_package_data = True
install_requires =
textual>=0.57.0
textual>=0.57.0,<0.61.0
xdg-base-dirs>=6.0.0
pytz
humanize>=4.8.0
Expand Down
2 changes: 1 addition & 1 deletion tinboard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__credits__ = ["Dave Pearson"]
__maintainer__ = "Dave Pearson"
__email__ = "[email protected]"
__version__ = "0.14.0"
__version__ = "0.14.1"
__licence__ = "GPLv3+"

##############################################################################
Expand Down

0 comments on commit 99012c2

Please sign in to comment.