Skip to content

chore(deps): bump modal from 0.64.192 to 0.72.14#368

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/modal-0.72.14
Closed

chore(deps): bump modal from 0.64.192 to 0.72.14#368
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/modal-0.72.14

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 15, 2025

Copy link
Copy Markdown
Contributor

Bumps modal from 0.64.192 to 0.72.14.

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.72.8 (2025-01-10)

  • Fixes a bug introduced in v0.72.2 when specifying add_python="3.9" in Image.from_registry.

0.72.0 (2025-01-09)

  • The default behaviorImage.from_dockerfile() and image.dockerfile_commands() if no parameter is passed to ignore will be to automatically detect if there is a valid dockerignore file in the current working directory or next to the dockerfile following the same rules as dockerignore does using docker commands. Previously no patterns were ignored.

0.71.13 (2025-01-09)

  • FilePatternMatcher has a new constructor from_file which allows you to read file matching patterns from a file instead of having to pass them in directly, this can be used for Image methods accepting an ignore parameter in order to read ignore patterns from files.

0.71.11 (2025-01-08)

  • Modal Volumes can now be renamed via the CLI (modal volume rename) or SDK (modal.Volume.rename).

0.71.7 (2025-01-08)

  • Adds Image.from_id, which returns an Image object from an existing image id.

0.71.1 (2025-01-06)

  • Sandboxes now support fsnotify-like file watching:
from modal.file_io import FileWatchEventType
app = modal.App.lookup("file-watch", create_if_missing=True)
sb = modal.Sandbox.create(app=app)
</tr></table>

... (truncated)

Commits
  • 00bf226 [auto-commit] [skip ci] Bump the build number
  • 6e1e498 Fix state for detached (disconnected) Apps in modal app list (#2760)
  • 303f67b [auto-commit] [skip ci] Bump the build number
  • 580929c Remove fallbacks related to container arguments (#2721)
  • 1701ff7 [auto-commit] [skip ci] Bump the build number
  • df896c3 Accept string path to FilePatternMatcher.from_file (#2758)
  • 88c30d3 [auto-commit] [skip ci] Bump the build number
  • b7c5fbb CLI-227: Add deprecation warnings for mount methods on images (#2756)
  • 864ccbe [auto-commit] [skip ci] Bump the build number
  • 7ac8483 Fix formatting on modal shell docs (#2757)
  • 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.64.192 to 0.72.14.
- [Changelog](https://github.com/modal-labs/modal-client/blob/main/CHANGELOG.md)
- [Commits](modal-labs/modal-client@v0.64.192...v0.72.14)

---
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 dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 15, 2025
@dependabot @github

dependabot Bot commented on behalf of github Jan 16, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #375.

@dependabot dependabot Bot closed this Jan 16, 2025
@dependabot dependabot Bot deleted the dependabot/pip/modal-0.72.14 branch January 16, 2025 06:29
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants