Skip to content

Commit 3f2cd47

Browse files
Merge pull request #1550 from microsoftgraph/release-please--branches--main--components--msgraph
chore(main): release 1.59.2
2 parents 9e430ae + c070e4b commit 3f2cd47

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
## [1.59.2](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.59.1...v1.59.2) (2026-07-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** bump msgraph-core floor to >=1.5.1 ([9e430ae](https://github.com/microsoftgraph/msgraph-sdk-python/commit/9e430ae36cadeee924bdcdb9615e5ff465e985a0))
12+
* **deps:** bump msgraph-core floor to >=1.5.1 ([f06054a](https://github.com/microsoftgraph/msgraph-sdk-python/commit/f06054a46aadd5197643b76fa5a903ef001422f9))
13+
614
## [1.59.1](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.59.0...v1.59.1) (2026-07-13)
715

816

msgraph/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# The SDK version
22
# x-release-please-start-version
3-
VERSION: str = '1.59.1'
3+
VERSION: str = '1.59.2'
44
# x-release-please-end

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
66
name = "msgraph-sdk"
77
# The SDK version
88
# x-release-please-start-version
9-
version = "1.59.1"
9+
version = "1.59.2"
1010
# x-release-please-end
1111
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
1212
description = "The Microsoft Graph Python SDK"

0 commit comments

Comments
 (0)