Skip to content

chore(deps): bump modal from 0.64.192 to 0.70.7#336

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps modal from 0.64.192 to 0.70.7.

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.70.1 (2024-12-27)

  • The sandbox filesystem API now accepts write payloads of sizes up to 1 GiB.

0.69.0 (2024-12-21)

  • Image.from_dockerfile() and image.dockerfile_commands() now auto-infer which files need to be uploaded based on COPY commands in the source if context_mount is omitted. The ignore= argument to these methods can be used to selectively omit files using a set of glob patterns.

0.68.53 (2024-12-20)

  • You can now point modal launch vscode at an arbitrary Dockerhub base image:

    modal launch vscode --image=nvidia/cuda:12.4.0-devel-ubuntu22.04

0.68.44 (2024-12-19)

  • You can now run GPU workloads on Nvidia L40S GPUs:

    @app.function(gpu="L40S")
    def my_gpu_fn():
        ...

0.68.43 (2024-12-19)

  • Fixed a bug introduced in v0.68.39 that changed the exception type raise when the target object for .from_name/.lookup methods was not found.

... (truncated)

Commits
  • 361a4b0 [auto-commit] [skip ci] Bump the build number
  • 43b1d50 fix: reject cluster of size zero (or less) (#2719)
  • 750dbbf [auto-commit] [skip ci] Bump the build number
  • 7a95406 Make the container_app classmethod internal (#2718)
  • 53cc76d [auto-commit] [skip ci] Bump the build number
  • 7eb6513 Add proto changes for lost inputs (#2717)
  • d55f6f6 [auto-commit] [skip ci] Bump the build number
  • ce4e96a Container app singleton (#2712)
  • 4ca850c [auto-commit] [skip ci] Bump the build number
  • c164251 Replace RunningApp.tag_to_object_id with function_ids and class_ids (#2...
  • 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.70.7.
- [Changelog](https://github.com/modal-labs/modal-client/blob/main/CHANGELOG.md)
- [Commits](modal-labs/modal-client@v0.64.192...v0.70.7)

---
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 3, 2025
@dependabot @github

dependabot Bot commented on behalf of github Jan 6, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #341.

@dependabot dependabot Bot closed this Jan 6, 2025
@dependabot dependabot Bot deleted the dependabot/pip/modal-0.70.7 branch January 6, 2025 06:36
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