chore: merge release v1.36.2 to v1 (#6440)

Co-authored-by: adk-bot <223368873+adk-bot@users.noreply.github.com>
This commit is contained in:
adk-bot
2026-07-21 14:39:20 -07:00
committed by GitHub
parent 4ef72fef0e
commit b251dbfe52
4 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
".": "1.36.1"
".": "1.36.2"
}
+1 -1
View File
@@ -57,5 +57,5 @@
]
}
},
"last-release-sha": "e495609c1d8fb7e0ca62bf69482d4d92792300a0"
"last-release-sha": "4ef72fef0e607d61285f1a12da6edd55b21a1c1d"
}
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## [1.36.2](https://github.com/google/adk-python/compare/v1.36.1...v1.36.2) (2026-07-21)
### Bug Fixes
* Update custom gemini llm connection logic to be used for all 3_x models, not just 3.1 ([#6438](https://github.com/google/adk-python/issues/6438)) ([4ef72fe](https://github.com/google/adk-python/commit/4ef72fef0e607d61285f1a12da6edd55b21a1c1d))
## [1.36.1](https://github.com/google/adk-python/compare/v1.36.0...v1.36.1) (2026-07-06)
+1 -1
View File
@@ -13,4 +13,4 @@
# limitations under the License.
# version: major.minor.patch
__version__ = "1.36.1"
__version__ = "1.36.2"