|
1 | 1 | { |
2 | 2 | "name": "@azure-tools/typespec-python", |
3 | | - "version": "0.44.0", |
| 3 | + "version": "0.44.1", |
4 | 4 | "author": "Microsoft Corporation", |
5 | 5 | "description": "TypeSpec emitter for Python SDKs", |
6 | 6 | "homepage": "https://github.com/Azure/autorest.python", |
|
45 | 45 | "generator/**" |
46 | 46 | ], |
47 | 47 | "peerDependencies": { |
48 | | - "@typespec/compiler": "^1.0.0-0", |
49 | | - "@typespec/http": "^1.0.0-0", |
50 | | - "@typespec/rest": ">=0.68.0 <1.0.0", |
51 | | - "@typespec/versioning": ">=0.68.0 <1.0.0", |
52 | | - "@typespec/openapi": "^1.0.0-0", |
53 | | - "@typespec/events": ">=0.68.0 <1.0.0", |
54 | | - "@typespec/sse": ">=0.68.0 <1.0.0", |
55 | | - "@typespec/streams": ">=0.68.0 <1.0.0", |
56 | | - "@typespec/xml": ">=0.68.0 <1.0.0", |
57 | | - "@azure-tools/typespec-azure-core": ">=0.54.0 <1.0.0", |
58 | | - "@azure-tools/typespec-azure-resource-manager": ">=0.54.0 <1.0.0", |
59 | | - "@azure-tools/typespec-autorest": ">=0.54.0 <1.0.0", |
60 | | - "@azure-tools/typespec-azure-rulesets": ">=0.54.0 <1.0.0", |
61 | | - "@azure-tools/typespec-client-generator-core": ">=0.54.2 <1.0.0" |
| 48 | + "@typespec/compiler": "^1.0.0-rc.1", |
| 49 | + "@typespec/http": "^1.0.0-rc.1", |
| 50 | + "@typespec/rest": ">=0.69.0 <1.0.0", |
| 51 | + "@typespec/versioning": ">=0.69.0 <1.0.0", |
| 52 | + "@typespec/openapi": "^1.0.0-rc.1", |
| 53 | + "@typespec/events": ">=0.69.0 <1.0.0", |
| 54 | + "@typespec/sse": ">=0.69.0 <1.0.0", |
| 55 | + "@typespec/streams": ">=0.69.0 <1.0.0", |
| 56 | + "@typespec/xml": ">=0.69.0 <1.0.0", |
| 57 | + "@azure-tools/typespec-azure-core": ">=0.55.0 <1.0.0", |
| 58 | + "@azure-tools/typespec-azure-resource-manager": ">=0.55.0 <1.0.0", |
| 59 | + "@azure-tools/typespec-autorest": ">=0.55.0 <1.0.0", |
| 60 | + "@azure-tools/typespec-azure-rulesets": ">=0.55.0 <1.0.0", |
| 61 | + "@azure-tools/typespec-client-generator-core": ">=0.55.0 <1.0.0" |
62 | 62 | }, |
63 | 63 | "dependencies": { |
64 | 64 | "js-yaml": "~4.1.0", |
65 | 65 | "semver": "~7.6.2", |
66 | 66 | "tsx": "~4.19.1", |
67 | | - "@typespec/http-client-python": "~0.11.1", |
| 67 | + "@typespec/http-client-python": "~0.11.2", |
68 | 68 | "fs-extra": "~11.2.0" |
69 | 69 | }, |
70 | 70 | "devDependencies": { |
71 | | - "@typespec/compiler": "^1.0.0-0", |
72 | | - "@typespec/http": "^1.0.0-0", |
73 | | - "@typespec/rest": "~0.68.0", |
74 | | - "@typespec/versioning": "~0.68.0", |
75 | | - "@typespec/openapi": "^1.0.0-0", |
76 | | - "@typespec/events": "~0.68.0", |
77 | | - "@typespec/sse": "~0.68.0", |
78 | | - "@typespec/streams": "~0.68.0", |
79 | | - "@typespec/xml": "~0.68.0", |
80 | | - "@azure-tools/typespec-azure-resource-manager": "~0.54.0", |
81 | | - "@azure-tools/typespec-azure-core": "~0.54.0", |
82 | | - "@azure-tools/typespec-azure-rulesets": "~0.54.0", |
83 | | - "@azure-tools/typespec-autorest": "~0.54.0", |
84 | | - "@azure-tools/typespec-client-generator-core": "~0.54.2", |
85 | | - "@azure-tools/azure-http-specs": "0.1.0-alpha.14", |
86 | | - "@typespec/http-specs": "0.1.0-alpha.19", |
| 71 | + "@typespec/compiler": "^1.0.0-rc.1", |
| 72 | + "@typespec/http": "^1.0.0-rc.1", |
| 73 | + "@typespec/rest": "~0.69.0", |
| 74 | + "@typespec/versioning": "~0.69.0", |
| 75 | + "@typespec/openapi": "^1.0.0-rc.1", |
| 76 | + "@typespec/events": "~0.69.0", |
| 77 | + "@typespec/sse": "~0.69.0", |
| 78 | + "@typespec/streams": "~0.69.0", |
| 79 | + "@typespec/xml": "~0.69.0", |
| 80 | + "@azure-tools/typespec-azure-resource-manager": "~0.55.0", |
| 81 | + "@azure-tools/typespec-azure-core": "~0.55.0", |
| 82 | + "@azure-tools/typespec-azure-rulesets": "~0.55.0", |
| 83 | + "@azure-tools/typespec-autorest": "~0.55.0", |
| 84 | + "@azure-tools/typespec-client-generator-core": "~0.55.0", |
| 85 | + "@azure-tools/azure-http-specs": "0.1.0-alpha.15", |
| 86 | + "@typespec/http-specs": "0.1.0-alpha.20", |
87 | 87 | "@types/js-yaml": "~4.0.5", |
88 | 88 | "@types/node": "~22.13.14", |
89 | 89 | "@types/yargs": "~17.0.33", |
|
0 commit comments