From 601d78a4a40620661d175c6939dbdd7b7c6302a9 Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Wed, 31 Jul 2024 21:49:59 +0100 Subject: [PATCH] 1.10.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7d2dfb2d..7e0d6b39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "posting" -version = "1.9.3" +version = "1.10.0" description = "The modern API client that lives in your terminal." authors = [ { name = "Darren Burns", email = "darrenb900@gmail.com" } @@ -15,7 +15,7 @@ dependencies = [ "pyyaml==6.0.1", "pydantic-settings==2.3.4", "python-dotenv==1.0.1", - "textual-autocomplete>=3.0.0a9", + "textual-autocomplete==3.0.0a9", "textual[syntax]==0.74.0", ] readme = "README.md"