From 9107c2d4d490f9370b4a731840012021f057a772 Mon Sep 17 00:00:00 2001 From: zeevdr Date: Mon, 25 May 2026 12:52:15 +0300 Subject: [PATCH] docs: pin examples to opendecree>=0.3.0a1 and document --pre install examples/requirements.txt pinned to >=0.3.0a1 so pip resolves the current alpha release. README prerequisites section updated with --pre flag and alpha-status note. Closes #66 Co-Authored-By: Claude --- examples/README.md | 4 +++- examples/requirements.txt | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index 56515d6..9f35045 100644 --- a/examples/README.md +++ b/examples/README.md @@ -18,8 +18,10 @@ The tenant ID is written to `.tenant-id` — examples read it automatically. ## Prerequisites +OpenDecree is currently in alpha. Install with the `--pre` flag so pip's resolver includes pre-release versions: + ```bash -pip install opendecree +pip install --pre opendecree ``` For the FastAPI example, also install: diff --git a/examples/requirements.txt b/examples/requirements.txt index c189d6c..c82b6ae 100644 --- a/examples/requirements.txt +++ b/examples/requirements.txt @@ -1 +1 @@ -opendecree>=0.1.0 +opendecree>=0.3.0a1