GitHub / openapi-generators/openapi-python-client / commits
Generate modern Python clients from OpenAPI
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 2861a346 | chore(dobby): Add dobby.toml to automate future tasks | Dylan Anthony <c****t@d****m> | over 5 years ago | |
| 0c2efd3c |
chore(deps): Bump httpx from 0.16.1 to 0.17.0 (#341)
Co-authored-by: dependabot[bot] <4****]@u****m>, Dylan Anthony <c****t@d****m> Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| d98e3492 |
chore(deps-dev): Bump mypy from 0.800 to 0.812 (#340)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 422e993e | chore: Update CHANGELOG and version for 0.8.0 (#339) |
Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 7f8d10eb |
feat: Add --file-encoding CLI option (#330)
Co-authored-by: Ethan Mann <e****r@g****m> |
dongfangtianyu <7****u@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 2d305ddf | feat: Add support for cookie parameters (#326) |
dongfangtianyu <7****u@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 0d423e37 | fix: Async example in generated README.md (#337) |
Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| d535bd02 |
fix: Sanitize endpoint tags during parsing (#328)
Co-authored-by: Ethan Mann <e****r@g****m>, Nementon <n****n@b****r>, Ethan Mann <e****r@g****m> |
p1-ra <1****a@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 661de574 | docs: Add CHANGELOG entry for #316 | Dylan Anthony <c****t@d****m> | over 5 years ago | |
| 6e107517 | feat: Serialize model query params (#316) |
Forest Tong <f****t@b****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 968d6142 | docs: Add CHANGELOG entry for #336 | Dylan Anthony <c****t@d****m> | over 5 years ago | |
| 2bfe610c | fix: Indicate an error when duplicate models are detected rather than generat... |
Forest Tong <f****t@b****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 28336026 | docs: Add CHANGELOG entry for #334 | Dylan Anthony <c****t@d****m> | over 5 years ago | |
| 351478f6 | fix(template): Fix deserialization of non-required properties (#334) |
Forest Tong <f****t@b****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| b2adc2c9 | fix!: Omit any `None` passed as a query param in generated clients. Closes #2... |
Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| fdeea991 |
fix(parser): Softly ignore invalid response status code (#327)
Co-authored-by: Nementon <n****n@b****r> |
p1-ra <1****a@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| af09640a |
chore(deps): Bump shellingham from 1.3.2 to 1.4.0 (#324)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| d76bae84 | refactor: Renamed all templates to end in .jinja to resolve issues with lates... |
Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| cf2b0020 |
chore(deps): Bump jinja2 from 2.11.2 to 2.11.3 (#322)
Co-authored-by: dependabot[bot] <4****]@u****m>, Dylan Anthony <4****y@u****m> Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 62061a18 | docs(changelog): Add CHANGELOG entry for #315 | Dylan Anthony <c****t@d****m> | over 5 years ago | |
| e1c65782 | fix(client): Nullable and optional properties which are models (#315) |
Forest Tong <f****t@b****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 718acfda |
chore(deps): Bump pyyaml from 5.3.1 to 5.4.1 (#309)
Co-authored-by: dependabot[bot] <4****]@u****m>, Dylan Anthony <4****y@u****m> Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 398692d9 |
chore(deps-dev): Bump pytest from 6.2.1 to 6.2.2 (#314)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| d08b7d55 | feat(generator): Add "application/vnd.api+json" media type. (#307) |
Jaap Versteegh <j****h@g****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| aa6972c4 | fix: Handle Unset Enums when deserializing (#306) |
William Bowen <w****m@b****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| abf906d4 | chore(deps-dev): Bump pytest-cov from 2.11.0 to 2.11.1 (#310) |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 8331aad5 | feat(parser): Detect OpenAPI documents of incorrect versions (closes #281) (#... |
Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 77309066 |
chore(deps-dev): Bump safety from 1.10.2.post1 to 1.10.3 (#303)
Co-authored-by: dependabot[bot] <4****]@u****m>, Dylan Anthony <4****y@u****m> Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 6ebddc46 |
chore(deps-dev): Bump pytest-cov from 2.10.1 to 2.11.0 (#304)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 839171ec | feat: Avoid attributes named "self" (#301) |
Jaap Versteegh <j****h@g****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| aede9bef | docs(changelog): Added entries for #299 & #292 and ran prettier. | Dylan Anthony <c****t@d****m> | over 5 years ago | |
| 13a4f8ef | chore(deps): Update py to resolve complaint from safety | Dylan Anthony <c****t@d****m> | over 5 years ago | |
| f52ea4e5 |
chore(deps): Bump safety from 1.10.1 to 1.10.2.post1 (#296)
Co-authored-by: dependabot[bot] <4****]@u****m>, Dylan Anthony <4****y@u****m> Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 93723dd8 |
fix: Lower version requirements for python-dateutil in generated client #298 ...
Co-authored-by: Dylan Anthony <4****y@u****m>, Dylan Anthony <4****y@u****m> |
William Bowen <w****m@b****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 701ea77d | feat(models): Change model from_dict from staticmethod to classmethod (#292) |
Forest Tong <f****t@b****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| f49038de |
ci: Workflow to run checks is now triggered by PRs (#293)
Co-authored-by: Ethan Mann <e****n@t****m> |
Ethan Mann <e****r@g****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| d59ad1de |
Bump pytest-mock from 3.5.0 to 3.5.1 (#291)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 1f3d72f9 | docs: Replace CircleCI with GitHub Actions status |
Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| a96db2ff | ci: Switch to GH Actions (#289) |
Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 5625ddef | feat: Added ability to generate clients with no metadata or setup.py. Closes ... |
Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| caecb034 |
Bump pytest-mock from 3.4.0 to 3.5.0 (#284)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 28a78020 |
Bump safety from 1.10.0 to 1.10.1 (#283)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 12fda5e9 |
Bump isort from 5.6.4 to 5.7.0 (#282)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| b2b3f6c0 |
Bump taskipy from 1.5.1 to 1.6.0 (#278)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| a61c2ca4 | Bump to 0.7.3 and update CHANGELOG for release | Dylan Anthony <c****t@d****m> | over 5 years ago | |
| d8a9a59a |
Fix nullable dates (#277)
Co-authored-by: Simon Guigui <s****i@p****m> |
Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| ac49ce8d | Add CHANGELOG note about #271 |
Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 20eed9ed |
Fix additionalProperty Union spacing and construction (#266) (#273)
Co-authored-by: Packy Gallagher <p****g@b****m> |
Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| e2d6e273 | Fix PascalCase transformation from Title Case. Fixes #271 (#274) |
Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| af8c090e |
Bump safety from 1.9.0 to 1.10.0 (#276)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| bbc550ec |
Bump pytest-mock from 3.3.1 to 3.4.0 (#270)
Co-authored-by: dependabot[bot] <4****]@u****m>, Dylan Anthony <4****y@u****m> Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| b480c894 |
Bump pytest from 6.2.0 to 6.2.1
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: Dylan Anthony <4****y@u****m> |
over 5 years ago | |
| 3ca219cb |
Bump pytest from 6.1.2 to 6.2.0
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: Dylan Anthony <4****y@u****m> |
over 5 years ago | |
| b12b4e5a | Bump to 0.7.2 and update CHANGELOG for release | Dylan Anthony <d****y@t****m> | over 5 years ago | |
| 2a239dda | Fix bug in model property template that was not handling unset properly (#262) |
Packy Gallagher <p****g@b****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 2dcd07e4 | Bump to 0.7.1. Update CHANGELOG release date. Regen e2e records | Dylan Anthony <d****y@t****m> | over 5 years ago | |
| 0e26c279 | Update list of supported Python versions in Black config | Dylan Anthony <d****y@t****m> | over 5 years ago | |
| 42fe727a | Fixed generated client min Python version (closes #258) (#261) |
Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| c6dbb36a | Update CHANGELOG from #218, #252, and #259 |
Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 3df7be30 | Add additional property support by subscripting model (#252) |
Packy Gallagher <p****g@b****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| dee661ab | Bugfix: Implement __str__ for enum props to fix query string (#259) |
Packy Gallagher <p****g@b****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 4556d9a1 |
Bump pydantic from 1.7.2 to 1.7.3
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: Dylan Anthony <4****y@u****m> |
over 5 years ago | |
| 80cd80a9 |
Bump taskipy from 1.5.0 to 1.5.1
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: Dylan Anthony <4****y@u****m> |
over 5 years ago | |
| 4120cd94 |
Bump taskipy from 1.4.0 to 1.5.0
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: Dylan Anthony <4****y@u****m> |
almost 6 years ago | |
| c8fa9813 | Add release date to 0.7.0 |
Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 6ba6d29a | Bump to 0.7.0 |
Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| e82e087f | Bump to 0.7.0-rc.3 | Dylan Anthony <c****t@d****m> | almost 6 years ago | |
| 802557ab | Better naming of sub-model classes (#250) |
Packy Gallagher <p****g@b****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 5cfcb0ff | Update instructions in generated README.md to match new style of calling endp... |
Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| c0431c75 | Add a test for union properties with refs in API (#245) |
Simon <s****i@p****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| d0c60f58 | Add `pascalcase` jinja filter (#246) |
Simon <s****i@p****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| fb4787e9 | Bump to 0.7.0-rc.2 |
Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| ab13a75d | Update CHANGELOG for changes in #241 |
Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 103acab5 | Fixes to union properties (#241) |
Packy Gallagher <p****g@b****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| b61cbe63 | Create FUNDING.yml |
Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| c858ee9f | Bump to 0.7.0-rc.1 |
Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 43245c04 |
Fixed issue with non-required fields in a model not being marked as such (#23...
Co-authored-by: Ethan Mann <e****n@t****m> |
Ethan Mann <e****r@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 1a0dc6db | Bump to 0.7.0-rc.0 |
Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| b3f13a08 |
Support inline object schemas (#236)
Co-authored-by: Ethan Mann <e****n@t****m> |
Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 296ffb61 |
Better compatibility for "required" vs. "nullable" (#230)
Co-authored-by: Ethan Mann <e****n@t****m>, Dylan Anthony <d****y@t****m> |
Ethan Mann <e****r@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 7a483dc5 |
Bump attrs from 20.2.0 to 20.3.0
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: Dylan Anthony <4****y@u****m> |
almost 6 years ago | |
| cc89c209 | Create Dependabot config file |
dependabot-preview[bot] <2****]@u****m>
Committed by: Dylan Anthony <4****y@u****m> |
almost 6 years ago | |
| b8f77223 | Added CHANGELOG entry for #231, updated formatting and fixed some typing errors. | Dylan Anthony <d****y@t****m> | almost 6 years ago | |
| 3cd8a657 | Support custom templates (#231) |
Eric Hulburd <3****d@u****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| bccaabe6 | Bump to 0.6.2 to prep for release |
Dylan Anthony <d****n@D****l>
Committed by: Dylan Anthony <d****y@t****m> |
almost 6 years ago | |
| 436a966a | Add pepy download stats to README. Use Prettier to clean up MD files. | Dylan Anthony <d****n@D****l> | almost 6 years ago | |
| 381328f8 |
Prevent autoflake to clean imports in module init files (#233)
Co-authored-by: Simon Guigui <s****i@p****m>, Dylan Anthony <d****y@t****m> |
Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| ef04aa3d |
Add a setting to override the package version (#232)
Co-authored-by: Simon Guigui <s****i@p****m>, Dylan Anthony <d****y@t****m> |
Dylan Anthony <4****y@u****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 9beb7270 | Add note about 3.9 support to CHANGELOG |
Dylan Anthony <4****y@u****m>
Committed by: Dylan Anthony <d****n@D****l> |
almost 6 years ago | |
| 3408c1fa |
Bump pydantic from 1.7 to 1.7.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 | |
| 752a54d4 |
Bump pytest from 6.1.1 to 6.1.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 | |
| e54468fe |
Bump pydantic from 1.6.1 to 1.7
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 | |
| deb2d0a9 |
Bump colorama from 0.4.3 to 0.4.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> |
almost 6 years ago | |
| 1eba6d1e |
Bump isort from 5.6.3 to 5.6.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> |
almost 6 years ago | |
| 196a8fc7 |
Bump isort from 5.6.2 to 5.6.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 | |
| 82245004 |
Bump isort from 5.6.1 to 5.6.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 | |
| a465e433 |
Bump mypy from 0.782 to 0.790
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 | |
| a2a4a3b8 |
Bump taskipy from 1.3.0 to 1.4.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 | |
| adeedcb6 |
Bump isort from 5.5.4 to 5.6.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 | |
| e25705f3 |
Bump httpx from 0.16.0 to 0.16.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 |