From 3b73d468ea35f87a37411035416ba70ea2512945 Mon Sep 17 00:00:00 2001 From: Amritanshu Date: Mon, 12 Dec 2022 12:08:40 +0530 Subject: [PATCH] Chore: upgraded fastapi --- brewman/pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/brewman/pyproject.toml b/brewman/pyproject.toml index 76c9b983..ca1272c4 100644 --- a/brewman/pyproject.toml +++ b/brewman/pyproject.toml @@ -6,19 +6,19 @@ authors = ["tanshu "] [tool.poetry.dependencies] python = "^3.11" -uvicorn = {extras = ["standard"], version = "^0.19.0"} -fastapi = "^0.87.0" +uvicorn = {extras = ["standard"], version = "^0.20.0"} +fastapi = "^0.88.0" python-jose = {extras = ["cryptography"], version = "^3.3.0"} passlib = {extras = ["bcrypt"], version = "^1.7.4"} psycopg2-binary = "^2.9.5" -SQLAlchemy = {extras = ["mypy"], version = "^1.4.44"} +SQLAlchemy = {extras = ["mypy"], version = "^1.4.45"} python-multipart = "^0.0.5" PyJWT = "^2.6.0" alembic = "^1.8.1" itsdangerous = "^2.1.2" python-dotenv = "^0.21.0" pydantic = {extras = ["dotenv"], version = "^1.10.2"} -starlette = "^0.21.0" +starlette = "^0.22.0" [tool.poetry.dev-dependencies] flake8 = "^5.0.4"