Skip to content

Commit ff2223e

Browse files
chore(deps): update python-multipart requirement (#83)
Updates the requirements on [python-multipart](https://github.com/Kludex/python-multipart) to permit the latest version. - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](Kludex/python-multipart@0.0.5...0.0.20) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.20 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 e064484 commit ff2223e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements-install.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ earthengine-api>=0.1.340
3434
fastapi>=0.95.0
3535
uvicorn[standard]>=0.20.0
3636
pydantic>=2.0.0
37-
python-multipart>=0.0.5
37+
python-multipart>=0.0.20
3838

3939
# MLOps
4040
mlflow>=2.1.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ fastapi>=0.95.0
4040
uvicorn[standard]>=0.20.0
4141
pydantic>=2.0.0
4242
email-validator>=2.0.0
43-
python-multipart>=0.0.5
43+
python-multipart>=0.0.20
4444

4545
# MLOps (optional)
4646
mlflow>=2.1.0

0 commit comments

Comments
 (0)