Skip to content

Commit c09e92e

Browse files
chore(main): release 1.4.1
1 parent ecc5575 commit c09e92e

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.4.0"
2+
".": "1.4.1"
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.4.1](https://github.com/microsoftgraph/msgraph-sdk-python-core/compare/v1.4.0...v1.4.1) (2026-06-04)
6+
7+
8+
### Bug Fixes
9+
10+
* HTTP/1.1 requests with truncated kernel versions ([ecc5575](https://github.com/microsoftgraph/msgraph-sdk-python-core/commit/ecc5575b84a2efd8e30cd0ae68885e279754d4f2)), closes [#1087](https://github.com/microsoftgraph/msgraph-sdk-python-core/issues/1087)
11+
* Strip leading and trailing whitespace for HostOs header ([c0a03c8](https://github.com/microsoftgraph/msgraph-sdk-python-core/commit/c0a03c86eb2c4398449c908f94ecb2295ac96c2d))
12+
* update 1ES daily CI pipeline configuration ([9c0ca2b](https://github.com/microsoftgraph/msgraph-sdk-python-core/commit/9c0ca2b257caf84277c17615d1d6e9914270acde))
13+
514
## [1.4.0](https://github.com/microsoftgraph/msgraph-sdk-python-core/compare/v1.3.8...v1.4.0) (2026-05-19)
615

716

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "msgraph-core"
77
# The SDK version
88
# x-release-please-start-version
9-
version = "1.4.0"
9+
version = "1.4.1"
1010
# x-release-please-end
1111
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
1212
description = "Core component of the Microsoft Graph Python SDK"

src/msgraph_core/_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
DEFAULT_CONNECTION_TIMEOUT = 30
1111
# The SDK version
1212
# x-release-please-start-version
13-
SDK_VERSION = '1.4.0'
13+
SDK_VERSION = '1.4.1'
1414
# x-release-please-end
1515
MS_DEFAULT_SCOPE = 'https://graph.microsoft.com/.default'

0 commit comments

Comments
 (0)