Skip to content

Commit 18daf81

Browse files
build: pin A2A spec to avoid breaking ci (#803)
# Description This PR a2aproject/A2A#1507 introduces a breaking change in the specification which is going to be addressed separately.
1 parent 2e2d431 commit 18daf81

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/actions/spelling/excludes.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
(?:^|/)pyproject.toml
1111
(?:^|/)requirements(?:-dev|-doc|-test|)\.txt$
1212
(?:^|/)vendor/
13+
(?:^|/)buf.gen.yaml
1314
/CODEOWNERS$
1415
\.a$
1516
\.ai$
@@ -91,3 +92,4 @@ CHANGELOG.md
9192
^tests/
9293
.pre-commit-config.yaml
9394
(?:^|/)a2a\.json$
95+

buf.gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: v2
33
inputs:
44
- git_repo: https://github.com/a2aproject/A2A.git
5-
ref: main
5+
ref: aca981cee3e7a3f22a4df8fb8a5302406f7a1cf5
66
subdir: specification
77
managed:
88
enabled: true

0 commit comments

Comments
 (0)