We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee01cc commit a959653Copy full SHA for a959653
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [1.15.1](https://github.com/google/adk-python/compare/v1.15.0...v1.15.1) (2025-09-26)
4
+
5
+### Bug Fixes
6
7
+* Fix the deployment failure for Agent Engine ([e172811](https://github.com/google/adk-python/commit/e172811bc7173b9004572f2a2afc7024145d7713))
8
9
## [1.15.0](https://github.com/google/adk-python/compare/v1.14.1...v1.15.0) (2025-09-24)
10
11
### Features
src/google/adk/version.py
@@ -13,4 +13,4 @@
13
# limitations under the License.
14
15
# version: major.minor.patch
16
-__version__ = "1.15.0"
+__version__ = "1.15.1"
0 commit comments