hotfix poetry lock

This commit is contained in:
Georges-Antoine Assi
2025-01-06 13:04:21 -05:00
parent 325be23cc3
commit 6f120d9c4f
2 changed files with 4 additions and 4 deletions

6
poetry.lock generated
View File

@@ -2987,8 +2987,8 @@ smart-open = "^6.0"
[package.source]
type = "git"
url = "https://github.com/gantoine/streaming-form-data.git"
reference = "5a1f7a7"
resolved_reference = "5a1f7a7d61f53288b9144fc1cffe51495c8e4f93"
reference = "b8a49ba"
resolved_reference = "b8a49ba413ac75fec54a6982411f5318853f0f57"
[[package]]
name = "texttable"
@@ -3582,4 +3582,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
content-hash = "ca9529df280994c5185b9501b211f3fdaa72de1576d50c33c8ce9df95ca6dedf"
content-hash = "5c2a001de459f5cd5586f834cec3607163ec3800a466332b37afeb7b9862219e"

View File

@@ -49,7 +49,7 @@ py7zr = { git = "https://github.com/adamantike/py7zr.git", rev = "54b68426" }
sentry-sdk = "^2.19"
# 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" }
streaming-form-data = { git = "https://github.com/gantoine/streaming-form-data.git", rev = "b8a49ba" }
zipfile-deflate64 = "^0.2.0"
colorama = "^0.4.6"
types-colorama = "^0.4"