Skip to content

Commit 96b0487

Browse files
authored
Upgrade to protobuf 4.21 (#175)
* generate_grpc_stubs.py: Regenerate test stubs * ni-measurement-service: Upgrade to protobuf >=4.21 * Update poetry lock * Regenerate gRPC/protobuf codegen * generate_grpc_stubs.py: Blacken test code and parameterize functions * Update mypy/typing packages * generate_grpc_stubs.py: Fix type annotations * Update poetry lock * Regenerate test stubs * Rerun Black * README.md: Update grpcio/protobuf versions
1 parent b473bb2 commit 96b0487

20 files changed

Lines changed: 1196 additions & 4364 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ MeasurementLink Support for Python (`ni-measurement-service`) is a python framew
3131
## Dependencies
3232

3333
- Python >= 3.8 [(3.9 recommended)](https://www.python.org/downloads/release/python-3913/)
34-
- [grpcio >= 1.41.1, < 2.x](https://pypi.org/project/grpcio/1.41.1/)
35-
- [protobuf >= 3.20, < 4.x](https://pypi.org/project/protobuf/3.20.0/)
34+
- [grpcio >= 1.49.1, < 2.x](https://pypi.org/project/grpcio/1.49.1/)
35+
- [protobuf >= 4.21, < 5.x](https://pypi.org/project/protobuf/4.21.0/)
3636
- [pywin32 >= 303 (Only for Windows)](https://pypi.org/project/pywin32/303/)
3737

3838
---

0 commit comments

Comments
 (0)