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.54 to 0.62.141 #26

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps modal from 0.61.54 to 0.62.141.

Changelog

Sourced from modal's changelog.

0.62.141 (2024-05-03)

  • Deprecated the Image.conda constructor and the Image.conda_install / Image.conda_update_from_environment methods. Conda-based images had a number of tricky issues and were generally slower and heavier than images based on micromamba, which offers a similar featureset and can install packages from the same repositories.
  • Added the spec_file parameter to allow Image.micromamba_install to install dependencies from a local file. Note that micromamba supports conda yaml syntax along with simple text files.

0.62.131 (2024-05-01)

  • Added a deprecation warning when object names are invalid. This applies to Dict, NetworkFileSystem, Secret, Queue, and Volume objects. Names must be shorter than 64 characters and may contain only alphanumeric characters, dashes, periods, and underscores. These rules were previously enforced, but the check had inadvertently been dropped in a recent refactor. Please update the names of your objects and transfer any data to retain access, as invalid names will become an error in a future release.

0.62.130 (2024-05-01)

  • Added a command-line interface for interacting with modal.Queue objects. Run modal queue --help in your terminal to see what is available.

0.62.116 (2024-04-26)

  • Added a command-line interface for interacting with modal.Dict objects. Run modal dict --help in your terminal to see what is available.

0.62.114 (2024-04-25)

  • Secret.from_dotenv now accepts an optional filename keyword argument:

    @app.function(secrets=[modal.Secret.from_dotenv(filename=".env-dev")])
    def run():
        ...

0.62.110 (2024-04-25)

  • Passing a glob ** argument to the modal volume get CLI has been deprecated — instead, simply download the desired directory path, or / for the entire volume.
  • Volume.listdir() no longer takes trailing glob arguments. Use recursive=True instead.
  • modal volume get and modal nfs get performance is improved when downloading a single file. They also now work with multiple files when outputting to stdout.
  • Fixed a visual bug where modal volume get on a single file will incorrectly display the destination path.

0.62.109 (2024-04-24)

  • Improved feedback for deserialization failures when objects are being transferred between local / remote environments.

... (truncated)

Commits
  • 3997ac6 [auto-commit] [skip ci] Bump the build number
  • 8c5b566 Deprecate conda-based images; improve micromamba support (#1788)
  • c15f6a9 [auto-commit] [skip ci] Bump the build number
  • 84ae4a3 (Try to) get client packages published post-automerge (#1791)
  • 4d03618 Add proto field to support a global image failsafe (#1790)
  • 7d02937 [auto-commit] [skip ci] Bump the build number
  • f693a7d refactor: 'checkpoint' to 'memory snapshot' renaming (#1787)
  • 3372f7a [auto-commit] [skip ci] Bump the build number
  • cec6462 Unhide modal setup from CLI help (#1786)
  • 3c796e8 [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.54 to 0.62.141.
- [Changelog](https://github.com/modal-labs/modal-client/blob/main/CHANGELOG.md)
- [Commits](modal-labs/modal-client@v0.61.54...v0.62.141)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 6, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 12, 2024

Superseded by #27.

@dependabot dependabot bot closed this May 12, 2024
@dependabot dependabot bot deleted the dependabot/pip/modal-0.62.141 branch May 12, 2024 08:25
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