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
[build] add missing includes (backport to 1.78.x) (#41518)
Backport #41351 to the v1.78.x branch to address
#41296 (comment)
<!--
If you know who should review your pull request, please assign it to
that
person, otherwise the pull request would get assigned randomly.
If your pull request is for a specific language, please add the
appropriate
lang label.
-->
Co-authored-by: Mark D. Roth <roth@google.com>
[Backport][v1.78.x][Fix][Build] Move xds-protos templates to the new …
…path (#41298)
Backport of #41297 to v1.78.x.
---
In #41261, templates weren't moved to the new path
`templates/py_xds_protos`, so they didn't render the updated version in
`py_xds_protos/grpc_version.py` correctly.
This resulted to fail with the following error:
```
Installing collected packages: xds-protos
Successfully installed xds-protos-1.77.0.dev0
+ /opt/python/cp313-cp313/bin/python -m build --no-isolation src/python/grpcio_csds
* Getting build dependencies for sdist...
ERROR Missing dependencies:
xds-protos==1.78.0rc1
```
Note the difference in the expected and installed xds-protos version.