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
Accelerator
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 }}
jdkent
/
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
Breadcrumbs
History for
openapi-python-client
openapi_python_client
on
main
User selector
All users
All time
Commit history
Commits on Nov 10, 2021
docs: explain difference between update and generate (#536)
jpoehnelt
authored
ccf1fab
View commit details
Copy full SHA for ccf1fab
View code at this point
Browse repository at this point
Commits on Oct 31, 2021
fix: SSL verify argument to async clients [#533 & #510]. Thanks @fsvenson and @mvaught02!
dbanty
authored
b6b5896
View commit details
Copy full SHA for b6b5896
View code at this point
Browse repository at this point
Commits on Oct 26, 2021
fix: Remove unused CHANGELOG from generated setup.py [#529]. Thanks @johnthagen!
johnthagen
authored
aa4f6b5
View commit details
Copy full SHA for aa4f6b5
View code at this point
Browse repository at this point
Commits on Oct 25, 2021
fix: Use isort "black" profile in generated clients [#523]. Thanks @johnthagen!
Show description for bff6ae5
johnthagen
and
dbanty
authored
bff6ae5
View commit details
Copy full SHA for bff6ae5
View code at this point
Browse repository at this point
fix: setup.py should generate importable packages named <project>_client [#492, #520, #521]. Thanks @tedo-benchling & @Leem0sh!
tedo-benchling
authored
9c3af86
View commit details
Copy full SHA for 9c3af86
View code at this point
Browse repository at this point
Commits on Oct 17, 2021
feat: Improve error messages related to invalid arrays and circular or recursive references. (#519)
dbanty
authored
2c157aa
View commit details
Copy full SHA for 2c157aa
View code at this point
Browse repository at this point
docs: Remove some stale references to Triax. (#518)
dbanty
authored
8802e7e
View commit details
Copy full SHA for 8802e7e
View code at this point
Browse repository at this point
chore: Fix relative path to spec (in this release, regression from #515) (#517)
dbanty
authored
a55ac0f
View commit details
Copy full SHA for a55ac0f
View code at this point
Browse repository at this point
fix: Allow None in enum properties [#504, #512, #516]. Thanks @juspence!
Show description for 6e9d81f
dbanty
and
juspence
authored
6e9d81f
View commit details
Copy full SHA for 6e9d81f
View code at this point
Browse repository at this point
feat: Add httpx 0.20.* support (#514)
Show description for 5e63d34
3 people
authored
5e63d34
View commit details
Copy full SHA for 5e63d34
View code at this point
Browse repository at this point
Commits on Oct 16, 2021
fix: properly support JSON OpenAPI documents and config files [#488, #509, #515]. Thanks @tardyp and @Gelbpunkt! (#515)
Show description for b01db03
dbanty
and
tardyp
authored
b01db03
View commit details
Copy full SHA for b01db03
View code at this point
Browse repository at this point
Commits on Sep 26, 2021
fix: Properly label a path template issue as a warning (#494). Thanks @chamini2!
dbanty
authored
54f819d
View commit details
Copy full SHA for 54f819d
View code at this point
Browse repository at this point
fix: Don't allow mixed types in enums.
dbanty
committed
2d4365c
View commit details
Copy full SHA for 2d4365c
View code at this point
Browse repository at this point
fix: Don't crash when a null is in an enum (fixes #500)
dbanty
committed
f5b5ce8
View commit details
Copy full SHA for f5b5ce8
View code at this point
Browse repository at this point
Commits on Sep 25, 2021
feat: Add verify_ssl option to generated Client, allowing users to ignore ssl verification (#497). Thanks @rtaycher!
Show description for 5861c7c
rtaycher
and
dbanty
authored
5861c7c
View commit details
Copy full SHA for 5861c7c
View code at this point
Browse repository at this point
Commits on Sep 5, 2021
fix: Don't crash the generator when one of the post-generation hooks is missing [fixes #479]. Thanks @chamini2 and @karolzlot!
dbanty
committed
c17a461
View commit details
Copy full SHA for c17a461
View code at this point
Browse repository at this point
Commits on Aug 23, 2021
refactor(parser): Schema datatypes validation by `pydantic` [#478]. Thanks @mtovts!
mtovts
authored
2d74640
View commit details
Copy full SHA for 2d74640
View code at this point
Browse repository at this point
Commits on Aug 22, 2021
feat(deps): Allow httpx 0.19.* (#481)
Show description for 75c69f0
renovate[bot]
and
dbanty
authored
75c69f0
View commit details
Copy full SHA for 75c69f0
View code at this point
Browse repository at this point
ci: Configure Renovate (#474)
Show description for b54a4fa
3 people
authored
b54a4fa
View commit details
Copy full SHA for b54a4fa
View code at this point
Browse repository at this point
Commits on Aug 19, 2021
style: remove trailing whitespace in README template [#480]. Thanks @dbluhm!
dbluhm
authored
2bcd8f8
View commit details
Copy full SHA for 2bcd8f8
View code at this point
Browse repository at this point
Commits on Aug 16, 2021
fix: Treat `true` and `false` as reserved words.
dbanty
committed
225487a
View commit details
Copy full SHA for 225487a
View code at this point
Browse repository at this point
fix: Prevent generating Python files named the same as reserved / key words.
dbanty
committed
a95fa64
View commit details
Copy full SHA for a95fa64
View code at this point
Browse repository at this point
feat: Expose `python_identifier` and `class_name` functions to custom templates to rename with the same behavior as the parser.
dbanty
committed
8b2849d
View commit details
Copy full SHA for 8b2849d
View code at this point
Browse repository at this point
fix: Properly replace reserved words in class and module names [#475, #476]. Thanks @mtovts!
dbanty
committed
f04ce5b
View commit details
Copy full SHA for f04ce5b
View code at this point
Browse repository at this point
ci: Add Pylint (#472)
Show description for fc39b40
dbanty
authored
fc39b40
View commit details
Copy full SHA for fc39b40
View code at this point
Browse repository at this point
Commits on Aug 15, 2021
feat: Allow path parameters to be positional args [#429 & #464]. Thanks @tsotnikov!
Show description for 9d991ec
dbanty
and
tsotnikov
authored
9d991ec
View commit details
Copy full SHA for 9d991ec
View code at this point
Browse repository at this point
feat: Include both `UNSET` and `None` static types for nullable or optional query params [#421, #380, #462]. Thanks @forest-benchling!
dbanty
authored
c5293bf
View commit details
Copy full SHA for c5293bf
View code at this point
Browse repository at this point
fix: Parameters from `PathItem` can now be overriden in `Operation` [#458 & #457]. Thanks @mtovts!
mtovts
authored
53cdd94
View commit details
Copy full SHA for 53cdd94
View code at this point
Browse repository at this point
Commits on Aug 1, 2021
feat: Allow allOf enums to be subsets of one another or their base types [#379, #423, #461]. Thanks @forest-benchling! (#461)
Show description for 0ca21aa
dbanty
and
forest-benchling
authored
0ca21aa
View commit details
Copy full SHA for 0ca21aa
View code at this point
Browse repository at this point
Commits on Jul 10, 2021
fix: Support multipart requests with type: array [#452 & #451]. Thanks @csymeonides-mf @slamora and @dpursehouse
csymeonides-mf
authored
2cc22a7
View commit details
Copy full SHA for 2cc22a7
View code at this point
Browse repository at this point
Commits on Jul 5, 2021
fix!: Normalize generated module names to allow more tags [#428 & #448]. Thanks @iamnoah & @forest-benchling!
Show description for 457ebca
dbanty
authored
457ebca
View commit details
Copy full SHA for 457ebca
View code at this point
Browse repository at this point
Commits on Jul 2, 2021
fix(generator): Treat empty schemas like `Any` instead of `None`. Thanks @forest-benchling! [#417 & #445]
Show description for 0056677
dbanty
and
forest-benchling
authored
0056677
View commit details
Copy full SHA for 0056677
View code at this point
Browse repository at this point
Commits on Jun 28, 2021
feat: Allow custom templates for API and endpoint `__init__` files. [#442] Thanks @p1-ra!
Show description for 605c246
3 people
authored
605c246
View commit details
Copy full SHA for 605c246
View code at this point
Browse repository at this point
Commits on Jun 14, 2021
feat!:Allow more types in multipart payloads by defaulting to JSON for complex types (#372). Thanks @csymeonides-mf!
Show description for 1e3b165
2 people
authored and
dbanty
committed
1e3b165
View commit details
Copy full SHA for 1e3b165
View code at this point
Browse repository at this point
fix(generator)!: Improved the consistency of snake_cased identifiers which will cause some to be renamed [#413][#432]. Thanks @ramnes!
ramnes
authored and
dbanty
committed
6d4477f
View commit details
Copy full SHA for 6d4477f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.