Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
yo61
/
openapi-python-client
Public
forked from
openapi-generators/openapi-python-client
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 25, 2022
chore(deps): update dependency autoflake to v2 (#704)
Show description for 30d9f56
renovate[bot]
authored
30d9f56
View commit details
Copy full SHA for 30d9f56
Browse repository at this point
Commits on Nov 12, 2022
docs: Add missing contributor
dbanty
authored
edd7c89
View commit details
Copy full SHA for edd7c89
Browse repository at this point
chore: prepare release 0.12.1
dbanty
committed
1cf7a45
View commit details
Copy full SHA for 1cf7a45
Browse repository at this point
fix: Version bump due to PyPI error
dbanty
committed
6f8bd14
View commit details
Copy full SHA for 6f8bd14
Browse repository at this point
chore: prepare release 0.12.0
dbanty
committed
5375116
View commit details
Copy full SHA for 5375116
Browse repository at this point
chore(deps): update dependency importlib_metadata to v5 (#700)
Show description for 77e3c69
renovate[bot]
authored
77e3c69
View commit details
Copy full SHA for 77e3c69
Browse repository at this point
feat: Add `endpoint_collections_by_tag` and `openapi` to the templating globals [#689]. Thanks @paulo-raca!
Show description for dcb799e
paulo-raca
and
dbanty
authored
dcb799e
View commit details
Copy full SHA for dcb799e
Browse repository at this point
chore(deps): update dependency typer to ^0.6 || ^0.7.0 (#695)
Show description for 375a70a
renovate[bot]
authored
375a70a
View commit details
Copy full SHA for 375a70a
Browse repository at this point
fix: If data.type is None but has data.properties, assume type is object [#691, #674]. Thanks @ahuang11!
Show description for d4e14f9
ahuang11
and
dbanty
authored
d4e14f9
View commit details
Copy full SHA for d4e14f9
Browse repository at this point
chore(deps): Set Renovate to widen dependency ranges instead of replacing.
dbanty
committed
9b983a0
View commit details
Copy full SHA for 9b983a0
Browse repository at this point
feat: Support for recursive and circular references using lazy imports [#670, #338, #466]. Thanks @mtovt!
Show description for 8300674
3 people
authored
8300674
View commit details
Copy full SHA for 8300674
Browse repository at this point
Commits on Sep 26, 2022
ci: Switch to configless Knope (#677)
Show description for 47e576c
dbanty
authored
47e576c
View commit details
Copy full SHA for 47e576c
Browse repository at this point
feat: Include `__all__` in generated `__init__.py` files [#676, #631, #540, #675]. Thanks @EltonChou!
Show description for 9cea5af
EltonChou
authored
9cea5af
View commit details
Copy full SHA for 9cea5af
Browse repository at this point
Commits on Sep 18, 2022
feat!: Change the `Response.status_code` type to the `HTTPStatus` enum [#665]
Show description for 08c985f
asfaltboy
and
dbanty
authored
08c985f
View commit details
Copy full SHA for 08c985f
Browse repository at this point
ci: Upgrade Knope
dbanty
committed
e2cb382
View commit details
Copy full SHA for e2cb382
Browse repository at this point
Commits on Aug 27, 2022
chore: Bump to 0.11.6
dbanty
committed
ba1dbee
View commit details
Copy full SHA for ba1dbee
Browse repository at this point
feat: improve the error message when parsing a response fails [#659]. Thanks @supermihi!
Show description for 0a0d44b
supermihi
and
dbanty
authored
0a0d44b
View commit details
Copy full SHA for 0a0d44b
Browse repository at this point
feat: Authorization header can now be customized in AuthenticatedClient [#660]. Thanks @supermihi!
Show description for 4f9f03a
supermihi
and
dbanty
authored
4f9f03a
View commit details
Copy full SHA for 4f9f03a
Browse repository at this point
fix: Exception when parsing documents which contain callbacks [#661]. Thanks @dachucky!
Show description for 6245b18
dachucky
and
dbanty
authored
6245b18
View commit details
Copy full SHA for 6245b18
Browse repository at this point
feat: Support inlined form data schema in requestBody [#656, #662]. Thanks @supermihi!
Show description for 227bc5e
supermihi
and
dbanty
authored
227bc5e
View commit details
Copy full SHA for 227bc5e
Browse repository at this point
feat: Allow enums in headers [#663, #667]. Thanks @supermihi!
Show description for b20789b
dbanty
and
supermihi
authored
b20789b
View commit details
Copy full SHA for b20789b
Browse repository at this point
ci: Install Knope via action instead of building from source. (#666)
Show description for b03be16
dbanty
authored
b03be16
View commit details
Copy full SHA for b03be16
Browse repository at this point
docs: Dobby -> Knope in CONTRIBUTING.md
dbanty
authored
c184117
View commit details
Copy full SHA for c184117
Browse repository at this point
Commits on Aug 13, 2022
chore: Bump to 0.11.5
dbanty
committed
7955faa
View commit details
Copy full SHA for 7955faa
Browse repository at this point
fix: Keep trailing newlines in generated files [#646, #654]. Thanks @eliask!
Show description for 1dcbe94
dbanty
and
eliask
authored
1dcbe94
View commit details
Copy full SHA for 1dcbe94
Browse repository at this point
feat: support `#/components/parameters` references [#288, #615, #653]. Thanks @jsanchez7SC!
Show description for 95b7eb3
dbanty
and
Jordi Sanchez
authored
95b7eb3
View commit details
Copy full SHA for 95b7eb3
Browse repository at this point
Commits on Aug 8, 2022
chore: Remove some leftover code (#649)
dbanty
authored
d512d8b
View commit details
Copy full SHA for d512d8b
Browse repository at this point
Commits on Jul 12, 2022
chore(deps): update dependency typer to ^0.6 (#644)
Show description for c118271
renovate[bot]
authored
c118271
View commit details
Copy full SHA for c118271
Browse repository at this point
Commits on Jul 3, 2022
ci: Fix Poetry Publish
dbanty
committed
b33238d
View commit details
Copy full SHA for b33238d
Browse repository at this point
chore: Bump to 0.11.4
dbanty
committed
f7c9873
View commit details
Copy full SHA for f7c9873
Browse repository at this point
ci: Automate releases (#643)
dbanty
authored
2cf37f9
View commit details
Copy full SHA for 2cf37f9
Browse repository at this point
test: minor correction in `end_to_end_tests/openapi.json` (#634)
Show description for f372037
mtovt
and
dbanty
authored
f372037
View commit details
Copy full SHA for f372037
Browse repository at this point
Commits on Jul 2, 2022
fix: Invalid code generation with some `oneOf` and `anyOf` combinations [#603, #642]. Thanks @jselig-rigetti!
Show description for ea9b350
dbanty
and
jselig-rigetti
authored
ea9b350
View commit details
Copy full SHA for ea9b350
Browse repository at this point
fix: Allow relative references in all URLs [#630]. Thanks @jtv8!
jtv8
authored
3f1f951
View commit details
Copy full SHA for 3f1f951
Browse repository at this point
Commits on Jun 10, 2022
chore: Prep 0.11.3 release.
dbanty
committed
82a9ad6
View commit details
Copy full SHA for 82a9ad6
Browse repository at this point
Previous
Next
You can’t perform that action at this time.