File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ version = "1.4.0"
1111authors = [{name = " Microsoft" , email = " graphtooling+python@microsoft.com" }]
1212description = " Core component of the Microsoft Graph Python SDK"
1313dependencies = [
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]
1919requires-python = " >=3.10"
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ portalocker==2.10.1 ; python_version >= '3.5' and platform_system == 'Windows'
7171
7272pycparser == 2.23
7373
74- pyjwt [crypto ]== 2.12 .0 ; python_version >= '3.7'
74+ pyjwt [crypto ]== 2.13 .0 ; python_version >= '3.7'
7575
7676pylint == 4.0.5
7777
@@ -122,7 +122,7 @@ yapf==0.43.0
122122
123123zipp == 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
127127aiosignal == 1.4.0 ; python_version >= '3.7'
128128
@@ -144,13 +144,13 @@ httpx[http2]==0.28.1
144144
145145hyperframe == 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
155155multidict == 6.6.4 ; python_version >= '3.7'
156156
You can’t perform that action at this time.
0 commit comments