aboutsummaryrefslogtreecommitdiff
path: root/python/requirements.txt
diff options
context:
space:
mode:
authorambrosin <ambrosin@google.com>2022-05-26 08:53:16 -0700
committerCopybara-Service <copybara-worker@google.com>2022-05-26 08:54:31 -0700
commit044e5c753bc66ea4683e86ba781a915f7192cfc3 (patch)
tree936a49b0e221145e84360a1b88fed194b7affafa /python/requirements.txt
parentb17fb8857c297a33b80aa2ea178db756ff6e8df1 (diff)
downloadtink-044e5c753bc66ea4683e86ba781a915f7192cfc3.tar.gz
Pin the version of protobuf for Tink Python.
Installing protobuf without pinning the version will install 4.20 which make some of our tests fail. PiperOrigin-RevId: 451172163
Diffstat (limited to 'python/requirements.txt')
-rw-r--r--python/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/requirements.txt b/python/requirements.txt
index 946e204dd..2becd7cd8 100644
--- a/python/requirements.txt
+++ b/python/requirements.txt
@@ -1,3 +1,3 @@
absl-py
-protobuf
+protobuf==3.20.1
six