@autorest/python 6.36.0 → 6.37.0

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.
@@ -126,9 +126,9 @@
126
126
  "implementation_version": "3.9.23",
127
127
  "os_name": "posix",
128
128
  "platform_machine": "x86_64",
129
- "platform_release": "6.11.0-1015-azure",
129
+ "platform_release": "6.11.0-1018-azure",
130
130
  "platform_system": "Linux",
131
- "platform_version": "#15~24.04.1-Ubuntu SMP Thu May 1 02:52:08 UTC 2025",
131
+ "platform_version": "#18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025",
132
132
  "python_full_version": "3.9.23",
133
133
  "platform_python_implementation": "CPython",
134
134
  "python_version": "3.9",
@@ -21,7 +21,7 @@ Requires-Dist: docutils>=0.20.1
21
21
  Requires-Dist: Jinja2==3.1.6
22
22
  Requires-Dist: PyYAML==6.0.1
23
23
  Requires-Dist: tomli==2.0.1
24
- Requires-Dist: setuptools==70.0.0
24
+ Requires-Dist: setuptools==75.3.2
25
25
  Dynamic: author
26
26
  Dynamic: author-email
27
27
  Dynamic: classifier
@@ -3,4 +3,4 @@ docutils>=0.20.1
3
3
  Jinja2==3.1.6
4
4
  PyYAML==6.0.1
5
5
  tomli==2.0.1
6
- setuptools==70.0.0
6
+ setuptools==75.3.2
@@ -52,6 +52,6 @@ setup(
52
52
  "Jinja2==3.1.6",
53
53
  "PyYAML==6.0.1",
54
54
  "tomli==2.0.1",
55
- "setuptools==70.0.0",
55
+ "setuptools==75.3.2",
56
56
  ],
57
57
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autorest/python",
3
- "version": "6.36.0",
3
+ "version": "6.37.0",
4
4
  "description": "The Python extension for generators in AutoRest.",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "homepage": "https://github.com/Azure/autorest.python/blob/main/README.md",
21
21
  "dependencies": {
22
- "@typespec/http-client-python": "~0.13.0",
22
+ "@typespec/http-client-python": "~0.14.0",
23
23
  "@autorest/system-requirements": "~1.0.2",
24
24
  "fs-extra": "~11.2.0",
25
25
  "tsx": "~4.19.1"