Skip to content

Commit c4ac463

Browse files
Update fastapi requirement from <0.93,>=0.92 to >=0.92,<0.96 (#56)
Updates the requirements on [fastapi](https://github.com/tiangolo/fastapi) to permit the latest version. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.92.0...0.95.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2be8492 commit c4ac463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ test = [
5353
"psycopg2-binary >=2.9.5, <3.0.0",
5454
"Pillow >=9.4.0, <9.5.0",
5555
"python-multipart ==0.0.6",
56-
"fastapi >=0.92, <0.93",
56+
"fastapi >=0.92, <0.96",
5757
"Flask >=2.2, <2.3",
5858
"Flask-SQLAlchemy >=3.0,<3.1"
5959
]

0 commit comments

Comments
 (0)