Skip to content

Commit 9e430ae

Browse files
Merge pull request #1549 from microsoftgraph/fix/bump-core-floor-1-5-0
fix(deps): bump msgraph-core floor to >=1.5.1
2 parents 107cc70 + f06054a commit 9e430ae

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"microsoft-kiota-serialization-text >=1.8.0,<2.0.0",
1717
"microsoft-kiota-serialization-form >=1.8.0,<2.0.0",
1818
"microsoft-kiota-serialization-multipart >=1.8.0,<2.0.0",
19-
"msgraph_core >=1.3.1"
19+
"msgraph_core >=1.5.1"
2020

2121
]
2222
requires-python = ">=3.10"

requirements-dev.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ lazy-object-proxy==1.12.0
3333
lexid==2021.1006
3434
looseversion==1.3.0
3535
mccabe==0.7.0
36-
microsoft-kiota-abstractions==1.10.2
37-
microsoft-kiota-authentication-azure==1.10.2
38-
microsoft-kiota-http==1.10.2
39-
microsoft-kiota-serialization-form==1.10.2
40-
microsoft-kiota-serialization-json==1.10.2
41-
microsoft-kiota-serialization-multipart==1.10.2
42-
microsoft-kiota-serialization-text==1.10.2
36+
microsoft-kiota-abstractions==1.11.7
37+
microsoft-kiota-authentication-azure==1.11.7
38+
microsoft-kiota-http==1.11.7
39+
microsoft-kiota-serialization-form==1.11.7
40+
microsoft-kiota-serialization-json==1.11.7
41+
microsoft-kiota-serialization-multipart==1.11.7
42+
microsoft-kiota-serialization-text==1.11.7
4343
msal==1.37.0
4444
msal-extensions==1.3.1
45-
msgraph-core==1.4.0
45+
msgraph-core==1.5.1
4646
multidict==6.7.1
4747
mypy==2.1.0
4848
mypy-extensions==1.1.0

0 commit comments

Comments
 (0)