An open API service providing commit metadata for open source projects.

GitHub / openapi-generators/openapi-python-client / commits

Generate modern Python clients from OpenAPI

SHA Message Author Date Stats
e801b529 Prepend a prefix to field names to allow use as Python identifiers (#206)
Co-authored-by: Dylan Anthony <d****y@t****m>
Kalan <2****o@u****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
67f5ea97 Bump httpx from 0.15.5 to 0.16.0
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: Dylan Anthony <4****y@u****m>
almost 6 years ago
461396d4 Change Safety check to only check non-dev dependencies Dylan Anthony <c****t@d****m> almost 6 years ago
d5088963 Update pip in CI to solve 3.6 Safety issue Dylan Anthony <c****t@d****m> almost 6 years ago
508b5470 Add Python 3.9 to CI tests. Display output of Safety instead of storing JSON. Dylan Anthony <c****t@d****m> almost 6 years ago
725c056e Remove FastAPI from end to end test process Dylan Anthony <c****t@d****m> almost 6 years ago
a784b73c Bump pytest from 6.0.2 to 6.1.0
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: Dylan Anthony <4****y@u****m>
almost 6 years ago
42e0604e Bump to 0.6.1 Dylan Anthony <c****t@d****m> almost 6 years ago
e8efab60 Added autoflake to generation and cleaned up a couple of flake8 issues. Close... Dylan Anthony <c****t@d****m> almost 6 years ago
dabc8589 Add auto name generation for paths missing operationId. Closes #92 Dylan Anthony <c****t@d****m> almost 6 years ago
2966ebef Added note to README about supported OpenAPI versions. Closes #176 Dylan Anthony <c****t@d****m> almost 6 years ago
ec9e4855 Properly handle spaces in Enum keys. Fixes #198 Dylan Anthony <c****t@d****m> almost 6 years ago
8af5023d Update httpx and importlib_metadata Dylan Anthony <c****t@d****m> almost 6 years ago
88114e69 Bump to 0.6.0 and update Changelog for release Dylan Anthony <c****t@d****m> almost 6 years ago
5a493eb4 Bump pytest from 6.0.1 to 6.0.2
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: Dylan Anthony <4****y@u****m>
almost 6 years ago
5df5860e Bump isort from 5.5.1 to 5.5.3
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: Dylan Anthony <4****y@u****m>
almost 6 years ago
150c6f71 merge Merge pull request #172 from triaxtec/release/0.6.0 Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
96172c27 Added auto_attribs=True to Client classes (#193)
Co-authored-by: Dylan Anthony <4****y@u****m>, Ethan Mann <e****n@t****m>, Dylan Anthony <4****y@u****m>
Ethan Mann <e****r@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
1a950161 Bump to 0.6.0-alpha.4 Dylan Anthony <c****t@d****m> almost 6 years ago
feeccda5 Fix negative integers in Enums (fixes #185). Also fix OpenAPI document in end... Dylan Anthony <c****t@d****m> almost 6 years ago
da1a7e41 merge Merge branch 'main' into release/0.6.0 Dylan Anthony <c****t@d****m> almost 6 years ago
11ef37b2 merge Merge pull request #183 from triaxtec/dependabot/pip/httpx-0.14.3 Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
07c8de74 Bump httpx from 0.14.2 to 0.14.3
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
b7fe79a5 Bump isort from 5.4.2 to 5.5.1
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: Dylan Anthony <4****y@u****m>
almost 6 years ago
8150bebc Bump to 0.6.0-alpha.3 Dylan Anthony <c****t@d****m> almost 6 years ago
a0ba0e78 Add support for Python 3.6 (fixes #154 & #137). Also add support for IntEnum ... Dylan Anthony <c****t@d****m> almost 6 years ago
03bc9462 merge Merge branch 'main' into release/0.6.0 Dylan Anthony <c****t@d****m> almost 6 years ago
c0557f10 Bump to 0.5.5, update CHANGELOG for release Dylan Anthony <c****t@d****m> almost 6 years ago
c006ea0f fix: import Optional when properties are nullable or not required (#181)
Co-authored-by: Daniel Grossmann-Kavanagh <d****l@b****m>
Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
30edc563 Remove trailing comma in endpoint_macros.pyi (#178) Daniel Grossmann-Kavanagh <m****e@d****m>
Committed by: Dylan Anthony <c****t@d****m>
almost 6 years ago
21089079 Bump to 0.6.0-alpha.1 Dylan Anthony <c****t@d****m> almost 6 years ago
7d061a4f Add support for no response or unsupported content types (closes #141) Dylan Anthony <c****t@d****m> almost 6 years ago
17b64e5a Rename "golden-master" to "golden-record" and update developer commands / doc... Dylan Anthony <c****t@d****m> almost 6 years ago
c0fd0423 merge Merge branch 'main' into release/0.6.0 Dylan Anthony <c****t@d****m> almost 6 years ago
849be6e9 Remove DeepSource integration due to too many false positives Dylan Anthony <c****t@d****m> almost 6 years ago
871abe8e Bump to 0.5.4, update CHANGELOG for release. Dylan Anthony <c****t@d****m> almost 6 years ago
36e67557 feat: add support for lists of basic python types (#165) Gustav Bylund <m****o@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
fad604a7 Support headers, cookies, and timeout config in Client. Dylan Anthony <c****t@d****m> about 6 years ago
f385be8b Added detailed response functions, updated Black version. Dylan Anthony <c****t@d****m> about 6 years ago
98a5aa18 Remove support for defaults in lists/dicts. Closes #170 Dylan Anthony <c****t@d****m> about 6 years ago
ac65697e Try combining coverage of unit and e2e tests Dylan Anthony <c****t@d****m> about 6 years ago
94f62106 Convert generated clients to new API. Dylan Anthony <c****t@d****m> about 6 years ago
11adc3a5 Bump pytest-mock from 3.2.0 to 3.3.0
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: Dylan Anthony <4****y@u****m>
about 6 years ago
f960d4e6 Bump httpx from 0.14.1 to 0.14.2
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: Dylan Anthony <4****y@u****m>
about 6 years ago
32124050 Support nullable keyword in properties. Closes #99 (#163) Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
cc8d6fa7 Add support for oneOf union properties in addition to anyOf (#164) Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
16d1a3d0 Create codeql-analysis.yml Dylan Anthony <4****y@u****m> about 6 years ago
daf4bd61 Bump typer from 0.3.1 to 0.3.2 (#161)
Co-authored-by: dependabot-preview[bot] <2****]@u****m>
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
aafa021a Bump isort from 5.4.1 to 5.4.2
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: Dylan Anthony <4****y@u****m>
about 6 years ago
e123b966 Bump pytest-cov from 2.10.0 to 2.10.1
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: Dylan Anthony <4****y@u****m>
about 6 years ago
772b753b Bump isort from 5.4.0 to 5.4.1 (#158)
Co-authored-by: dependabot-preview[bot] <2****]@u****m>
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
9d517fe0 Added support for octet-stream content type (#116) (#157)
Co-authored-by: Ethan Mann <e****n@t****m>
Ethan Mann <e****r@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
0230ec5a Fixed some unused properties in tests that deepsource was complaining about (...
Co-authored-by: Ethan Mann <e****n@t****m>
Ethan Mann <e****r@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
e8dfe47c Bump to 0.5.3 and update CHANGELOG for release Dylan Anthony <c****t@d****m> about 6 years ago
dc4c5315 Remove unnecessary f-string (#155)
Co-authored-by: deepsource-autofix[bot] <6****]@u****m>
deepsource-autofix[bot] <6****]@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
f7a56aae Merge pull request from GHSA-9x4c-63pf-525f
Co-authored-by: Dylan Anthony <4****y@u****m>, Dylan Anthony <4****y@u****m>, Dylan Anthony <4****y@u****m>, Ethan Mann <e****n@t****m>, Dylan Anthony <4****y@u****m>
Ethan Mann <e****r@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
3e7dfae5 Merge pull request from GHSA-7wgr-7666-7pwj
Co-authored-by: Ethan Mann <e****n@t****m>
Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
d6970d6a Bump isort from 5.3.2 to 5.4.0 (#153)
Co-authored-by: dependabot-preview[bot] <2****]@u****m>
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
5ea70ac6 Bump httpx from 0.14.0 to 0.14.1
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: Dylan Anthony <4****y@u****m>
about 6 years ago
4171c744 Create SECURITY.md Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
86c7de8c Feature/support header parameters (#148)
Co-authored-by: Ethan Mann <e****n@t****m>
Ethan Mann <e****r@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
c0d101ba Fix JSON bodies in generated endpoints. Fixes #139 (#147) Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
b0a2c07c Bump httpx from 0.13.3 to 0.14.0 (#145)
Co-authored-by: dependabot-preview[bot] <2****]@u****m>
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
7f805a47 Bump fastapi from 0.60.1 to 0.61.0 (#144)
Co-authored-by: dependabot-preview[bot] <2****]@u****m>
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
df9704be Bump isort from 5.3.0 to 5.3.2 (#143)
Co-authored-by: dependabot-preview[bot] <2****]@u****m>
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
efec915d Bump taskipy from 1.2.1 to 1.3.0 (#142)
Co-authored-by: dependabot-preview[bot] <2****]@u****m>
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
656ad665 Bump to 0.5.2 to prep for release Dylan Anthony <d****y@t****m> about 6 years ago
3227f786 Allow overriding generated package/project names (#133)
Co-authored-by: Ethan Mann <e****n@t****m>
Ethan Mann <e****r@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
9587f59e Use OpenAPI doc version as generated client version (#135)
Co-authored-by: Ethan Mann <e****n@t****m>
Ethan Mann <e****r@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
a2206b0c Bump to 0.5.1 Dylan Anthony <d****y@t****m> about 6 years ago
3ecda494 Better error handling when fetching documents (#128) Dylan Anthony <d****y@t****m>
Committed by: Dylan Anthony <4****y@u****m>
about 6 years ago
3cca3022 Improve error message when OpenAPI document fails validation (closes #129) Dylan Anthony <d****y@t****m>
Committed by: Dylan Anthony <4****y@u****m>
about 6 years ago
15c2fd5d Allow relative paths in tokenUrl (closes #130) Dylan Anthony <d****y@t****m> about 6 years ago
949d6e3f Set changelog release date for 0.5.0 Dylan Anthony <d****y@t****m> about 6 years ago
ce3079a8 Remove type checking from deepsource since we do it in CI Dylan Anthony <d****y@t****m> about 6 years ago
8c44367f Add support for YAML documents (#111) Dylan Anthony <d****y@t****m>
Committed by: Dylan Anthony <4****y@u****m>
about 6 years ago
14bf2cc9 Include build-system in generated clients so they are pip-installable (#120) Dylan Anthony <d****y@t****m> about 6 years ago
b16ed73f Added support for enum schemas (#122)
Co-authored-by: Ethan Mann <e****n@t****m>
Ethan Mann <e****r@g****m>
Committed by: Dylan Anthony <d****y@t****m>
about 6 years ago
9042dc3e Added build-system to pyproject.toml (#121) Dylan Anthony <d****y@t****m> about 6 years ago
6727e593 Bump isort from 5.2.2 to 5.3.0
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: Dylan Anthony <4****y@u****m>
about 6 years ago
2b52f410 Add pydantic to dependencies (#119) Dylan Anthony <c****t@d****m> about 6 years ago
3afa0898 Make error handling more robust (#107). Dylan Anthony <c****t@d****m> about 6 years ago
47caff77 Bump pytest from 6.0.0 to 6.0.1
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: Dylan Anthony <4****y@u****m>
about 6 years ago
504b49f9 Bump isort from 5.2.1 to 5.2.2
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: Dylan Anthony <4****y@u****m>
about 6 years ago
510455da Bump isort from 5.1.4 to 5.2.1
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: Dylan Anthony <4****y@u****m>
about 6 years ago
44aeec27 Bump pytest from 5.4.3 to 6.0.0
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: Dylan Anthony <4****y@u****m>
about 6 years ago
92f45c54 Switch openapi-schema-pydantic to main repo. Update coverage Dylan Anthony <c****t@d****m> about 6 years ago
ec15b3f1 Create CONTRIBUTING.md Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
610d0763 Remove usage of uvicorn. Add task for generating the e2e openapi documen Dylan Anthony <c****t@d****m> about 6 years ago
faba196a Rename Schema class to Model to disambiguate with OpenAPI term Dylan Anthony <c****t@d****m>
Committed by: Dylan Anthony <4****y@u****m>
about 6 years ago
c4bc8243 Switch OpenAPI parsing to use openapi-schema-pydantic Dylan Anthony <c****t@d****m>
Committed by: Dylan Anthony <4****y@u****m>
about 6 years ago
e46a9d41 Remove uvicorn dev dependency, update all others. Dylan Anthony <c****t@d****m> about 6 years ago
ea646797 Bump fastapi from 0.60.0 to 0.60.1
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: Dylan Anthony <4****y@u****m>
about 6 years ago
086d33d5 Bump fastapi from 0.59.0 to 0.60.0
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: Dylan Anthony <4****y@u****m>
about 6 years ago
ff624bad Bump isort from 5.1.1 to 5.1.4
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: Dylan Anthony <4****y@u****m>
about 6 years ago
1a44863e Bump typer from 0.3.0 to 0.3.1
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: Dylan Anthony <4****y@u****m>
about 6 years ago
f07b9a56 Bump isort from 5.1.0 to 5.1.1
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: Dylan Anthony <4****y@u****m>
about 6 years ago
cba6fa2e Bump isort from 5.0.9 to 5.1.0
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: Dylan Anthony <4****y@u****m>
about 6 years ago
8d4a8404 Bump fastapi from 0.58.1 to 0.59.0 (#90)
Co-authored-by: dependabot-preview[bot] <2****]@u****m>
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
99f26821 Bump isort from 5.0.7 to 5.0.9
Signed-off-by: dependabot-preview[bot] <s****t@d****m>
dependabot-preview[bot] <2****]@u****m>
Committed by: Dylan Anthony <4****y@u****m>
about 6 years ago

← Back to repository