chore: merge release v1.35.2 to v1 (#6153)

Co-authored-by: adk-bot <223368873+adk-bot@users.noreply.github.com>
This commit is contained in:
adk-bot
2026-06-17 13:54:06 -07:00
committed by GitHub
parent afe408376a
commit 4f3f350aa8
4 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
".": "1.35.1"
".": "1.35.2"
}
+1 -1
View File
@@ -57,5 +57,5 @@
]
}
},
"last-release-sha": "459782f479b928d34b6151d111d7e5ebe4481296"
"last-release-sha": "afe408376a9c12fc3b206df234a1655f565c826c"
}
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## [1.35.2](https://github.com/google/adk-python/compare/v1.35.1...v1.35.2) (2026-06-17)
### Bug Fixes
* remove live event buffering in runner ([#6151](https://github.com/google/adk-python/issues/6151)) ([afe4083](https://github.com/google/adk-python/commit/afe408376a9c12fc3b206df234a1655f565c826c))
## [1.35.0](https://github.com/google/adk-python/compare/v1.34.2...v1.35.0) (2026-06-15)
+1 -1
View File
@@ -13,4 +13,4 @@
# limitations under the License.
# version: major.minor.patch
__version__ = "1.35.1"
__version__ = "1.35.2"