@azure-tools/typespec-python 0.57.0 → 0.58.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.57.0",
3
+ "version": "0.58.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.7.0",
39
- "@typespec/http": "^1.7.0",
40
- "@typespec/rest": ">=0.77.0 <1.0.0",
41
- "@typespec/versioning": ">=0.77.0 <1.0.0",
42
- "@typespec/openapi": "^1.7.0",
43
- "@typespec/events": ">=0.77.0 <1.0.0",
44
- "@typespec/sse": ">=0.77.0 <1.0.0",
45
- "@typespec/streams": ">=0.77.0 <1.0.0",
46
- "@typespec/xml": ">=0.77.0 <1.0.0",
47
- "@azure-tools/typespec-azure-core": ">=0.63.0 <1.0.0",
48
- "@azure-tools/typespec-azure-resource-manager": ">=0.63.0 <1.0.0",
49
- "@azure-tools/typespec-autorest": ">=0.63.0 <1.0.0",
50
- "@azure-tools/typespec-azure-rulesets": ">=0.63.0 <1.0.0",
51
- "@azure-tools/typespec-client-generator-core": ">=0.63.4 <1.0.0"
38
+ "@typespec/compiler": "^1.8.0",
39
+ "@typespec/http": "^1.8.0",
40
+ "@typespec/rest": ">=0.78.0 <1.0.0",
41
+ "@typespec/versioning": ">=0.78.0 <1.0.0",
42
+ "@typespec/openapi": "^1.8.0",
43
+ "@typespec/events": ">=0.78.0 <1.0.0",
44
+ "@typespec/sse": ">=0.78.0 <1.0.0",
45
+ "@typespec/streams": ">=0.78.0 <1.0.0",
46
+ "@typespec/xml": ">=0.78.0 <1.0.0",
47
+ "@azure-tools/typespec-azure-core": ">=0.64.0 <1.0.0",
48
+ "@azure-tools/typespec-azure-resource-manager": ">=0.64.0 <1.0.0",
49
+ "@azure-tools/typespec-autorest": ">=0.64.0 <1.0.0",
50
+ "@azure-tools/typespec-azure-rulesets": ">=0.64.0 <1.0.0",
51
+ "@azure-tools/typespec-client-generator-core": ">=0.64.2 <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.24.0",
57
+ "@typespec/http-client-python": "~0.25.0",
58
58
  "fs-extra": "~11.2.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@typespec/compiler": "^1.7.0",
62
- "@typespec/http": "^1.7.0",
63
- "@typespec/rest": "~0.77.0",
64
- "@typespec/versioning": "~0.77.0",
65
- "@typespec/openapi": "^1.7.0",
66
- "@typespec/events": "~0.77.0",
67
- "@typespec/sse": "~0.77.0",
68
- "@typespec/streams": "~0.77.0",
61
+ "@typespec/compiler": "^1.8.0",
62
+ "@typespec/http": "^1.8.0",
63
+ "@typespec/rest": "~0.78.0",
64
+ "@typespec/versioning": "~0.78.0",
65
+ "@typespec/openapi": "^1.8.0",
66
+ "@typespec/events": "~0.78.0",
67
+ "@typespec/sse": "~0.78.0",
68
+ "@typespec/streams": "~0.78.0",
69
69
  "@typespec/tspd": "~0.70.0",
70
- "@typespec/xml": "~0.77.0",
71
- "@azure-tools/typespec-azure-resource-manager": "~0.63.0",
72
- "@azure-tools/typespec-azure-core": "~0.63.0",
73
- "@azure-tools/typespec-azure-rulesets": "~0.63.0",
74
- "@azure-tools/typespec-autorest": "~0.63.0",
75
- "@azure-tools/typespec-client-generator-core": "~0.63.4",
76
- "@azure-tools/azure-http-specs": "0.1.0-alpha.35-dev.8",
77
- "@typespec/http-specs": "0.1.0-alpha.30-dev.1",
78
- "@typespec/spector": "0.1.0-alpha.21",
79
- "@typespec/spec-api": "0.1.0-alpha.11",
70
+ "@typespec/xml": "~0.78.0",
71
+ "@azure-tools/typespec-azure-resource-manager": "~0.64.0",
72
+ "@azure-tools/typespec-azure-core": "~0.64.0",
73
+ "@azure-tools/typespec-azure-rulesets": "~0.64.0",
74
+ "@azure-tools/typespec-autorest": "~0.64.0",
75
+ "@azure-tools/typespec-client-generator-core": "~0.64.2",
76
+ "@azure-tools/azure-http-specs": "0.1.0-alpha.36",
77
+ "@typespec/http-specs": "0.1.0-alpha.32-dev.1",
78
+ "@typespec/spector": "0.1.0-alpha.22",
79
+ "@typespec/spec-api": "0.1.0-alpha.12",
80
80
  "@types/js-yaml": "~4.0.5",
81
81
  "@types/node": "~24.1.0",
82
82
  "@types/yargs": "~17.0.33",