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 }}
anna239
/
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 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
fix: Prevent generating Python files named the same as reserved / key words.
dbanty
committed
a95fa64
View commit details
Copy full SHA for a95fa64
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
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
Browse repository at this point
ci: Disable checking Python 3.6
dbanty
authored
faef048
View commit details
Copy full SHA for faef048
Browse repository at this point
chore: Force reconfigure Renovate
dbanty
authored
069e831
View commit details
Copy full SHA for 069e831
Browse repository at this point
chore: Prep 0.10.2 release
dbanty
committed
94d4b69
View commit details
Copy full SHA for 94d4b69
Browse repository at this point
ci: Add Pylint (#472)
Show description for fc39b40
dbanty
authored
fc39b40
View commit details
Copy full SHA for fc39b40
Browse repository at this point
Commits on Aug 15, 2021
ci: Test on windows [#447 & #471]
Show description for 4072c47
dbanty
authored
4072c47
View commit details
Copy full SHA for 4072c47
Browse repository at this point
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
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
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
Browse repository at this point
Commits on Aug 12, 2021
docs: Update contact link in CODE_OF_CONDUCT.md
dbanty
authored
52eb8d0
View commit details
Copy full SHA for 52eb8d0
Browse repository at this point
Commits on Aug 7, 2021
chore(deps): update codecov/codecov-action action to v2 (#455)
Show description for c9979ee
renovate[bot]
and
renovate-bot
authored
c9979ee
View commit details
Copy full SHA for c9979ee
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
Browse repository at this point
Commits on Jul 10, 2021
chore: Prep 0.10.1 release
dbanty
committed
b857848
View commit details
Copy full SHA for b857848
Browse repository at this point
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
Browse repository at this point
Commits on Jul 5, 2021
chore: Prep 0.10.0 release
dbanty
committed
289787a
View commit details
Copy full SHA for 289787a
Browse repository at this point
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
Browse repository at this point
Commits on Jul 2, 2021
ci: Start testing on macOS (#446)
dbanty
authored
f19b582
View commit details
Copy full SHA for f19b582
Browse repository at this point
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
Browse repository at this point
Commits on Jun 30, 2021
chore(deps): update dependency typer-cli to ^0.0.12 (#443)
renovate[bot]
authored
84247e5
View commit details
Copy full SHA for 84247e5
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
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
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
Browse repository at this point
chore: Prep 0.9.2 release
dbanty
committed
6025331
View commit details
Copy full SHA for 6025331
Browse repository at this point
Commits on Jun 2, 2021
chore(deps): Upgrade Pydantic
dbanty
committed
2a85f43
View commit details
Copy full SHA for 2a85f43
Browse repository at this point
Commits on May 24, 2021
feat: Add option to fail on warning [#427]. Thanks @forest-benchling!
forest-benchling
authored
47a0e93
View commit details
Copy full SHA for 47a0e93
Browse repository at this point
fix(template): Properly strip out `UNSET` values from form data [#430]. Thanks @p1-ra!
Show description for 2421642
p1-ra
authored
2421642
View commit details
Copy full SHA for 2421642
Browse repository at this point
Commits on May 13, 2021
chore: Prep 0.9.1 release
dbanty
committed
0f58cfd
View commit details
Copy full SHA for 0f58cfd
Browse repository at this point
feat(parser): Allow references to non-object, non-enum types [#371][#418][#425]. Thanks @p1-ra!
Show description for 79acbf8
dbanty
and
Nementon
authored
79acbf8
View commit details
Copy full SHA for 79acbf8
Browse repository at this point
Commits on May 12, 2021
fix(parser): Prevent crash when providing a non-string default to a string attribute. Fixes #414 (#415)
dbanty
authored
fddf68a
View commit details
Copy full SHA for fddf68a
Browse repository at this point
fix: Deserialization of optional nullable properties when no value is returned from the API [#420 & #381]. Thanks @forest-benchling!
Show description for e708750
forest-benchling
authored
e708750
View commit details
Copy full SHA for e708750
Browse repository at this point
Soften black dependency. (#416)
christhekeele
authored
64f67fe
View commit details
Copy full SHA for 64f67fe
Browse repository at this point
Previous
Next
You can’t perform that action at this time.