Tags: rootvector2/protoc-gen-validate
Tags
Python 3.13 support in validator.py (bufbuild#1326) Fixes bufbuild#1173 **Why This Broke in Python 3.13** Python ≤ 3.12: When `exec(func)` was called with only globals, the dynamically `generated generate_validate_all` function was accessible in the local scope, and the fallback `locals()['generate_validate_all']` worked. Python 3.13: The scoping behavior changed. When `exec()` is called with only globals, the generated function is no longer accessible via `locals()`, causing the `KeyError: 'generate_validate_all'` encountered in bufbuild#1173.
Fix Python3.9 build (bufbuild#1232) This fixes the python3.9 build by installing the pip requirements with python3.9 and ensuring python3.9-venv is installed. Follow up to bufbuild#1225.
Fix Python3.9 build (bufbuild#1232) This fixes the python3.9 build by installing the pip requirements with python3.9 and ensuring python3.9-venv is installed. Follow up to bufbuild#1225.
Bump google.golang.org/protobuf from 1.36.2 to 1.36.3 in the go group (… …bufbuild#1229) Bumps the go group with 1 update: google.golang.org/protobuf. Updates `google.golang.org/protobuf` from 1.36.2 to 1.36.3 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump google.golang.org/protobuf from 1.36.2 to 1.36.3 in the go group (… …bufbuild#1229) Bumps the go group with 1 update: google.golang.org/protobuf. Updates `google.golang.org/protobuf` from 1.36.2 to 1.36.3 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Migrate to cc_proto_library from com_google_protobuf (bufbuild#1226) Closes bufbuild#1199 This is a more minimal change to simply migrate away from rules_cc's cc_proto_library without updating all the external deps. This will prepare for the upcoming 0.1.X release of rules_cc where cc_proto_library is removed.
PreviousNext