chore: Release 1.25.1

Co-authored-by: Xiang (Sean) Zhou <seanzhougoogle@google.com>
PiperOrigin-RevId: 872062719
This commit is contained in:
Xiang (Sean) Zhou
2026-02-18 15:12:50 -08:00
committed by Copybara-Service
parent eccdf6d01e
commit 2d8b6a2f5b
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
".": "1.24.1"
".": "1.25.1"
}
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## [1.25.1](https://github.com/google/adk-python/compare/v1.25.0...v1.25.1) (2026-02-18)
### Bug Fixes
* Fix pickling lock errors in McpSessionManager ([4e2d615](https://github.com/google/adk-python/commit/4e2d6159ae3552954aaae295fef3e09118502898))
## [1.25.0](https://github.com/google/adk-python/compare/v1.24.1...v1.25.0) (2026-02-11)
### Features
+1 -1
View File
@@ -13,4 +13,4 @@
# limitations under the License.
# version: major.minor.patch
__version__ = "1.25.0"
__version__ = "1.25.1"