From 454758560d80fbc358a412e862315db262642684 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 6 Jul 2025 13:04:14 -0500 Subject: [PATCH 1/2] fix: cap sqlalchemy version to 1.x for now, since wuttjamaican allows 2.x but something is not working right for sideshow. requires further investigation i don't have time for at the moment. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ad78d53..2576c3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,7 @@ classifiers = [ license = {text = "GNU General Public License v3+"} requires-python = ">= 3.8" dependencies = [ + "SQLAlchemy<2", # TODO: should allow 2.x "WuttaWeb>=0.22.0", ] From 925235f0d33f63da489b549abda88721e2e28a3e Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 6 Jul 2025 13:05:02 -0500 Subject: [PATCH 2/2] =?UTF-8?q?bump:=20version=200.7.0=20=E2=86=92=200.7.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e5ec06..46b7ed7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.7.1 (2025-07-06) + +### Fix + +- cap sqlalchemy version to 1.x + ## v0.7.0 (2025-07-06) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 2576c3c..1a2f14a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "Sideshow" -version = "0.7.0" +version = "0.7.1" description = "Case/Special Order Tracker" readme = "README.md" authors = [