Skip to content

Commit

Permalink
Upgrade FastAPI and grpcio
Browse files Browse the repository at this point in the history
  • Loading branch information
byu4 committed Mar 5, 2024
1 parent 5d42275 commit cdd0bb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ greenlet = ">1.0,<3.1"
aiomysql = ">0.1.1,<0.3"
aiosqlite = ">0.18.0,<0.20"
dateparser = ">=1.1.0"
fastapi = {version = ">=0.69.0,<0.105", extras = ["all"]}
fastapi = {version = ">=0.89.1,<0.109.2", extras = ["all"]}
fastapi-migrate = "^0.1.1"
fastapi-pagination = ">=0.9.0,<0.13"
grpcio = ">=1.32.0,<1.60"
grpcio-tools = ">=1.32.0,<1.60"
grpcio = ">=1.39,<=1.62"
grpcio-tools = ">=1.39,<=1.62"
grpc-interceptor = "^0.15.0"
importlib-metadata = "<5.0.0"
kombu = ">=5.2.4,<6.0"
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ greenlet>1.0,<3.1
aiomysql>0.1.1,<0.3
aiosqlite>0.18.0,<0.20
dateparser>=1.1.0
fastapi[all]>=0.69.0,<0.105
fastapi[all]>=0.89.1,<0.109.2
fastapi-migrate==0.1.1
fastapi-pagination>=0.9.0,<0.13
grpcio>=1.39,<1.60
grpcio-tools>=1.39,<1.60
grpcio>=1.39,<=1.62
grpcio-tools>=1.39,<=1.62
grpc-interceptor==0.15.0
importlib-metadata<5.0.0
kombu>=5.2.4,<6.0
Expand Down

0 comments on commit cdd0bb3

Please sign in to comment.