Skip to content

Commit 8e60165

Browse files
chore(main): release 1.60.0
1 parent 872f0d7 commit 8e60165

4 files changed

Lines changed: 12 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.0"
2+
".": "1.60.0"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.60.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.59.0...v1.60.0) (2026-05-21)
6+
7+
8+
### Features
9+
10+
* add Python 3.14 support ([f7193ba](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/f7193ba3c744ad66a67cea4df39a05c9420e54cd))
11+
* drop Python 3.9 support ([e346676](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/e346676fc9c9b9ab45eae7619afc7181cf087ad3))
12+
* drop Python 3.9 support and add Python 3.14 support ([f7d8f73](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/f7d8f73cb88505c7fb0f90e3f42facf1521b2afa))
13+
514
## [1.59.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.58.0...v1.59.0) (2026-05-06)
615

716

msgraph_beta/_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.0'
3+
VERSION: str = '1.60.0'
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-beta-sdk"
77
# The SDK version
88
# x-release-please-start-version
9-
version = "1.59.0"
9+
version = "1.60.0"
1010
# x-release-please-end
1111
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
1212
description = "The Microsoft Graph Beta Python SDK"

0 commit comments

Comments
 (0)