From b7d8f674402030410d46d9fc22df08d832b78bfc Mon Sep 17 00:00:00 2001 From: Wolfgang Fahl Date: Mon, 25 Dec 2023 08:24:37 +0100 Subject: [PATCH] pins httpcore --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe17fa3..25e6234 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,9 +17,10 @@ readme = "README.md" license= "Apache-2.0" dependencies = [ # https://pypi.org/project/fastapi/ - # pin fastapi and starlette as long as we use justpy + # pin fastapi, httpcore and starlette as long as we use justpy 'fastapi==0.95.0', 'starlette==0.26.1', + 'httpcore==0.15.0', # https://pypi.org/project/geograpy3/ 'geograpy3>=0.2.7', #https://github.com/martinblech/xmltodict