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 }}
ramnes
/
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
10
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
templates
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 5, 2021
fix: Prevent duplicate return types in generated api functions (#365)
Show description for bf575fb
dbanty
and
p1-ra
authored
bf575fb
View commit details
Copy full SHA for bf575fb
View code at this point
Browse repository at this point
Commits on Mar 22, 2021
fix: Allow passing data with files in multipart. (Fixes #351) (#355)
Show description for 72cb706
dbanty
authored
72cb706
View commit details
Copy full SHA for 72cb706
View code at this point
Browse repository at this point
Commits on Mar 15, 2021
fix: Deserialization of unions (#332). Thanks @forest-benchling!
Show description for f9f0963
forest-benchling
authored
f9f0963
View commit details
Copy full SHA for f9f0963
View code at this point
Browse repository at this point
Commits on Mar 4, 2021
chore(deps): Bump httpx from 0.16.1 to 0.17.0 (#341)
Show description for 0c2efd3
dependabot[bot]
and
dbanty
authored
0c2efd3
View commit details
Copy full SHA for 0c2efd3
View code at this point
Browse repository at this point
Commits on Feb 16, 2021
feat: Add support for cookie parameters (#326)
Show description for 2d305dd
dongfangtianyu
authored
2d305dd
View commit details
Copy full SHA for 2d305dd
View code at this point
Browse repository at this point
fix: Async example in generated README.md (#337)
Show description for 0d423e3
dbanty
authored
0d423e3
View commit details
Copy full SHA for 0d423e3
View code at this point
Browse repository at this point
Commits on Feb 10, 2021
feat: Serialize model query params (#316)
forest-benchling
authored
6e10751
View commit details
Copy full SHA for 6e10751
View code at this point
Browse repository at this point
fix(template): Fix deserialization of non-required properties (#334)
Show description for 351478f
forest-benchling
authored
351478f
View commit details
Copy full SHA for 351478f
View code at this point
Browse repository at this point
Commits on Feb 9, 2021
fix!: Omit any `None` passed as a query param in generated clients. Closes #285 (#331)
dbanty
authored
b2adc2c
View commit details
Copy full SHA for b2adc2c
View code at this point
Browse repository at this point
Commits on Feb 1, 2021
refactor: Renamed all templates to end in .jinja to resolve issues with latest mypy. (#320)
dbanty
authored
d76bae8
View commit details
Copy full SHA for d76bae8
View code at this point
Browse repository at this point
fix(client): Nullable and optional properties which are models (#315)
forest-benchling
authored
e1c6578
View commit details
Copy full SHA for e1c6578
View code at this point
Browse repository at this point
Commits on Jan 22, 2021
fix: Handle Unset Enums when deserializing (#306)
bowenwr
authored
aa6972c
View commit details
Copy full SHA for aa6972c
View code at this point
Browse repository at this point
Commits on Jan 14, 2021
fix: Lower version requirements for python-dateutil in generated client #298 (#299)
Show description for 93723dd
bowenwr
and
dbanty
authored
93723dd
View commit details
Copy full SHA for 93723dd
View code at this point
Browse repository at this point
Commits on Jan 12, 2021
feat(models): Change model from_dict from staticmethod to classmethod (#292)
forest-benchling
authored
701ea77
View commit details
Copy full SHA for 701ea77
View code at this point
Browse repository at this point
Commits on Jan 5, 2021
feat: Added ability to generate clients with no metadata or setup.py. Closes #120 (#275)
dbanty
authored
5625dde
View commit details
Copy full SHA for 5625dde
View code at this point
Browse repository at this point
Commits on Dec 21, 2020
Fix nullable dates (#277)
Show description for d8a9a59
dbanty
and
fyhertz
authored
d8a9a59
View commit details
Copy full SHA for d8a9a59
View code at this point
Browse repository at this point
Fix additionalProperty Union spacing and construction (#266) (#273)
Show description for 20eed9e
dbanty
and
packyg
authored
20eed9e
View commit details
Copy full SHA for 20eed9e
View code at this point
Browse repository at this point
Commits on Dec 9, 2020
Fix bug in model property template that was not handling unset properly (#262)
packyg
authored
2a239dd
View commit details
Copy full SHA for 2a239dd
View code at this point
Browse repository at this point
Commits on Dec 8, 2020
Update list of supported Python versions in Black config
dbanty
committed
0e26c27
View commit details
Copy full SHA for 0e26c27
View code at this point
Browse repository at this point
Fixed generated client min Python version (closes #258) (#261)
dbanty
authored
42fe727
View commit details
Copy full SHA for 42fe727
View code at this point
Browse repository at this point
Add additional property support by subscripting model (#252)
Show description for 3df7be3
packyg
authored
3df7be3
View commit details
Copy full SHA for 3df7be3
View code at this point
Browse repository at this point
Commits on Dec 6, 2020
Bugfix: Implement __str__ for enum props to fix query string (#259)
Show description for dee661a
packyg
authored
dee661a
View commit details
Copy full SHA for dee661a
View code at this point
Browse repository at this point
Commits on Nov 20, 2020
Update instructions in generated README.md to match new style of calling endpoints. Closes #247 (#248)
dbanty
authored
5cfcb0f
View commit details
Copy full SHA for 5cfcb0f
View code at this point
Browse repository at this point
Commits on Nov 18, 2020
Fixes to union properties (#241)
Show description for 103acab
packyg
authored
103acab
View commit details
Copy full SHA for 103acab
View code at this point
Browse repository at this point
Commits on Nov 10, 2020
Support inline object schemas (#236)
Show description for b3f13a0
dbanty
and
emann
authored
b3f13a0
View commit details
Copy full SHA for b3f13a0
View code at this point
Browse repository at this point
Commits on Nov 6, 2020
Better compatibility for "required" vs. "nullable" (#230)
Show description for 296ffb6
emann
and
dbanty
authored
296ffb6
View commit details
Copy full SHA for 296ffb6
View code at this point
Browse repository at this point
Commits on Sep 26, 2020
Added autoflake to generation and cleaned up a couple of flake8 issues. Closes #138
dbanty
committed
e8efab6
View commit details
Copy full SHA for e8efab6
View code at this point
Browse repository at this point
Update httpx and importlib_metadata
dbanty
committed
8af5023
View commit details
Copy full SHA for 8af5023
View code at this point
Browse repository at this point
Commits on Sep 21, 2020
Added auto_attribs=True to Client classes (#193)
Show description for 96172c2
emann
and
dbanty
authored
96172c2
View commit details
Copy full SHA for 96172c2
View code at this point
Browse repository at this point
Commits on Sep 6, 2020
Add support for Python 3.6 (fixes #154 & #137). Also add support for IntEnum properties.
dbanty
committed
a0ba0e7
View commit details
Copy full SHA for a0ba0e7
View code at this point
Browse repository at this point
Commits on Sep 4, 2020
Merge branch 'main' into release/0.6.0
dbanty
committed
03bc946
View commit details
Copy full SHA for 03bc946
View code at this point
Browse repository at this point
Remove trailing comma in endpoint_macros.pyi (#178)
Show description for 30edc56
dtkav
authored and
dbanty
committed
30edc56
View commit details
Copy full SHA for 30edc56
View code at this point
Browse repository at this point
Commits on Aug 29, 2020
Add support for no response or unsupported content types (closes #141)
dbanty
committed
7d061a4
View commit details
Copy full SHA for 7d061a4
View code at this point
Browse repository at this point
Commits on Aug 28, 2020
Support headers, cookies, and timeout config in Client.
dbanty
committed
fad604a
View commit details
Copy full SHA for fad604a
View code at this point
Browse repository at this point
Commits on Aug 26, 2020
Added detailed response functions, updated Black version.
dbanty
committed
f385be8
View commit details
Copy full SHA for f385be8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.