Skip to content

requirements: Pin types-protobuf<=3.20.4.6 to avoid type-check errors in CI

Neill Whillans requested to merge neill/types_protobuf into master

Before raising this MR, consider whether the following are required, and complete if so:

  • Unit tests
  • Metrics
  • Documentation update(s)

If not required, please explain in brief why not.

Description

A recent update to types-protobuf (v4.21.0.0) causes the type-check test of our CI to fail with 'Library stubs not installed' errors. This request aims to pin types-protobuf to <=3.20.4.6

Changes proposed in this merge request:

  • Pin types-protobuf<=3.20.4.6 in requirements.dev.in
  • Re-generate requirements.in, requirements.dev.txt and requirements.txt

Validation

N/A

Issues addressed

Resolves failing CI type-check

Merge request reports