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: RELEASE_NOTES.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,10 @@ But you might still need to adapt your code:
31
31
## Bug Fixes
32
32
33
33
- Fixed some typos in the docs.
34
+
-`setuptools.grpc_tools`: Fix wrong passing of include paths when passed via:
35
+
36
+
* Command-line: Now extra white-spaces and empty strings are removed, before they were passed to `protoc -I`.
37
+
*`pyproject.toml`: Now an empty array/list can be passed to override the default paths, before this resulted in an empty string being passed to `protoc -I`.
0 commit comments