Skip to content

Commit e619393

Browse files
chore(main): release 1.45.1
1 parent 7e0beba commit e619393

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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.45.1](https://github.com/googleapis/python-genai/compare/v1.45.0...v1.45.1) (2025-10-17)
4+
5+
6+
### Documentation
7+
8+
* Regenerate docs for 1.45.0 ([9b7632d](https://github.com/googleapis/python-genai/commit/9b7632d95c02720f2ed5551d2605a715c08ebe8a))
9+
310
## [1.45.0](https://github.com/googleapis/python-genai/compare/v1.44.0...v1.45.0) (2025-10-15)
411

512

google/genai/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

16-
__version__ = '1.45.0' # x-release-please-version
16+
__version__ = '1.45.1' # x-release-please-version

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools", "wheel", "twine>=6.1.0", "packaging>=24.2", "pkginfo>=
33

44
[project]
55
name = "google-genai"
6-
version = "1.45.0"
6+
version = "1.45.1"
77
description = "GenAI Python SDK"
88
readme = "README.md"
99
license = {text = "Apache-2.0"}

0 commit comments

Comments
 (0)