@hey-api/openapi-python 0.0.0-next-20260619175920 → 0.0.0-next-20260621074027

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.
Files changed (3) hide show
  1. package/README.md +11 -11
  2. package/dist/run.mjs +1 -1
  3. package/package.json +6 -6
package/README.md CHANGED
@@ -59,10 +59,10 @@ Partners behind the future of API tooling. [Become a sponsor](https://github.com
59
59
 
60
60
  <h3 align="center">Gold</h3>
61
61
 
62
- <table align="center" style="justify-content: center;align-items: center;display: flex;">
62
+ <table align="center">
63
63
  <tbody>
64
64
  <tr>
65
- <td align="center" width="336px">
65
+ <td align="center" width="50%">
66
66
  <p></p>
67
67
  <p>
68
68
  <a href="https://kutt.to/pkEZyc" target="_blank">
@@ -80,7 +80,7 @@ Partners behind the future of API tooling. [Become a sponsor](https://github.com
80
80
  </p>
81
81
  <p></p>
82
82
  </td>
83
- <td align="center" width="336px">
83
+ <td align="center" width="50%">
84
84
  <p></p>
85
85
  <p>
86
86
  <a href="https://kutt.to/QM9Q2N" target="_blank">
@@ -104,10 +104,10 @@ Partners behind the future of API tooling. [Become a sponsor](https://github.com
104
104
 
105
105
  <h3 align="center">Silver</h3>
106
106
 
107
- <table align="center" style="justify-content: center;align-items: center;display: flex;">
107
+ <table align="center">
108
108
  <tbody>
109
109
  <tr>
110
- <td align="center" width="172px">
110
+ <td align="center" width="33.333%">
111
111
  <a href="https://kutt.to/skQUVd" target="_blank">
112
112
  <picture height="40px">
113
113
  <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/assets/scalar/logo-light.svg">
@@ -119,7 +119,7 @@ Partners behind the future of API tooling. [Become a sponsor](https://github.com
119
119
  scalar.com
120
120
  </a>
121
121
  </td>
122
- <td align="center" width="172px">
122
+ <td align="center" width="33.333%">
123
123
  <a href="https://kutt.to/Dr9GuW" target="_blank">
124
124
  <picture height="40px">
125
125
  <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/assets/fastapi/logo-light.svg">
@@ -131,7 +131,7 @@ Partners behind the future of API tooling. [Become a sponsor](https://github.com
131
131
  fastapi.tiangolo.com
132
132
  </a>
133
133
  </td>
134
- <td align="center" width="172px">
134
+ <td align="center" width="33.333%">
135
135
  <a href="https://kutt.to/yZVkdV" target="_blank">
136
136
  <picture height="40px">
137
137
  <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/assets/brands/unblocked/logo-light.svg">
@@ -149,10 +149,10 @@ Partners behind the future of API tooling. [Become a sponsor](https://github.com
149
149
 
150
150
  <h3 align="center">Bronze</h3>
151
151
 
152
- <table align="center" style="justify-content: center;align-items: center;display: flex;">
152
+ <table align="center">
153
153
  <tbody>
154
154
  <tr>
155
- <td align="center" width="136px">
155
+ <td align="center" width="33.333%">
156
156
  <a href="https://kutt.to/YpaKsX" target="_blank">
157
157
  <picture height="34px">
158
158
  <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/assets/.gen/kinde-logo-wordmark-dark-480w.webp">
@@ -160,7 +160,7 @@ Partners behind the future of API tooling. [Become a sponsor](https://github.com
160
160
  </picture>
161
161
  </a>
162
162
  </td>
163
- <td align="center" width="136px">
163
+ <td align="center" width="33.333%">
164
164
  <a href="https://kutt.to/KkqSaw" target="_blank">
165
165
  <picture height="34px">
166
166
  <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/assets/cella/logo-light.svg">
@@ -168,7 +168,7 @@ Partners behind the future of API tooling. [Become a sponsor](https://github.com
168
168
  </picture>
169
169
  </a>
170
170
  </td>
171
- <td align="center" width="136px">
171
+ <td align="center" width="33.333%">
172
172
  <a href="https://kutt.to/HW4GYR" target="_blank">
173
173
  <picture height="34px">
174
174
  <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/assets/photon/logo-light.svg">
package/dist/run.mjs CHANGED
@@ -3,7 +3,7 @@ import { f as createClient } from "./src-DaXm5pxY.mjs";
3
3
  import { isEnvironment } from "@hey-api/shared";
4
4
  import { Command, CommanderError } from "commander";
5
5
  //#region package.json
6
- var version = "0.0.0-next-20260619175920";
6
+ var version = "0.0.0-next-20260621074027";
7
7
  var bin = { "openapi-python": "./bin/run.js" };
8
8
  //#endregion
9
9
  //#region src/cli/adapter.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hey-api/openapi-python",
3
- "version": "0.0.0-next-20260619175920",
3
+ "version": "0.0.0-next-20260621074027",
4
4
  "description": "🐍 OpenAPI to Python code generator. Production-grade SDKs and Pydantic models.",
5
5
  "keywords": [
6
6
  "api-client",
@@ -66,11 +66,11 @@
66
66
  "ansi-colors": "4.1.3",
67
67
  "color-support": "1.1.3",
68
68
  "commander": "15.0.0",
69
- "@hey-api/codegen-core": "0.0.0-next-20260619175920",
70
- "@hey-api/shared": "0.0.0-next-20260619175920",
71
- "@hey-api/types": "0.1.4",
72
- "@hey-api/json-schema-ref-parser": "0.0.0-next-20260619175920",
73
- "@hey-api/spec-types": "0.2.0"
69
+ "@hey-api/codegen-core": "0.0.0-next-20260621074027",
70
+ "@hey-api/json-schema-ref-parser": "0.0.0-next-20260621074027",
71
+ "@hey-api/spec-types": "0.2.0",
72
+ "@hey-api/shared": "0.0.0-next-20260621074027",
73
+ "@hey-api/types": "0.1.4"
74
74
  },
75
75
  "devDependencies": {
76
76
  "eslint": "9.39.4",