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 }}
MalteBecker
/
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 Dec 16, 2021
fix: Relative paths to config files [#538 & #544]. Thanks to @motybz, @MalteBecker, & @abhinav-cashify!
Show description for 5fa736a
dbanty
authored
5fa736a
View commit details
Copy full SHA for 5fa736a
Browse repository at this point
feat: Support httpx 0.21.* (#537)
Show description for 206d2f7
3 people
authored
206d2f7
View commit details
Copy full SHA for 206d2f7
Browse repository at this point
Commits on Nov 10, 2021
docs: explain difference between update and generate (#536)
jpoehnelt
authored
ccf1fab
View commit details
Copy full SHA for ccf1fab
Browse repository at this point
Commits on Oct 31, 2021
chore: Prep 0.10.7 release
dbanty
committed
1c5110c
View commit details
Copy full SHA for 1c5110c
Browse repository at this point
fix: SSL verify argument to async clients [#533 & #510]. Thanks @fsvenson and @mvaught02!
dbanty
authored
b6b5896
View commit details
Copy full SHA for b6b5896
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
Browse repository at this point
Commits on Oct 25, 2021
chore: Prep 0.10.6 release
dbanty
committed
4a7a8ee
View commit details
Copy full SHA for 4a7a8ee
Browse repository at this point
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
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
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
Browse repository at this point
docs: Remove some stale references to Triax. (#518)
dbanty
authored
8802e7e
View commit details
Copy full SHA for 8802e7e
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
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
Browse repository at this point
chore(deps): update dependency types-dataclasses to ^0.6.0 (#511)
renovate[bot]
authored
2f82310
View commit details
Copy full SHA for 2f82310
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
Browse repository at this point
ci: Test on Python 3.10 [#468, #470]
dbanty
authored
94838ba
View commit details
Copy full SHA for 94838ba
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
Browse repository at this point
Commits on Sep 26, 2021
chore: Prep 0.10.5 release
dbanty
committed
a46c05a
View commit details
Copy full SHA for a46c05a
Browse repository at this point
fix: Properly label a path template issue as a warning (#494). Thanks @chamini2!
dbanty
authored
54f819d
View commit details
Copy full SHA for 54f819d
Browse repository at this point
fix: Don't allow mixed types in enums.
dbanty
committed
2d4365c
View commit details
Copy full SHA for 2d4365c
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
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
Browse repository at this point
docs: Remove openapi generation python2 compatibility claim (#499). Thanks @rtaycher!
Show description for 5708074
rtaycher
and
dbanty
authored
5708074
View commit details
Copy full SHA for 5708074
Browse repository at this point
Commits on Sep 5, 2021
chore: Prep 0.10.4 release
dbanty
committed
6108b97
View commit details
Copy full SHA for 6108b97
Browse repository at this point
chore(deps): update dependency types-certifi to v2020 (#485)
Show description for e60ffb7
3 people
authored
e60ffb7
View commit details
Copy full SHA for e60ffb7
Browse repository at this point
feat: Allow customization of post-generation steps with the `post_hooks` config option.
dbanty
committed
0e940fd
View commit details
Copy full SHA for 0e940fd
Browse repository at this point
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
Browse repository at this point
Commits on Sep 2, 2021
chore(deps): update dependency types-python-dateutil to v2 (#486)
Show description for 367487d
renovate[bot]
and
renovate-bot
authored
367487d
View commit details
Copy full SHA for 367487d
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
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
Browse repository at this point
chore(deps): Allow importlib_metadata 3.* and 4.* (#482)
Show description for 91db3d2
3 people
authored
91db3d2
View commit details
Copy full SHA for 91db3d2
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
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
Browse repository at this point
Commits on Aug 16, 2021
chore: Prep 0.10.3 release
dbanty
committed
abce4b9
View commit details
Copy full SHA for abce4b9
Browse repository at this point
fix: Treat `true` and `false` as reserved words.
dbanty
committed
225487a
View commit details
Copy full SHA for 225487a
Browse repository at this point
Previous
Next
You can’t perform that action at this time.