You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,9 @@ All notable changes to this project will be documented in this file.
50
50
* Upgrade to Poetry 2.x and migrate `pyproject.toml` format.
51
51
* Add support for Python 3.14.
52
52
* 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.
0 commit comments