-
-
Notifications
You must be signed in to change notification settings - Fork 227
Lower version requirements for python-dateutil in generated client #298 #299
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
Lower version requirements for python-dateutil in generated client #298 #299
Conversation
Codecov Report
@@ Coverage Diff @@
## main #299 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 46 46
Lines 1348 1348
=========================================
Hits 1348 1348 Continue to review full report at Codecov.
|
@dbanty I changed it in the templates for the generated client but not in the root |
FYI @packyg |
Co-authored-by: Dylan Anthony <[email protected]>
Looks great, I love a nice easy code review in the morning |
Thanks for your help and being so obliging! 🙌 |
openapi-generators#298 (openapi-generators#299) * Lower version requirements for python-dateutil in generated client openapi-generators#298 * Update CHANGELOG.md Co-authored-by: Dylan Anthony <[email protected]> Co-authored-by: Dylan Anthony <[email protected]>
openapi-generators#298 (openapi-generators#299) * Lower version requirements for python-dateutil in generated client openapi-generators#298 * Update CHANGELOG.md Co-authored-by: Dylan Anthony <[email protected]> Co-authored-by: Dylan Anthony <[email protected]>
The generated client now features a slightly more permissive version of
python-dateutil
to reduce dependency conflicts with some other projects. #298