Pin to last known-good `textual` version (#222)

pull/221/head^2 v0.5.1
Josh Karpel 1 year ago committed by GitHub
parent 918fccc511
commit 37215dd9e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,13 @@
# Changelog
## `0.5.1`
Released `2023-04-21`
### Changed
- [#222](https://github.com/JoshKarpel/spiel/pull/222) Pin to Textual `0.11.1` temporarily to resolve issues with slide transitions.
## `0.5.0`
Released `2023-02-19`

1194
poetry.lock generated

File diff suppressed because it is too large Load Diff

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "spiel"
version = "0.5.0"
version = "0.5.1"
description = "A framework for building and presenting richly-styled presentations in your terminal using Python."
readme="README.md"
homepage="https://github.com/JoshKarpel/spiel"
@ -42,7 +42,7 @@ python = ">=3.10,<4"
rich = ">=13.2"
typer = ">=0.6"
pillow = ">=8"
textual = ">=0.11.0"
textual = "==0.11.1"
watchfiles = ">=0.18"
more-itertools = ">=9"
@ -58,7 +58,7 @@ mypy = ">=1"
mkdocs = ">=1.4"
mkdocs-material = ">=9"
mkdocstrings = {extras = ["python"], version = ">=0.19.0"}
textual = {extras = ["dev"], version = ">=0.11.0"}
textual = {extras = ["dev"], version = "==0.11.1"}
[tool.poetry.scripts]
spiel = 'spiel.cli:cli'

Loading…
Cancel
Save