Skip to content

Commit c86ca38

Browse files
Merge branch 'main' into copilot/fix-code-review-suggestion
2 parents f5dd36c + 33be665 commit c86ca38

5 files changed

Lines changed: 21 additions & 13 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.57.0"
2+
".": "1.58.0"
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.58.0](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.57.0...v1.58.0) (2026-05-20)
7+
8+
9+
### Features
10+
11+
* drop Python 3.9 and add Python 3.14 support across packaging, CI, and docs ([#1481](https://github.com/microsoftgraph/msgraph-sdk-python/issues/1481)) ([9d3a8c8](https://github.com/microsoftgraph/msgraph-sdk-python/commit/9d3a8c83e6ffc44ae44b0131de212b47b7980809))
12+
* **generation:** update request builders and models ([#1483](https://github.com/microsoftgraph/msgraph-sdk-python/issues/1483)) ([c8fd694](https://github.com/microsoftgraph/msgraph-sdk-python/commit/c8fd694c7efcd1394c5e14591f5cd6d0799d84ee))
13+
614
## [1.57.0](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.56.0...v1.57.0) (2026-05-05)
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.57.0'
3+
VERSION: str = '1.58.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 = "hatchling.build"
66
name = "msgraph-sdk"
77
# The SDK version
88
# x-release-please-start-version
9-
version = "1.57.0"
9+
version = "1.58.0"
1010
# x-release-please-end
1111
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
1212
description = "The Microsoft Graph Python SDK"

requirements-dev.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
aiohttp==3.13.5
22
aiosignal==1.4.0
3-
anyio==4.12.1
3+
anyio==4.13.0
44
astroid==4.0.2
55
async-timeout==5.0.1
66
attrs==26.1.0
77
azure-core==1.41.0
88
azure-identity==1.25.3
9-
build==1.4.3
9+
build==1.5.0
1010
bumpver==2025.1131
11-
certifi==2025.8.3
11+
certifi==2026.5.20
1212
cffi==2.0.0
1313
charset-normalizer==3.4.7
1414
click==8.1.8
@@ -42,16 +42,16 @@ microsoft-kiota-serialization-multipart==1.10.1
4242
microsoft-kiota-serialization-text==1.10.1
4343
msal==1.36.0
4444
msal-extensions==1.3.1
45-
msgraph-core==1.3.8
45+
msgraph-core==1.4.0
4646
multidict==6.7.1
47-
mypy==1.19.1
47+
mypy==2.1.0
4848
mypy-extensions==1.1.0
4949
opentelemetry-api==1.42.0
5050
opentelemetry-sdk==1.42.0
5151
opentelemetry-semantic-conventions==0.63b0
5252
packaging==26.1
5353
pathlib2==2.3.7.post1
54-
platformdirs==4.4.0
54+
platformdirs==4.9.6
5555
portalocker==2.10.1
5656
pycparser==3.0
5757
PyJWT==2.12.1
@@ -61,8 +61,8 @@ python-dateutil==2.9.0.post0
6161
requests==2.34.2
6262
six==1.17.0
6363
sniffio==1.3.1
64-
std-uritemplate>=2.0.0
65-
time-machine==2.19.0
64+
std-uritemplate>=2.0.10
65+
time-machine==3.2.0
6666
toml==0.10.2
6767
tomli==2.4.1
6868
tomli_w==1.2.0
@@ -71,7 +71,7 @@ typing_extensions==4.15.0
7171
tzdata==2026.1
7272
uritemplate==4.2.0
7373
urllib3==2.7.0
74-
wrapt==1.17.3
74+
wrapt==2.2.0
7575
yapf==0.43.0
7676
yarl==1.22.0
77-
zipp==3.23.1
77+
zipp==4.1.0

0 commit comments

Comments
 (0)