FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for openapi_python_client/templates - e2b-dev/openapi-python-client · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
e2b-dev
/
openapi-python-client
Public
forked from
openapi-generators/openapi-python-client
Notifications
You must be signed in to change notification settings
Fork
1
Star
2
Code
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
openapi-python-client
openapi_python_client
templates
on
main
User selector
Datepicker
Commit history
Commits on Jul 21, 2025
refactor(poetry): Set `build-backend` of poetry to latest recommended… (#1291)
Show description for 94d57fe
alexandervaneck
authored
94d57fe
View commit details
Copy full SHA for 94d57fe
View code at this point
Browse repository at this point
feat(uv): Switch to `uv_build` build backend. (#1290)
Show description for 6c1499c
alexandervaneck
authored
6c1499c
View commit details
Copy full SHA for 6c1499c
View code at this point
Browse repository at this point
Commits on Jul 20, 2025
feat: Add --meta uv for generating astral-sh/uv compatible packages. (#1286)
Show description for f4ac5ea
alexandervaneck
and
alexandervaneck-paige
authored
f4ac5ea
View commit details
Copy full SHA for f4ac5ea
View code at this point
Browse repository at this point
Commits on Jun 6, 2025
Fix multipart body arrays (#938)
Show description for 305229b
micha91
and
dbanty
authored
305229b
View commit details
Copy full SHA for 305229b
View code at this point
Browse repository at this point
Commits on Mar 15, 2025
feat: Allow any `Mapping` in generated `from_dict` functions (#1211)
Show description for b8fbea9
edgarrmondragon
and
dbanty
authored
b8fbea9
View commit details
Copy full SHA for b8fbea9
View code at this point
Browse repository at this point
docs: add module docstring for endpoint init template (#1224)
Show description for e6f78de
dogukancagatay
authored
e6f78de
View commit details
Copy full SHA for e6f78de
View code at this point
Browse repository at this point
Commits on Mar 3, 2025
add option to put docstrings on model attributes (#1190)
Show description for 44b1fbc
eli-bl
authored
44b1fbc
View commit details
Copy full SHA for 44b1fbc
View code at this point
Browse repository at this point
Commits on Dec 24, 2024
Fix minimum attrs version (#1184)
Show description for 7225f0e
dbanty
authored
7225f0e
View commit details
Copy full SHA for 7225f0e
View code at this point
Browse repository at this point
feat: Support httpx 0.28 (#1172)
Show description for 46b7523
renovate[bot]
and
dbanty
authored
46b7523
View commit details
Copy full SHA for 46b7523
View code at this point
Browse repository at this point
Commits on Nov 23, 2024
feat: Support Ruff 0.8 (#1169)
Show description for 861ef56
renovate[bot]
and
dbanty
authored
861ef56
View commit details
Copy full SHA for 861ef56
View code at this point
Browse repository at this point
Remove Python 3.8 support (#1143)
Show description for 46dcdc5
dbanty
authored
46dcdc5
View commit details
Copy full SHA for 46dcdc5
View code at this point
Browse repository at this point
Commits on Oct 20, 2024
Support Python 3.13 (#1046)
Show description for cd3e70b
dbanty
authored
cd3e70b
View commit details
Copy full SHA for cd3e70b
View code at this point
Browse repository at this point
Literal enums support! (#1142)
Show description for 8864a5f
dbanty
and
emosenkis
authored
8864a5f
View commit details
Copy full SHA for 8864a5f
View code at this point
Browse repository at this point
fix: Typo in docstring (#1128)
Show description for a9c0784
bagerard
and
dbanty
authored
a9c0784
View commit details
Copy full SHA for a9c0784
View code at this point
Browse repository at this point
feat: Add UUID string format. Thanks @estyrke! (#1140)
Show description for 2fcd3cb
dbanty
and
estyrke
authored
2fcd3cb
View commit details
Copy full SHA for 2fcd3cb
View code at this point
Browse repository at this point
Commits on Sep 7, 2024
chore: Refactor `Value` to store raw values (#1118)
Show description for b1c2abd
dbanty
authored
b1c2abd
View commit details
Copy full SHA for b1c2abd
View code at this point
Browse repository at this point
Commits on Sep 2, 2024
don't declare unused variable if model has no properties (#1109)
Show description for fc31254
eli-bl
and
dbanty
authored
fc31254
View commit details
Copy full SHA for fc31254
View code at this point
Browse repository at this point
Commits on Jun 15, 2024
fix: Indent of generated code for non-required lists. Thanks @sfowl! (#1050)
Show description for 39b9db2
sfowl
and
dbanty
authored
39b9db2
View commit details
Copy full SHA for 39b9db2
View code at this point
Browse repository at this point
Commits on May 18, 2024
Fix nullable & required properties in multipart bodies (#995)
Show description for 84d9844
dbanty
authored
84d9844
View commit details
Copy full SHA for 84d9844
View code at this point
Browse repository at this point
Commits on Apr 19, 2024
validate value of 'const' properties (helps with discriminated unions) (#1024)
Show description for ee052fd
peter-greenatlas
and
dbanty
authored
ee052fd
View commit details
Copy full SHA for ee052fd
View code at this point
Browse repository at this point
Commits on Mar 27, 2024
Add aliases for Client (#1009)
Show description for 43e0461
patrick91
and
dbanty
authored
43e0461
View commit details
Copy full SHA for 43e0461
View code at this point
Browse repository at this point
Commits on Mar 6, 2024
Update PDM package-type syntax (#991)
Show description for 3ee4195
dbanty
authored
3ee4195
View commit details
Copy full SHA for 3ee4195
View code at this point
Browse repository at this point
Add response content to UnexpectedStatus exception (#989)
Show description for c437e41
authored
c437e41
View commit details
Copy full SHA for c437e41
View code at this point
Browse repository at this point
Fix hyphens in path parameters (#986)
Show description for 88ffbd6
authored
88ffbd6
View commit details
Copy full SHA for 88ffbd6
View code at this point
Browse repository at this point
Commits on Feb 22, 2024
Fix mixed case properties & params (#972)
Show description for eeb1326
dbanty
authored
eeb1326
View commit details
Copy full SHA for eeb1326
View code at this point
Browse repository at this point
Commits on Feb 21, 2024
feat: support httpx 0.27 (#974)
Show description for f44e67f
renovate[bot]
and
dbanty
authored
f44e67f
View commit details
Copy full SHA for f44e67f
View code at this point
Browse repository at this point
Commits on Feb 20, 2024
fix: Remove spurious field_dict.update({}) for types without properties (#969)
Show description for 7b0b93a
dbanty
and
Eric Butler
authored
7b0b93a
View commit details
Copy full SHA for 7b0b93a
View code at this point
Browse repository at this point
Commits on Jan 15, 2024
Fix Ruff formatting when meta=none (#940)
Show description for 20cfce8
dbanty
authored
20cfce8
View commit details
Copy full SHA for 20cfce8
View code at this point
Browse repository at this point
Commits on Jan 5, 2024
Support PDM (#920)
Show description for fa44ade
dbanty
authored
fa44ade
View commit details
Copy full SHA for fa44ade
View code at this point
Browse repository at this point
Commits on Jan 4, 2024
Nullable array support fixes (#929)
Show description for c10c1f2
kgutwin
and
dbanty
authored
c10c1f2
View commit details
Copy full SHA for c10c1f2
View code at this point
Browse repository at this point
Commits on Jan 3, 2024
feat: Export `Unset` types from generated `types.py` (#927)
Show description for d9b2620
johnthagen
authored
d9b2620
View commit details
Copy full SHA for d9b2620
View code at this point
Browse repository at this point
Commits on Dec 31, 2023
Support multiple bodies (#900)
Show description for 86f96dd
dbanty
and
kgutwin
authored
86f96dd
View commit details
Copy full SHA for 86f96dd
View code at this point
Browse repository at this point
Add OpenAPI 3.1.0 support (#856)
dbanty
authored
3253448
View commit details
Copy full SHA for 3253448
View code at this point
Browse repository at this point
Commits on Dec 23, 2023
feat: Support httpx 0.26 (#913)
Show description for f5d12c2
renovate[bot]
and
dbanty
authored
f5d12c2
View commit details
Copy full SHA for f5d12c2
View code at this point
Browse repository at this point
Commits on Dec 7, 2023
Support binary request bodies for endpoints (#899)
Show description for 3e0f835
kgutwin
and
dbanty
authored
3e0f835
View commit details
Copy full SHA for 3e0f835
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL