Skip to content

Commit f0897cc

Browse files
chore(main): release 1.14.1
1 parent f4b8558 commit f0897cc

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.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.14.0"
2+
".": "1.14.1"
33
}

CHANGELOG.md

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

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

5+
## [1.14.1](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.14.0...v1.14.1) (2024-12-05)
6+
7+
8+
### Bug Fixes
9+
10+
* downgrades aiohttp to match python supported versions ([00a6b5b](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/00a6b5b0757c287cba2cd508afaa4f0d479d4187))
11+
* downgrades astroid to match python supported versions ([9ebbc83](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/9ebbc83d643f647fbccda117b438ae5167530ab4))
12+
* downgrades docutils to match python supported versions ([8a9e7ef](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/8a9e7ef48ece01b40ea931307123760682c20814))
13+
* downgrades PyJWT to match python supported versions ([2650dd7](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/2650dd7ae6a604f29cd291e31615fca2edddaef9))
14+
* downgrades pylint to match python supported versions ([51cf3ba](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/51cf3baf7860d7c9e19efd5cd0cbe191442bc73b))
15+
* downgrades time-machine to match python supported versions ([3a8af15](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/3a8af15f3168e433a588968e4f808d904aa21107))
16+
* downgrades tomli_w to match python supported versions ([8329bae](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/8329bae26aee1f79c712a9e87cc659ac43dc7f1e))
17+
* downgrades yarl to match python supported versions ([ddbf2ce](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/ddbf2ced40dd9a1a29e3c4644b4e576a55ba0ee1))
18+
* downgrades zipp to match python supported versions ([58616ff](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/58616fff8c858b2bd63d3d13207444d770638adb))
19+
520
## [1.14.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.13.0...v1.14.0) (2024-11-28)
621

722

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.14.0'
3+
VERSION: str = '1.14.1'
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.14.0"
9+
version = "1.14.1"
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)