diff options
| author | 2021-11-12 16:19:20 +0400 | |
|---|---|---|
| committer | 2021-12-19 22:25:16 +0400 | |
| commit | 3752edebd0616f25389a7cd00d9ae2cbccfef61d (patch) | |
| tree | 3bf7f79d291d6c004f5c7f6a95e85e3caa56cfda /Pipfile | |
| parent | Merge 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-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |