Skip to content

Commit

Permalink
Merge pull request #112 from igorbenav/fastapi-upgrade
Browse files Browse the repository at this point in the history
upgrade python multipart, fastapi, fastcrud
  • Loading branch information
igorbenav committed Feb 3, 2024
2 parents 2694534 + 7035b90 commit 444ce98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ packages = [{ include = "src" }]
python = "^3.11"
python-dotenv = "^1.0.0"
pydantic = { extras = ["email"], version = "^2.4.1" }
fastapi = "^0.103.1"
fastapi = "^0.109.1"
uvicorn = "^0.23.2"
uvloop = "^0.17.0"
httptools = "^0.6.0"
Expand All @@ -22,15 +22,15 @@ SQLAlchemy-Utils = "^0.41.1"
python-jose = "^3.3.0"
SQLAlchemy = "^2.0.21"
pytest = "^7.4.2"
python-multipart = "^0.0.6"
python-multipart = "^0.0.7"
greenlet = "^2.0.2"
httpx = "^0.25.0"
pydantic-settings = "^2.0.3"
redis = "^5.0.1"
arq = "^0.25.0"
gunicorn = "^21.2.0"
bcrypt = "^4.1.1"
fastcrud = "^0.1.5"
fastcrud = "^0.4.0"


[build-system]
Expand Down

0 comments on commit 444ce98

Please sign in to comment.