From b20b3a8058c04ce6a38fc3043be83221376a5564 Mon Sep 17 00:00:00 2001 From: Anton Dubovik Date: Wed, 16 Oct 2024 11:40:29 +0100 Subject: [PATCH] chore: reverted fix in pyproject.toml --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3a603b8..0f59e87 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2882,4 +2882,4 @@ examples = ["numpy", "pillow", "spacy"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<4.0" -content-hash = "7e6f6d7d75aeda5e7aeb3671b47b22d8533afae0aa80dcc12801b9a9af88a443" +content-hash = "ec49dfa9620394cac9277b06d82b21119e820860df69953c769d108daebd6507" diff --git a/pyproject.toml b/pyproject.toml index 275f166..dd39a79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ env_files = [".env"] [tool.poetry.dependencies] python = ">=3.11,<4.0" -fastapi = "0.115.2" +fastapi = ">=0.51,<1.0" httpx = ">=0.25.0,<1.0" aiohttp = "^3.8.3" openai = "^1.32.0"