Skip to content
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
wants to merge 51 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 26, 2023

Bumps mypy from 0.982 to 1.4.1.

Commits

Dependabot compatibility score

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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

packyg and others added 30 commits January 5, 2021 12:48
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.
jschlaakhs and others added 21 commits April 4, 2022 10:16
…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
* 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 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
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants