From b836bdec5ea939cc68e4b65ceadfb06406003183 Mon Sep 17 00:00:00 2001 From: David Sapiro <115489098+Encord-davids@users.noreply.github.com> Date: Wed, 12 Jul 2023 11:57:59 +0100 Subject: [PATCH] chore: bump version for fast api (#549) --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index e776c22a9..ce58835f7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5292,4 +5292,4 @@ notebooks = ["ipywidgets", "jupyterlab"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.9.7 || >3.9.7,<3.12" -content-hash = "27ef7768bad6ca7c8a3540f48360b47765258974114246fdd5a88c05fa456770" +content-hash = "e1714ed372b654ed52e90841b5557dac8392496aa1e4e52a6507ab4857b2874f" diff --git a/pyproject.toml b/pyproject.toml index 3026bd317..fbb4157d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ llvmlite = "^0.40.0" # Pinning, as lower ver encord-active-components = "^0.0.26" gitpython = "^3.1.31" prisma = "^0.8.2" -fastapi = "^0.95.0" +fastapi = "^0.95.2" uvicorn = { extras = ["standard"], version = "^0.21.1" } nodejs-bin = "^16.15.1a4" pyjwt = "^2.7.0"