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

Bump asyncer from 0.0.7 to 0.0.8 #219

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps asyncer from 0.0.7 to 0.0.8.

Release notes

Sourced from asyncer's releases.

0.0.8

Refactors

  • ♻️ Deprecate asyncify(cancellable=True) in favor of asyncify(abandon_on_cancel=True), following AnyIO 4.1.0. PR #202 by @​tiangolo.
  • ♻️ Import anyio.from_thread and anyio.to_thread explicitly. PR #201 by @​tiangolo.
  • ♻️ Update asyncify to wrap the function with functools.wraps like the other functions. PR #84 by @​Gowee.

Docs

  • 📝 Add docs references to FastAPI's docs on virtual environments and new contributing guide. PR #200 by @​tiangolo.
  • 📝 Add docs about repo management and team. PR #184 by @​tiangolo.

Internal

Changelog

Sourced from asyncer's changelog.

0.0.8

Refactors

  • ♻️ Deprecate asyncify(cancellable=True) in favor of asyncify(abandon_on_cancel=True), following AnyIO 4.1.0. PR #202 by @​tiangolo.
  • ♻️ Import anyio.from_thread and anyio.to_thread explicitly. PR #201 by @​tiangolo.
  • ♻️ Update asyncify to wrap the function with functools.wraps like the other functions. PR #84 by @​Gowee.

Docs

  • 📝 Add docs references to FastAPI's docs on virtual environments and new contributing guide. PR #200 by @​tiangolo.
  • 📝 Add docs about repo management and team. PR #184 by @​tiangolo.

Internal

Commits
  • 01c06e6 🔖 Release version 0.0.8
  • a9c2587 📝 Update release notes
  • 917f339 ♻️ Deprecate asyncify(cancellable=True) in favor of `asyncify(abandon_on_ca...
  • 07f335a 📝 Update release notes
  • 54b4872 ♻️ Import anyio.from_thread and anyio.to_thread explicitly (#201)
  • a208b7d 📝 Update release notes
  • d4ee510 📝 Update release notes
  • dcdb538 📝 Update release notes
  • 3ed7171 ♻️ Update asyncify to wrap the function with functools.wraps like the oth...
  • 7db66df ⬆ Bump actions/cache from 3 to 4 (#114)
  • 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 [asyncer](https://github.com/fastapi/asyncer) from 0.0.7 to 0.0.8.
- [Release notes](https://github.com/fastapi/asyncer/releases)
- [Changelog](https://github.com/fastapi/asyncer/blob/main/docs/release-notes.md)
- [Commits](fastapi/asyncer@0.0.7...0.0.8)

---
updated-dependencies:
- dependency-name: asyncer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 16, 2024
Copy link
Author

dependabot bot commented on behalf of github Sep 17, 2024

Looks like asyncer is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Sep 17, 2024
@dependabot dependabot bot deleted the dependabot/pip/asyncer-0.0.8 branch September 17, 2024 09:52
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