@autorest/python 6.35.0 → 6.35.2

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.
@@ -173,6 +173,7 @@ class Client(_ClientConfigBase[ClientGlobalParameterList]): # pylint: disable=t
173
173
  p
174
174
  for p in self.parameters.parameters
175
175
  if p.is_api_version
176
+ and p.client_name == "api_version"
176
177
  and p.method_location in [ParameterMethodLocation.KEYWORD_ONLY, ParameterMethodLocation.KWARG]
177
178
  ):
178
179
  retval = add_to_pylint_disable(retval, "client-accepts-api-version-keyword")
@@ -4,11 +4,11 @@
4
4
  "install": [
5
5
  {
6
6
  "download_info": {
7
- "url": "https://files.pythonhosted.org/packages/a1/18/0e835c3a557dc5faffc8f91092f62fc337c1dab1066715842e7a4b318ec4/setuptools-80.7.1-py3-none-any.whl",
7
+ "url": "https://files.pythonhosted.org/packages/a3/dc/17031897dae0efacfea57dfd3a82fdd2a2aeb58e0ff71b77b87e44edc772/setuptools-80.9.0-py3-none-any.whl",
8
8
  "archive_info": {
9
- "hash": "sha256=ca5cc1069b85dc23070a6628e6bcecb3292acac802399c7f8edc0100619f9009",
9
+ "hash": "sha256=062d34222ad13e0cc312a4c02d73f059e86a4acbfbdea8f8f76b28c99f306922",
10
10
  "hashes": {
11
- "sha256": "ca5cc1069b85dc23070a6628e6bcecb3292acac802399c7f8edc0100619f9009"
11
+ "sha256": "062d34222ad13e0cc312a4c02d73f059e86a4acbfbdea8f8f76b28c99f306922"
12
12
  }
13
13
  }
14
14
  },
@@ -18,7 +18,7 @@
18
18
  "metadata": {
19
19
  "metadata_version": "2.4",
20
20
  "name": "setuptools",
21
- "version": "80.7.1",
21
+ "version": "80.9.0",
22
22
  "dynamic": [
23
23
  "license-file"
24
24
  ],
@@ -123,13 +123,13 @@
123
123
  ],
124
124
  "environment": {
125
125
  "implementation_name": "cpython",
126
- "implementation_version": "3.9.21",
126
+ "implementation_version": "3.9.23",
127
127
  "os_name": "posix",
128
128
  "platform_machine": "x86_64",
129
- "platform_release": "5.15.0-1088-azure",
129
+ "platform_release": "6.11.0-1015-azure",
130
130
  "platform_system": "Linux",
131
- "platform_version": "#97~20.04.1-Ubuntu SMP Wed Apr 23 13:25:03 UTC 2025",
132
- "python_full_version": "3.9.21",
131
+ "platform_version": "#15~24.04.1-Ubuntu SMP Thu May 1 02:52:08 UTC 2025",
132
+ "python_full_version": "3.9.23",
133
133
  "platform_python_implementation": "CPython",
134
134
  "python_version": "3.9",
135
135
  "sys_platform": "linux"
@@ -173,6 +173,7 @@ class Client(_ClientConfigBase[ClientGlobalParameterList]): # pylint: disable=t
173
173
  p
174
174
  for p in self.parameters.parameters
175
175
  if p.is_api_version
176
+ and p.client_name == "api_version"
176
177
  and p.method_location in [ParameterMethodLocation.KEYWORD_ONLY, ParameterMethodLocation.KWARG]
177
178
  ):
178
179
  retval = add_to_pylint_disable(retval, "client-accepts-api-version-keyword")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autorest/python",
3
- "version": "6.35.0",
3
+ "version": "6.35.2",
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.12.0",
22
+ "@typespec/http-client-python": "~0.12.2",
23
23
  "@autorest/system-requirements": "~1.0.2",
24
24
  "fs-extra": "~11.2.0",
25
25
  "tsx": "~4.19.1"