Skip to content

Commit e3b905b

Browse files
Merge branch 'main' into fix/defer-requests-import
2 parents ca59136 + 550516d commit e3b905b

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ version = "1.4.0"
1111
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
1212
description = "Core component of the Microsoft Graph Python SDK"
1313
dependencies = [
14-
"microsoft-kiota-abstractions >=1.10.1,<2.0.0",
15-
"microsoft-kiota-authentication-azure >=1.10.1,<2.0.0",
16-
"microsoft-kiota-http >=1.10.1,<2.0.0",
14+
"microsoft-kiota-abstractions >=1.11.6,<2.0.0",
15+
"microsoft-kiota-authentication-azure >=1.11.6,<2.0.0",
16+
"microsoft-kiota-http >=1.11.6,<2.0.0",
1717
"httpx[http2] >=0.23.0",
1818
]
1919
requires-python = ">=3.10"

requirements-dev.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ portalocker==2.10.1 ; python_version >= '3.5' and platform_system == 'Windows'
7171

7272
pycparser==2.23
7373

74-
pyjwt[crypto]==2.12.0 ; python_version >= '3.7'
74+
pyjwt[crypto]==2.13.0 ; python_version >= '3.7'
7575

7676
pylint==4.0.5
7777

@@ -122,7 +122,7 @@ yapf==0.43.0
122122

123123
zipp==4.1.0 ; python_version >= '3.7'
124124

125-
aiohttp==3.13.5 ; python_version >= '3.6'
125+
aiohttp==3.14.1 ; python_version >= '3.6'
126126

127127
aiosignal==1.4.0 ; python_version >= '3.7'
128128

@@ -144,13 +144,13 @@ httpx[http2]==0.28.1
144144

145145
hyperframe==6.1.0 ; python_full_version >= '3.6.1'
146146

147-
microsoft-kiota-abstractions==1.10.1
147+
microsoft-kiota-abstractions==1.11.6
148148

149-
microsoft-kiota-authentication-azure==1.10.1
149+
microsoft-kiota-authentication-azure==1.11.6
150150

151-
microsoft-kiota-http==1.10.1
151+
microsoft-kiota-http==1.11.6
152152

153-
microsoft-kiota-serialization-json==1.10.1
153+
microsoft-kiota-serialization-json==1.11.6
154154

155155
multidict==6.6.4 ; python_version >= '3.7'
156156

0 commit comments

Comments
 (0)