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
.
solute
/
openapi-python-generator
Public
forked from
MarcoMuellner/openapi-python-generator
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 Mar 15, 2024
Merge pull request #65 from ITJamie/patch-1
Show description for 390ce1a
MarcoMuellner
authored
390ce1a
View commit details
Copy full SHA for 390ce1a
Browse repository at this point
dont put hypens in variable names
Show description for 217bbf1
ITJamie
authored
217bbf1
View commit details
Copy full SHA for 217bbf1
Browse repository at this point
Commits on Jan 25, 2024
chore: Updated version
MarcoMuellner
committed
7367aac
View commit details
Copy full SHA for 7367aac
Browse repository at this point
Merge pull request #60 from stufisher/basic-customisation
Show description for cc7bbf5
MarcoMuellner
authored
cc7bbf5
View commit details
Copy full SHA for cc7bbf5
Browse repository at this point
Commits on Jan 18, 2024
refactor for cli
stufisher
committed
c75606a
View commit details
Copy full SHA for c75606a
Browse repository at this point
Commits on Dec 22, 2023
basic template customisation
stufisher
committed
92b3ce1
View commit details
Copy full SHA for 92b3ce1
Browse repository at this point
Merge pull request #59 from stufisher/differentiate-null-none-types
Show description for 568677b
MarcoMuellner
authored
568677b
View commit details
Copy full SHA for 568677b
Browse repository at this point
Commits on Dec 20, 2023
differentiate between a type being null and undefined/None
stufisher
committed
e4d6ebf
View commit details
Copy full SHA for e4d6ebf
Browse repository at this point
Commits on Oct 25, 2023
Merge pull request #54 from MarcoMuellner/51-openapi-python-generator-exits-prematurely-with-exception-operationid-is-not-defined-for-get
Show description for b5fc4d1
MarcoMuellner
authored
b5fc4d1
View commit details
Copy full SHA for b5fc4d1
Browse repository at this point
chore: Fixed formatting
Marco Müllner
committed
24a9504
View commit details
Copy full SHA for 24a9504
Browse repository at this point
chore: Moved to old syntax for optional fields
Marco Müllner
committed
fa02681
View commit details
Copy full SHA for fa02681
Browse repository at this point
feat: Using operation and path name for operation id if no operation id is passed
Marco Müllner
committed
353509a
View commit details
Copy full SHA for 353509a
Browse repository at this point
Commits on Sep 18, 2023
Merge pull request #53 from lettuce-financial/handle-null
Show description for f79bae1
MarcoMuellner
authored
f79bae1
View commit details
Copy full SHA for f79bae1
Browse repository at this point
Commits on Sep 16, 2023
Convert null to None, not Any
jessemyers-lettuce
committed
60043aa
View commit details
Copy full SHA for 60043aa
Browse repository at this point
Merge pull request #49 from lettuce-financial/uppercase-enums
Show description for 1a18cef
MarcoMuellner
authored
1a18cef
View commit details
Copy full SHA for 1a18cef
Browse repository at this point
Commits on Sep 5, 2023
Use uppercase enum keys.
Show description for 48f894d
jessemyers-lettuce
committed
48f894d
View commit details
Copy full SHA for 48f894d
Browse repository at this point
chore: Updated version
MarcoMuellner
authored
8d1d695
View commit details
Copy full SHA for 8d1d695
Browse repository at this point
Merge pull request #47 from oshmoun/main
Show description for 600a039
MarcoMuellner
authored
600a039
View commit details
Copy full SHA for 600a039
Browse repository at this point
Commits on Aug 31, 2023
normalize model names to avoid invalid characters in classes and imports
oshmoun
committed
b6c650e
View commit details
Copy full SHA for b6c650e
Browse repository at this point
Commits on Aug 17, 2023
Merge pull request #44 from crossk3/kcross-patch-invalid-service-names
Show description for ea12f97
MarcoMuellner
authored
ea12f97
View commit details
Copy full SHA for ea12f97
Browse repository at this point
Commits on Aug 16, 2023
fix: stop generating invalid service module names
crossk3
committed
18b58c0
View commit details
Copy full SHA for 18b58c0
Browse repository at this point
Commits on Jul 4, 2023
Pushed version
MarcoMuellner
committed
86dc4b8
View commit details
Copy full SHA for 86dc4b8
Browse repository at this point
Merge pull request #42 from MarcoMuellner/41-httpx-client-stub-is-broken-in-version-046
Show description for 188c0a2
MarcoMuellner
authored
188c0a2
View commit details
Copy full SHA for 188c0a2
Browse repository at this point
:fix: flake8 fixes
MarcoMuellner
committed
9bf42ee
View commit details
Copy full SHA for 9bf42ee
Browse repository at this point
:fix: Adapted httpx to not use json.dumps for json field
MarcoMuellner
committed
10bb98e
View commit details
Copy full SHA for 10bb98e
Browse repository at this point
Commits on Jun 16, 2023
Pushed version
MarcoMuellner
committed
6366b19
View commit details
Copy full SHA for 6366b19
Browse repository at this point
Merge pull request #40 from MarcoMuellner/39-fix-pypi-issues
Show description for 522d3b3
MarcoMuellner
authored
522d3b3
View commit details
Copy full SHA for 522d3b3
Browse repository at this point
:fix: Updating poetry
MarcoMuellner
committed
39d91b2
View commit details
Copy full SHA for 39d91b2
Browse repository at this point
Merge pull request #37 from viennadd/main
Show description for 0dd773d
MarcoMuellner
authored
0dd773d
View commit details
Copy full SHA for 0dd773d
Browse repository at this point
Commits on Jun 15, 2023
Filter illegal characters & keyword parameter names
viennadd
authored and
vienna
committed
968a43e
View commit details
Copy full SHA for 968a43e
Browse repository at this point
Commits on Jun 12, 2023
Merge pull request #35 from alliefitter/support_uuid_format
Show description for 104206e
MarcoMuellner
authored
104206e
View commit details
Copy full SHA for 104206e
Browse repository at this point
Commits on Jun 9, 2023
Added support for UUID formatted string when using orjson.
Allie Fitter
committed
316f2f7
View commit details
Copy full SHA for 316f2f7
Browse repository at this point
Commits on Mar 27, 2023
Merge remote-tracking branch 'origin/main'
MarcoMuellner
committed
a47d899
View commit details
Copy full SHA for a47d899
Browse repository at this point
:feat: Quickrelease for httpx bug
MarcoMuellner
committed
caafc5b
View commit details
Copy full SHA for caafc5b
Browse repository at this point
Commits on Mar 14, 2023
Merge pull request #28 from kszakharov/patch-1
Show description for 8580822
MarcoMuellner
authored
8580822
View commit details
Copy full SHA for 8580822
Browse repository at this point
Previous
Next
You can’t perform that action at this time.