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): bump modal from 0.61.109 to 0.64.4 #49

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Bumps modal from 0.61.109 to 0.64.4.

Changelog

Sourced from modal's changelog.

Changelog

This changelog documents user-facing updates (features, enhancements, fixes, and deprecations) to the modal client library. Patch releases are made on every change.

The client library is still in pre-1.0 development, and sometimes breaking changes are necessary. We try to minimize them and publish deprecation warnings / migration guides in advance, typically providing a transition window of several months.

We appreciate your patience while we speedily work towards a stable release of the client.

Latest

0.64.2 (2024-08-02)

  • Volumes can now be mounted to an ad hoc modal shell session:

    modal shell --volume my-vol-name
    

    When the shell starts, the volume will be mounted at /mnt/my-vol-name. This may be helpful for shell-based exploration or manipulation of volume contents.

    Note that the option can be used multiple times to mount additional models:

    modal shell --volume models --volume data
    

0.64.0 (2024-07-29)

  • App deployment events are now atomic, reducing the risk that a failed deploy will leave the App in a bad state.

0.63.87 (2024-07-24)

  • The _experimental_boost argument can now be removed. Boost is now enabled on all modal Functions.

0.63.77 (2024-07-18)

  • Setting _allow_background_volume_commits is no longer necessary and has been deprecated. Remove this argument in your decorators.

0.63.36 (2024-07-05)

... (truncated)

Commits
  • b3c3b7e [auto-commit] [skip ci] Bump the build number
  • 497c8e6 fix: cannot import text_unidecode, nemo-toolkit (#2068)
  • f970422 [auto-commit] [skip ci] Bump the build number
  • 59c66e2 Fix broken doc comment again (#2069)
  • 1f485d8 [auto-commit] [skip ci] Bump the build number
  • feb0342 Add a --volume flag to modal shell (#2067)
  • 525b88b [skip ci] Fix docstring for forward() (#2054)
  • 6a0265d [auto-commit] [skip ci] Bump the build number
  • 662d2a9 Re-release of atomic deployments through AppPublish (#2066)
  • 1d58709 [auto-commit] [skip ci] Bump the build number
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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)

Bumps [modal](https://github.com/modal-labs/modal-client) from 0.61.109 to 0.64.4.
- [Changelog](https://github.com/modal-labs/modal-client/blob/main/CHANGELOG.md)
- [Commits](modal-labs/modal-client@v0.61.109...v0.64.4)

---
updated-dependencies:
- dependency-name: modal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 5, 2024
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.

0 participants