Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Pin protobuf to <= 3.20
Fixes #1171.
  • Loading branch information
basnijholt authored Jan 6, 2023
commit f2c7a3f6a6cb9c4e9ddb4c852816ea8f790d056a
1 change: 1 addition & 0 deletions contrib/opencensus-ext-azure/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
'opencensus >= 0.12.dev0, < 1.0.0',
'psutil >= 5.6.3',
'requests >= 2.19.0',
'protobuf <= 3.20.*'
],
extras_require={},
license='Apache-2.0',
Expand Down