aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-11-12 16:19:20 +0400
committerGravatar Hassan Abouelela <[email protected]>2021-12-19 22:25:16 +0400
commit3752edebd0616f25389a7cd00d9ae2cbccfef61d (patch)
tree3bf7f79d291d6c004f5c7f6a95e85e3caa56cfda /Pipfile
parentMerge pull request #123 from Akarys42/patch-1 (diff)
Bump & Lock Protobuf to 3.19
Bumps protobuf from ~=3.14 to ==3.19. 3.19 was already a valid upgrade from ~=3.14, but it introduced a breaking bug. The dependency has been locked for now to avoid any more unintended bugs. Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index a2479d4..e814d6b 100644
--- a/Pipfile
+++ b/Pipfile
@@ -7,7 +7,7 @@ name = "pypi"
falcon = "~= 2.0.0"
gunicorn = "~= 20.0"
jsonschema = "~= 3.2"
-protobuf = "~= 3.14"
+protobuf = "== 3.19.*"
sentry-sdk = {extras = ["falcon"], version = "~= 0.19.3"}
[dev-packages]