Skip to content

Commit f2ae972

Browse files
authored
chore(release/v1-candidate): release 1.34.3 (#5945)
1 parent 6d027b4 commit f2ae972

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.34.2"
2+
".": "1.34.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.34.3](https://github.com/google/adk-python/compare/v1.34.2...v1.34.3) (2026-06-02)
4+
5+
6+
### Bug Fixes
7+
8+
* add missing Gemini imports in base_llm_flow ([#5943](https://github.com/google/adk-python/issues/5943)) ([6d027b4](https://github.com/google/adk-python/commit/6d027b4ce8bc1c5d288b02e1e3819917117038ec))
9+
310
## [1.34.2](https://github.com/google/adk-python/compare/v1.34.1...v1.34.2) (2026-06-01)
411

512

src/google/adk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414

1515
# version: major.minor.patch
16-
__version__ = "1.34.2"
16+
__version__ = "1.34.3"

0 commit comments

Comments
 (0)