From aba4b96f23ef38ca75195b3b78a88bb92035b4a9 Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Mon, 12 Feb 2024 11:41:27 +0100 Subject: Add new Client API with Docs Use object urls for the preview of image uploads. Fix upload images in You provider Fix create image. It's now a single image. Improve system message for create images. --- .github/workflows/unittest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 96e274b1..f49235b6 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -24,7 +24,7 @@ jobs: run: pip install -r requirements-min.txt - name: Run tests run: python -m etc.unittest - - name: Set up Python 3.11 + - name: Set up Python 3.12 uses: actions/setup-python@v4 with: python-version: "3.12" -- cgit v1.2.3