Skip to content

Commit 444ce98

Browse files
authored
Merge pull request #112 from igorbenav/fastapi-upgrade
upgrade python multipart, fastapi, fastcrud
2 parents 2694534 + 7035b90 commit 444ce98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [{ include = "src" }]
1111
python = "^3.11"
1212
python-dotenv = "^1.0.0"
1313
pydantic = { extras = ["email"], version = "^2.4.1" }
14-
fastapi = "^0.103.1"
14+
fastapi = "^0.109.1"
1515
uvicorn = "^0.23.2"
1616
uvloop = "^0.17.0"
1717
httptools = "^0.6.0"
@@ -22,15 +22,15 @@ SQLAlchemy-Utils = "^0.41.1"
2222
python-jose = "^3.3.0"
2323
SQLAlchemy = "^2.0.21"
2424
pytest = "^7.4.2"
25-
python-multipart = "^0.0.6"
25+
python-multipart = "^0.0.7"
2626
greenlet = "^2.0.2"
2727
httpx = "^0.25.0"
2828
pydantic-settings = "^2.0.3"
2929
redis = "^5.0.1"
3030
arq = "^0.25.0"
3131
gunicorn = "^21.2.0"
3232
bcrypt = "^4.1.1"
33-
fastcrud = "^0.1.5"
33+
fastcrud = "^0.4.0"
3434

3535

3636
[build-system]

0 commit comments

Comments
 (0)