|
9 | 9 | description = "The Microsoft Graph Beta Python SDK" |
10 | 10 | dependencies = [ |
11 | 11 | "azure-identity >=1.12.0", |
12 | | - "microsoft-kiota-abstractions >=0.9,<0.10", |
13 | | - "microsoft-kiota-authentication-azure >=0.3,<0.4", |
14 | | - "microsoft-kiota-serialization-json >=0.4,<0.5", |
15 | | - "microsoft-kiota-serialization-text >=0.3,<0.4", |
16 | | - "msgraph_core >=1.0.0a2" |
| 12 | + "microsoft-kiota-abstractions >=1.0.0,<2.0.0", |
| 13 | + "microsoft-kiota-authentication-azure >=1.0.0,<2.0.0", |
| 14 | + "microsoft-kiota-serialization-json >=1.0.0,<2.0.0", |
| 15 | + "microsoft-kiota-serialization-text >=1.0.0,<2.0.0", |
| 16 | + "microsoft-kiota-http >=1.0.0,<2.0.0", |
| 17 | + "msgraph_core >=1.0.0a4" |
17 | 18 |
|
18 | 19 | ] |
19 | 20 | requires-python = ">=3.8" |
20 | 21 | license = {file = "LICENSE"} |
21 | 22 | readme = "README.md" |
22 | 23 | keywords = ["msgraph", "openAPI", "Microsoft", "Graph", "beta"] |
23 | 24 | classifiers = [ |
24 | | - "Development Status :: 3 - Alpha", |
| 25 | + "Development Status :: 5 - Production/Stable", |
25 | 26 | "Programming Language :: Python :: 3.8", |
26 | 27 | "Programming Language :: Python :: 3.9", |
27 | 28 | "Programming Language :: Python :: 3.10", |
|
0 commit comments