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.62.224 #41

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2024

Bumps modal from 0.61.109 to 0.62.224.

Changelog

Sourced from modal's changelog.

0.62.224 (2024-06-17)

  • The modal app list command now reports apps created by modal app run or modal app serve as being in an "ephemeral" state rather than a "running" state to reduce confusion with deployed apps that are actively processing inputs.

0.62.223 (2024-06-14)

  • All modal CLI commands now accept -e as a short-form of --env

0.62.219 (2024-06-12)

  • Fix an issue with @web_server decorator not working on image builder version 2023.12

0.62.208 (2024-06-08)

  • @web_server endpoints can now return HTTP headers of up to 64 KiB in length. Previously, they were limited to 8 KiB due to an implementation detail.

0.62.201 (2024-06-04)

  • modal deploy now accepts a --tag optional parameter that allows you to specify a custom tag for the deployed version, making it easier to identify and manage different deployments of your app.

0.62.199 (2024-06-04)

  • web_endpoints now have the option to include interactive SwaggerUI/redoc docs by setting docs=True
  • web_endpoints no longer include an OpenAPI JSON spec route by default

0.62.197 (2024-05-31)

Adds Source to PyPI metadata

0.62.190 (2024-05-29)

  • modal.Function now supports requesting ephemeral disk (SSD) via the new ephemeral_disk parameter. Intended for use in doing large dataset ingestion and transform.

0.62.186 (2024-05-29)

... (truncated)

Commits
  • 11632b7 [auto-commit] [skip ci] Bump the build number
  • 2534f42 Replace 'running' terminology with 'ephemeral' for app state (#1909)
  • 43b048f Add a deprecation notice to FunctionStats.num_active_runners (#1910)
  • a6f4dfd [auto-commit] [skip ci] Bump the build number
  • eccb16d Accept -e as short form of --env in the CLI (#1908)
  • 189aab4 [auto-commit] [skip ci] Bump the build number
  • 736d73b Put checklists inside <details> in the PR template (#1906)
  • 5040337 [auto-commit] [skip ci] Bump the build number
  • 5ea0feb Run CI checks and tests on pull request (#1902)
  • 9f28202 [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.62.224.
- [Changelog](https://github.com/modal-labs/modal-client/blob/main/CHANGELOG.md)
- [Commits](modal-labs/modal-client@v0.61.109...v0.62.224)

---
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 Jun 17, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2024

Superseded by #43.

@dependabot dependabot bot closed this Jul 1, 2024
@dependabot dependabot bot deleted the dependabot/pip/modal-0.62.224 branch July 1, 2024 13:12
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