forked from openapi-generators/openapi-python-client
-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(deps-dev): bump mypy from 0.982 to 1.4.1 #208
Open
dependabot
wants to merge
51
commits into
main
Choose a base branch
from
dependabot/pip/mypy-1.4.1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collapses the child elements into one, without class heirarchy, mixins, etc This is a replaying of 2670d11 (first implementation) and 9f5b95a (a bugfix) onto the new `main-v.0.7.0`, modified for the refactored upstream. This should bring `main-v.0.7.1` up to par with `main` for the features we implemented in our fork (dropping our `Unset` implementation for theirs)
Add support for generating setup.py and the initially generated one
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 <43723790+dbanty@users.noreply.github.com> Co-authored-by: Dylan Anthony <43723790+dbanty@users.noreply.github.com>
…-22940 (#77) Upstream generates the client this way, and in a parallel benchling-sdk ticket we'll be doing a conversion to UNSET for None parameters in the service layer. Making this change in the fork in the meantime will keep us in a good state.
To enable adding docstrings to python members in a generated way from the OpenAPI spec, add the description member to Property objects (which have been already parsed by the generator just not included in templates).
#87) The bulk of logic for this change is in benchling/benchling-sdk#180. This change adds knowledge of type mappings in the union property type for usage downstream.
… component BNCH-37105 (#108)
…inx documentation library in Benchling SDK (#112)
* bumped importlib_metadata version to >=4.4 to fix a conflict with Sphinx documentation library in Benchling SDK * fixed unintentional updates
* fix: Upgraded Jinja2 version to 3.x.x CEPLAT-477 * rebased and cleaned up poetry.lock
…api-client BNCH-37249 (#118) * feat: Added support for text/yaml in OpenAPI to be used in benchling-api-client BNCH-37249 * Fixed all tests * Added yaml parse * Added yaml body to mimic json object * Added logic for proper parsing * renamed yaml to be a json object on return package * Updated test for yaml parsing changes * Uses ruamel.yaml instead of yaml for parsing * Updated tests
…el.yaml BNCH-37249 (#120)
* chore: Ran gen-setuppy to update openapi setup.py BNCH-42828 * Updated readme * Added note on package version * Added a sed statement to update package name on build
* add discriminator * initialize discriminator mappings * getter for discriminator python_name * remove unused method * fix discriminator.mapping null case * more inline discriminator properties * add discriminator_property.pyi * move discriminator property over to aurelia * handle unknowntype for discriminator properties * walk oneOf as well as anyOf references * add parsing of toplevel UnionProperty * support toplevel unionProperty * add nested parameter to construct macro
Rev the attrs package to unblock 22 in SDK.
Bumps [mypy](https://github.com/python/mypy) from 0.982 to 1.4.1. - [Commits](python/mypy@v0.982...v1.4.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Jun 26, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps mypy from 0.982 to 1.4.1.
Commits
3534bac
Remove +dev from versionf36ea01
Fix async iterator body stripping (#15491)ba7887b
Revert "Fix spurious errors on builtins.open (#15161)" (#15508)16fe5da
Fix readthedocs build (#15437)9b327d1
Use consistent anchors for error codes (#15435)32abe02
docs: ref redirector (#15432)e5a5b33
Unbreak CI (#15505)81d01aa
Fix PEP 561 editable install test case (#15493)eba351e
Add pip as test requirement for PEP 660 editable installs (#15482)9faffe8
Bump typing_extensions dependency (#15488)You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)