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): bump shellingham from 1.5.0 to 1.5.4 #218
Open
dependabot
wants to merge
55
commits into
main
Choose a base branch
from
dependabot/pip/shellingham-1.5.4
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 [shellingham](https://github.com/sarugaku/shellingham) from 1.5.0 to 1.5.4. - [Release notes](https://github.com/sarugaku/shellingham/releases) - [Changelog](https://github.com/sarugaku/shellingham/blob/master/CHANGELOG.rst) - [Commits](sarugaku/shellingham@1.5.0...1.5.4) --- updated-dependencies: - dependency-name: shellingham dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Nov 15, 2024
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 shellingham from 1.5.0 to 1.5.4.
Release notes
Sourced from shellingham's releases.
Changelog
Sourced from shellingham's changelog.
Commits
cba059e
Release 1.5.4bbfe7fb
Merge pull request #83 from sarugaku:frostming/issue81778f76e
update the tox.ini17c90c6
update the lockfile319c7f2
fix: always detect the host shell on MacOSe5bdc07
Bump certifi from 2021.5.30 to 2022.12.7 (#67)7c7a6f3
Merge pull request #82 from eamanu/fix-80e777f20
Fix test_get_shell test according to new codeb8ba512
Bump to 1.5.3ed3066f
Merge pull request #79 from sneakers-the-rat/bugfix-detect-procDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)