diff --git a/poetry.lock b/poetry.lock index 24673701a..496815f9a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "aiohttp" @@ -2689,4 +2689,4 @@ proxy = ["backoff", "fastapi", "gunicorn", "orjson", "pyyaml", "rq", "uvicorn"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.9.7 || >3.9.7" -content-hash = "b49d09f51e8a57cdf883ab03cd9fecaf1ad007c3092d53347e30129e25adceab" +content-hash = "f4d60cb3f552af0d2a4e4ef5c6f55696fd6e546b75ff7b4ec362c3549a63c92a" diff --git a/pyproject.toml b/pyproject.toml index ab7b630db..08b66e27e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,7 @@ tokenizers = "*" click = "*" jinja2 = "^3.1.2" aiohttp = "*" +requests = "^2.31.0" uvicorn = {version = "^0.22.0", optional = true} gunicorn = {version = "^21.2.0", optional = true}