@typespec/http-client-python 0.14.1-dev.1 → 0.14.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,14 +19,14 @@ from .base_serializer import BaseSerializer
19
19
  VERSION_MAP = {
20
20
  "msrest": "0.7.1",
21
21
  "isodate": "0.6.1",
22
- "azure-mgmt-core": "1.5.0",
22
+ "azure-mgmt-core": "1.6.0",
23
23
  "azure-core": "1.35.0",
24
24
  "typing-extensions": "4.6.0",
25
25
  "corehttp": "1.0.0b6",
26
26
  }
27
27
 
28
28
  MIN_PYTHON_VERSION = "3.9"
29
- MAX_PYTHON_VERSION = "3.12"
29
+ MAX_PYTHON_VERSION = "3.13"
30
30
 
31
31
 
32
32
  class GeneralSerializer(BaseSerializer):
@@ -19,14 +19,14 @@ from .base_serializer import BaseSerializer
19
19
  VERSION_MAP = {
20
20
  "msrest": "0.7.1",
21
21
  "isodate": "0.6.1",
22
- "azure-mgmt-core": "1.5.0",
22
+ "azure-mgmt-core": "1.6.0",
23
23
  "azure-core": "1.35.0",
24
24
  "typing-extensions": "4.6.0",
25
25
  "corehttp": "1.0.0b6",
26
26
  }
27
27
 
28
28
  MIN_PYTHON_VERSION = "3.9"
29
- MAX_PYTHON_VERSION = "3.12"
29
+ MAX_PYTHON_VERSION = "3.13"
30
30
 
31
31
 
32
32
  class GeneralSerializer(BaseSerializer):
@@ -1,6 +1,6 @@
1
1
  -r ../dev_requirements.txt
2
2
  -e ../../
3
- azure-mgmt-core==1.5.0
3
+ azure-mgmt-core==1.6.0
4
4
 
5
5
  # only for azure
6
6
  -e ./generated/azure-client-generator-core-access
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/http-client-python",
3
- "version": "0.14.1-dev.1",
3
+ "version": "0.14.1",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec emitter for Python SDKs",
6
6
  "homepage": "https://typespec.io",