From 09d4a791eb0d5654ee2c628c94a83f1d925280a7 Mon Sep 17 00:00:00 2001 From: Jay Miller Date: Wed, 24 Jan 2024 14:39:09 -0500 Subject: [PATCH] update requirements --- src/pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pyproject.toml b/src/pyproject.toml index aafac4d..658f84b 100644 --- a/src/pyproject.toml +++ b/src/pyproject.toml @@ -3,12 +3,12 @@ name = "fastapi_app" version = "1.0.0" description = "Create a relecloud demo application with fastapi and cosmos-postgres" dependencies = [ - "fastapi==0.100.1", - "jinja2==3.1.2", - "uvicorn[standard]==0.23.2", - "python-multipart==0.0.6", - "psycopg2-binary==2.9.6", - "sqlmodel==0.0.8", + "fastapi", + "jinja2", + "uvicorn[standard]", + "python-multipart", + "psycopg2", + "sqlmodel", ] [build-system]