-
-
Notifications
You must be signed in to change notification settings - Fork 251
Release 0.6.0 #172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.6.0 #172
Conversation
…ds / documentation / metadata
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good so far!
T = TypeVar("T") | ||
|
||
|
||
@dataclass |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason why this is a dataclass
instead of an attr.s
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just haven't converted anything except the client yet. I plan to convert both generated classes and those used internally before 0.6.0 is done.
Codecov Report
@@ Coverage Diff @@
## main #172 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 41 41
Lines 1276 1280 +4
=========================================
+ Hits 1276 1280 +4
Continue to review full report at Codecov.
|
…IntEnum properties.
d19ffb2
to
a0ba0e7
Compare
…t in end to end tests.
* Added auto_attribs=True to Client classes * Update openapi_python_client/templates/client.pyi Co-authored-by: Dylan Anthony <43723790+dbanty@users.noreply.github.com> * Regenerated the golden record * Regenerated golden record one more time Co-authored-by: Ethan Mann <emann@triaxtec.com> Co-authored-by: Dylan Anthony <43723790+dbanty@users.noreply.github.com>
This should be ready to go pending final approval. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excited for this to finally be released!
… add in local config
…ll allow the httpx library to ignore the ssl errors generated by the self-signed cert on the mirth appliances. Also updated the Typer and httpx libraries to the latest versions. Now we're back to having the problem with missing "description" fields in the original Mirth OAS file
Squashed commit of the following: commit b27bef9 Author: Carl Marshall <carl.marshall@ouh.nhs.uk> Date: Mon Dec 23 15:21:05 2024 +0000 Fixes AB#172 - missed the AB ref off of the previous commit message. commit a89de86 Author: Carl Marshall <carl.marshall@ouh.nhs.uk> Date: Mon Dec 23 15:18:52 2024 +0000 Fixes openapi-generators#172 - Added an "insecure" cli option that will allow the httpx library to ignore the ssl errors generated by the self-signed cert on the mirth appliances. Also updated the Typer and httpx libraries to the latest versions. Now we're back to having the problem with missing "description" fields in the original Mirth OAS file commit 84efd41 Author: Carl Marshall <carl.marshall@ouh.nhs.uk> Date: Mon Dec 23 14:42:00 2024 +0000
Do not merge. Some changes are still in progress, I'm just hoping to get code reviews started early since it's a pretty big change.