@azure-tools/typespec-python 0.36.0 → 0.36.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-tools/typespec-python",
|
|
3
|
-
"version": "0.36.
|
|
3
|
+
"version": "0.36.2",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec emitter for Python SDKs",
|
|
6
6
|
"homepage": "https://github.com/Azure/autorest.python",
|
|
@@ -33,47 +33,48 @@
|
|
|
33
33
|
"generator/**"
|
|
34
34
|
],
|
|
35
35
|
"peerDependencies": {
|
|
36
|
-
"@
|
|
37
|
-
"@
|
|
38
|
-
"@
|
|
39
|
-
"@
|
|
40
|
-
"@
|
|
41
|
-
"@typespec
|
|
42
|
-
"@typespec
|
|
43
|
-
"@typespec
|
|
44
|
-
"@typespec
|
|
45
|
-
"@typespec
|
|
36
|
+
"@typespec/compiler": ">=0.62.0 <1.0.0",
|
|
37
|
+
"@typespec/http": ">=0.62.0 <1.0.0",
|
|
38
|
+
"@typespec/rest": ">=0.62.0 <1.0.0",
|
|
39
|
+
"@typespec/versioning": ">=0.62.0 <1.0.0",
|
|
40
|
+
"@typespec/openapi": ">=0.62.0 <1.0.0",
|
|
41
|
+
"@azure-tools/typespec-azure-core": ">=0.48.0 <1.0.0",
|
|
42
|
+
"@azure-tools/typespec-azure-resource-manager": ">=0.48.0 <1.0.0",
|
|
43
|
+
"@azure-tools/typespec-autorest": ">=0.48.0 <1.0.0",
|
|
44
|
+
"@azure-tools/typespec-azure-rulesets": ">=0.48.0 <3.0.0",
|
|
45
|
+
"@azure-tools/typespec-client-generator-core": ">=0.48.0 <1.0.0"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"js-yaml": "~4.1.0",
|
|
49
49
|
"@typespec/openapi3": "~0.61.0",
|
|
50
50
|
"semver": "~7.6.2",
|
|
51
51
|
"tsx": "4.17.0",
|
|
52
|
-
"@typespec/http-client-python": "~0.3.
|
|
52
|
+
"@typespec/http-client-python": "~0.3.6",
|
|
53
53
|
"fs-extra": "~11.2.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@
|
|
57
|
-
"@
|
|
58
|
-
"@
|
|
59
|
-
"@
|
|
56
|
+
"@typespec/compiler": "~0.62.0",
|
|
57
|
+
"@typespec/http": "~0.62.0",
|
|
58
|
+
"@typespec/rest": "~0.62.0",
|
|
59
|
+
"@typespec/versioning": "~0.62.0",
|
|
60
|
+
"@typespec/openapi": "~0.62.0",
|
|
61
|
+
"@azure-tools/typespec-azure-resource-manager": "~0.48.0",
|
|
62
|
+
"@azure-tools/typespec-azure-core": "~0.48.0",
|
|
63
|
+
"@azure-tools/typespec-azure-rulesets": "~0.48.0",
|
|
64
|
+
"@azure-tools/typespec-autorest": "~0.48.0",
|
|
65
|
+
"@azure-tools/typespec-client-generator-core": "~0.48.0",
|
|
66
|
+
"@azure-tools/cadl-ranch-expect": "~0.15.6",
|
|
67
|
+
"@azure-tools/cadl-ranch-specs": "~0.39.1",
|
|
68
|
+
"@azure-tools/cadl-ranch": "~0.16.1",
|
|
60
69
|
"@types/js-yaml": "~4.0.5",
|
|
61
70
|
"@types/node": "~22.5.4",
|
|
62
71
|
"@types/yargs": "~17.0.33",
|
|
63
72
|
"@types/semver": "7.5.8",
|
|
64
|
-
"@typespec/openapi": "~0.61.0",
|
|
65
73
|
"c8": "^10.1.2",
|
|
66
|
-
"vitest": "^2.1.
|
|
74
|
+
"vitest": "^2.1.2",
|
|
67
75
|
"rimraf": "~6.0.1",
|
|
68
|
-
"typescript": "~5.6.
|
|
69
|
-
"typescript-eslint": "^8.
|
|
70
|
-
"@azure-tools/typespec-azure-core": "~0.47.0",
|
|
71
|
-
"@azure-tools/typespec-client-generator-core": "~0.47.1",
|
|
72
|
-
"@typespec/compiler": "~0.61.0",
|
|
73
|
-
"@typespec/http": "~0.61.0",
|
|
74
|
-
"@typespec/rest": "~0.61.0",
|
|
75
|
-
"@typespec/versioning": "~0.61.0",
|
|
76
|
-
"@azure-tools/typespec-azure-rulesets": "~0.47.0",
|
|
76
|
+
"typescript": "~5.6.3",
|
|
77
|
+
"typescript-eslint": "^8.8.1",
|
|
77
78
|
"yargs": "~17.7.2",
|
|
78
79
|
"chalk": "5.3.0",
|
|
79
80
|
"@types/fs-extra": "11.0.4"
|
|
Binary file
|
package/scripts/eng/pylintrc
CHANGED
|
@@ -17,7 +17,7 @@ enable=useless-suppression
|
|
|
17
17
|
# too-many-arguments: Due to the nature of the CLI many commands have large arguments set which reflect in large arguments set in corresponding methods.
|
|
18
18
|
# too-many-lines: Due to code generation many files end up with too many lines.
|
|
19
19
|
# Let's black deal with bad-continuation
|
|
20
|
-
disable=useless-object-inheritance,missing-docstring,locally-disabled,fixme,cyclic-import,too-many-arguments,invalid-name,duplicate-code,too-few-public-methods,consider-using-f-string,super-with-arguments,redefined-builtin,import-outside-toplevel,client-suffix-needed,unnecessary-dunder-call,unnecessary-ellipsis,disallowed-name,consider-using-max-builtin,
|
|
20
|
+
disable=useless-object-inheritance,missing-docstring,locally-disabled,fixme,cyclic-import,too-many-arguments,invalid-name,duplicate-code,too-few-public-methods,consider-using-f-string,super-with-arguments,redefined-builtin,import-outside-toplevel,client-suffix-needed,unnecessary-dunder-call,unnecessary-ellipsis,disallowed-name,consider-using-max-builtin,unknown-option-value
|
|
21
21
|
|
|
22
22
|
[FORMAT]
|
|
23
23
|
max-line-length=120
|