Skip to content

Commit

Permalink
Merge pull request #1423 from rommapp/fork-streaming-form-data
Browse files Browse the repository at this point in the history
Fork streaming-form-data and fix pyproject.toml
  • Loading branch information
gantoine authored Jan 6, 2025
2 parents 6b2daae + ac1524f commit 325be23
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 43 deletions.
52 changes: 11 additions & 41 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@ pillow = "^10.3.0"
certifi = "2024.07.04"
authlib = "^1.3.1"
python-magic = "^0.4.27"
# TODO: Move back to `py7zr` official releases, once the following PR is merged and released:
# TODO: Move back to official releases once the following PR is merged and released:
# https://github.com/miurahr/py7zr/pull/620
py7zr = { git = "https://github.com/adamantike/py7zr.git", rev = "54b68426" }
sentry-sdk = "^2.19"
streaming-form-data = "^1.16.0"
# TODO: Move back to official releases once the following PR is merged and released:
# https://github.com/python-poetry/poetry-core/pull/803
streaming-form-data = { git = "https://github.com/gantoine/streaming-form-data.git", rev = "5a1f7a7" }
zipfile-deflate64 = "^0.2.0"
colorama = "^0.4.6"
types-colorama = "^0.4"
Expand Down

0 comments on commit 325be23

Please sign in to comment.