File tree 4 files changed +10
-3
lines changed
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.3.3 "
2
+ "." : " 1.3.4 "
3
3
}
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 1.3.4] ( https://github.com/microsoftgraph/msgraph-sdk-python-core/compare/v1.3.3...v1.3.4 ) (2025-05-12)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * dependecy conflict ([ 914da4f] ( https://github.com/microsoftgraph/msgraph-sdk-python-core/commit/914da4fc7c5a65a80fbf2411cc5ab4cf333a5e14 ) )
11
+
5
12
## [ 1.3.3] ( https://github.com/microsoftgraph/msgraph-sdk-python-core/compare/v1.3.2...v1.3.3 ) (2025-03-24)
6
13
7
14
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
6
name = " msgraph-core"
7
7
# The SDK version
8
8
# x-release-please-start-version
9
- version = " 1.3.3 "
9
+ version = " 1.3.4 "
10
10
# x-release-please-end
11
11
authors = [{name = " Microsoft" , email = " graphtooling+python@microsoft.com" }]
12
12
description = " Core component of the Microsoft Graph Python SDK"
Original file line number Diff line number Diff line change 10
10
DEFAULT_CONNECTION_TIMEOUT = 30
11
11
# The SDK version
12
12
# x-release-please-start-version
13
- SDK_VERSION = '1.3.3 '
13
+ SDK_VERSION = '1.3.4 '
14
14
# x-release-please-end
15
15
MS_DEFAULT_SCOPE = 'https://graph.microsoft.com/.default'
You can’t perform that action at this time.
0 commit comments