Skip to content

Commit fa2a2bb

Browse files
authored
docs: Add info on ni.grpcdevice.v1.proto (#866)
1 parent ed59b48 commit fa2a2bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ All notable changes to this project will be documented in this file.
5050
* Upgrade to Poetry 2.x and migrate `pyproject.toml` format.
5151
* Add support for Python 3.14.
5252
* Add https://github.com/ni/ni-apis as a submodule of nidaqmx-python.
53+
* Add an optional dependency on `ni.grpcdevice.v1.proto`.
54+
* The internal `session_pb2` submodule has been moved to the shared package `ni.grpcdevice.v1.proto`. Installing the `nidaqmx` package's `grpc` extra will automatically install this package.
55+
* If you get `ModuleNotFoundError: No module named 'session_pb2'`, make sure you are installing the `nidaqmx` package's `grpc` extra.
5356

5457
* ### Known Issues
5558
* ...

0 commit comments

Comments
 (0)