@azure-tools/typespec-python 0.53.1 → 0.54.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-python",
3
- "version": "0.53.1",
3
+ "version": "0.54.0",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec emitter for Python SDKs",
6
6
  "homepage": "https://github.com/Azure/autorest.python",
@@ -35,48 +35,48 @@
35
35
  "generator/**"
36
36
  ],
37
37
  "peerDependencies": {
38
- "@typespec/compiler": "^1.5.0",
39
- "@typespec/http": "^1.5.0",
40
- "@typespec/rest": ">=0.75.0 <1.0.0",
41
- "@typespec/versioning": ">=0.75.0 <1.0.0",
42
- "@typespec/openapi": "^1.5.0",
43
- "@typespec/events": ">=0.75.0 <1.0.0",
44
- "@typespec/sse": ">=0.75.0 <1.0.0",
45
- "@typespec/streams": ">=0.75.0 <1.0.0",
46
- "@typespec/xml": ">=0.75.0 <1.0.0",
47
- "@azure-tools/typespec-azure-core": ">=0.61.0 <1.0.0",
48
- "@azure-tools/typespec-azure-resource-manager": ">=0.61.0 <1.0.0",
49
- "@azure-tools/typespec-autorest": ">=0.61.0 <1.0.0",
50
- "@azure-tools/typespec-azure-rulesets": ">=0.61.0 <1.0.0",
51
- "@azure-tools/typespec-client-generator-core": ">=0.61.0 <1.0.0"
38
+ "@typespec/compiler": "^1.6.0",
39
+ "@typespec/http": "^1.6.0",
40
+ "@typespec/rest": ">=0.76.0 <1.0.0",
41
+ "@typespec/versioning": ">=0.76.0 <1.0.0",
42
+ "@typespec/openapi": "^1.6.0",
43
+ "@typespec/events": ">=0.76.0 <1.0.0",
44
+ "@typespec/sse": ">=0.76.0 <1.0.0",
45
+ "@typespec/streams": ">=0.76.0 <1.0.0",
46
+ "@typespec/xml": ">=0.76.0 <1.0.0",
47
+ "@azure-tools/typespec-azure-core": ">=0.62.0 <1.0.0",
48
+ "@azure-tools/typespec-azure-resource-manager": ">=0.62.0 <1.0.0",
49
+ "@azure-tools/typespec-autorest": ">=0.62.0 <1.0.0",
50
+ "@azure-tools/typespec-azure-rulesets": ">=0.62.0 <1.0.0",
51
+ "@azure-tools/typespec-client-generator-core": ">=0.62.0 <1.0.0"
52
52
  },
53
53
  "dependencies": {
54
54
  "js-yaml": "~4.1.0",
55
55
  "semver": "~7.6.2",
56
56
  "tsx": "~4.19.1",
57
- "@typespec/http-client-python": "~0.20.2",
57
+ "@typespec/http-client-python": "~0.21.0",
58
58
  "fs-extra": "~11.2.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@typespec/compiler": "^1.5.0",
62
- "@typespec/http": "^1.5.0",
63
- "@typespec/rest": "~0.75.0",
64
- "@typespec/versioning": "~0.75.0",
65
- "@typespec/openapi": "^1.5.0",
66
- "@typespec/events": "~0.75.0",
67
- "@typespec/sse": "~0.75.0",
68
- "@typespec/streams": "~0.75.0",
61
+ "@typespec/compiler": "^1.6.0",
62
+ "@typespec/http": "^1.6.0",
63
+ "@typespec/rest": "~0.76.0",
64
+ "@typespec/versioning": "~0.76.0",
65
+ "@typespec/openapi": "^1.6.0",
66
+ "@typespec/events": "~0.76.0",
67
+ "@typespec/sse": "~0.76.0",
68
+ "@typespec/streams": "~0.76.0",
69
69
  "@typespec/tspd": "~0.70.0",
70
- "@typespec/xml": "~0.75.0",
71
- "@azure-tools/typespec-azure-resource-manager": "~0.61.0",
72
- "@azure-tools/typespec-azure-core": "~0.61.0",
73
- "@azure-tools/typespec-azure-rulesets": "~0.61.0",
74
- "@azure-tools/typespec-autorest": "~0.61.0",
75
- "@azure-tools/typespec-client-generator-core": "~0.61.0",
76
- "@azure-tools/azure-http-specs": "0.1.0-alpha.31",
77
- "@typespec/http-specs": "0.1.0-alpha.27",
78
- "@typespec/spector": "0.1.0-alpha.19",
79
- "@typespec/spec-api": "0.1.0-alpha.9",
70
+ "@typespec/xml": "~0.76.0",
71
+ "@azure-tools/typespec-azure-resource-manager": "~0.62.0",
72
+ "@azure-tools/typespec-azure-core": "~0.62.0",
73
+ "@azure-tools/typespec-azure-rulesets": "~0.62.0",
74
+ "@azure-tools/typespec-autorest": "~0.62.0",
75
+ "@azure-tools/typespec-client-generator-core": "~0.62.0",
76
+ "@azure-tools/azure-http-specs": "0.1.0-alpha.32",
77
+ "@typespec/http-specs": "0.1.0-alpha.28",
78
+ "@typespec/spector": "0.1.0-alpha.20",
79
+ "@typespec/spec-api": "0.1.0-alpha.10",
80
80
  "@types/js-yaml": "~4.0.5",
81
81
  "@types/node": "~24.1.0",
82
82
  "@types/yargs": "~17.0.33",