From ee53c712f555722c47ba34ec4684f3950603cb86 Mon Sep 17 00:00:00 2001 From: Bartosz Date: Wed, 10 Jun 2026 15:28:18 +0200 Subject: [PATCH] Test against castle 7.2.0 from the tagged release Install the SDK from the `v7.2.0` Git tag so the demo can run against the new release before it is published to PyPI. A commented registry constraint (`castle>=7.2.0,<8`) is kept for switching back once the package is published. --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 25ad93b..216fec8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,6 @@ Flask>=3.1.3,<4 gunicorn>=26.0 -castle>=7.1.0,<8 +# Test against the tagged 7.2.0 release before it lands on PyPI. +# Once published, switch back to the registry version: castle>=7.2.0,<8 +castle @ git+https://github.com/castle/castle-python.git@v7.2.0 python-dotenv>=1.2