Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.46.0"
".": "1.47.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [1.47.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.46.0...v1.47.0) (2025-09-16)


### Features

* **generation:** update request builders and models ([11c06a8](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/11c06a89b165d9de19a9a31941b58fde0f791c95))


### Bug Fixes

* remove MIT License from project classifiers ([#944](https://github.com/microsoftgraph/msgraph-beta-sdk-python/issues/944)) ([29cc3d7](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/29cc3d7479da6d2b2261ef050ed635148d889af1))

## [1.46.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.45.0...v1.46.0) (2025-09-12)


Expand Down
2 changes: 1 addition & 1 deletion msgraph_beta/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The SDK version
# x-release-please-start-version
VERSION: str = '1.46.0'
VERSION: str = '1.47.0'
# x-release-please-end
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
name = "msgraph-beta-sdk"
# The SDK version
# x-release-please-start-version
version = "1.46.0"
version = "1.47.0"
# x-release-please-end
authors = [{name = "Microsoft", email = "[email protected]"}]
description = "The Microsoft Graph Beta Python SDK"
Expand Down