Skip to content

Commit 579ad81

Browse files
authored
Loosen grpcio versioning and update README (#149)
* ni-measurement-service: Update grpcio versioning strategy * ni-measurement-service: Update Poetry lock * README.md: Update grpcio/protobuf versions * ni-measurement-service: Add comment about grpcio-tools version * README.md: Update protobuf max version * niscope_acquire_waveform: Revert pyproject.toml * ni-measurement-service: Clarify pyproject.toml comment
1 parent c658320 commit 579ad81

3 files changed

Lines changed: 82 additions & 72 deletions

File tree

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](https://pypi.org/project/grpcio/1.41.1/)
35-
- [protobuf = 3.19.1](https://pypi.org/project/protobuf/3.19.1/)
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/)
3636
- [pywin32 >= 303 (Only for Windows)](https://pypi.org/project/pywin32/303/)
3737

3838
---

0 commit comments

Comments
 (0)