From 8ed95f05c3e72ab970b289844476c067c9682110 Mon Sep 17 00:00:00 2001 From: Wolfgang Fahl Date: Sun, 24 Dec 2023 15:33:45 +0100 Subject: [PATCH] tries pinning fastapi --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 82e4f14..243ba9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,9 @@ maintainers = [ readme = "README.md" license= "Apache-2.0" dependencies = [ + # https://pypi.org/project/fastapi/ + # pin fastapi as long as we use justpy + 'fastapi==0.95.0' # https://pypi.org/project/geograpy3/ 'geograpy3>=0.2.7', #https://github.com/martinblech/xmltodict