diff --git a/CHANGELOG.md b/CHANGELOG.md index 782dd2c..06d761e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.1.14 + +- Fix: Lock textual version and defer upgrade to future + ## 0.1.13 - Fix: Income record split value should be subtracted, not added, to the account balance diff --git a/pyproject.toml b/pyproject.toml index cc15867..ddc1815 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Bagels" -version = "0.1.13" +version = "0.1.14" authors = [ { name = "Jax", email = "enhancedjax@gmail.com" } ] @@ -41,7 +41,7 @@ dependencies = [ "pyyaml==6.0.2", "rich==13.9.3", "sqlalchemy==2.0.36", - "textual>=0.86.1", + "textual==0.86.1", "tomli>=2.0.2", "typing-extensions==4.12.2", "uc-micro-py==1.0.3", @@ -66,13 +66,13 @@ bagels = "bagels.__main__:cli" [tool.uv] dev-dependencies = [ - "textual-dev>=1.6.1", + "textual-dev==1.6.1", "pytest>=8.3.1", "jinja2>=3.1.4", "syrupy>=4.6.1", "pytest-xdist>=3.6.1", "pytest-cov>=5.0.0", - "pytest-textual-snapshot>=1.0.0", + "pytest-textual-snapshot==1.0.0", ] [tool.hatch.metadata] diff --git a/uv.lock b/uv.lock index b8acc03..0395b8f 100644 --- a/uv.lock +++ b/uv.lock @@ -86,7 +86,7 @@ wheels = [ [[package]] name = "bagels" -version = "0.1.12" +version = "0.1.13" source = { editable = "." } dependencies = [ { name = "aiohappyeyeballs" },