Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 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)

@dependabot dependabot bot requested a review from fvaleye as a code owner November 18, 2024 08:39
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 18, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/asyncer-0.0.8 branch from b604683 to 78de501 Compare November 18, 2024 11:00
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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/asyncer-0.0.8 branch from 78de501 to a3c3f98 Compare November 20, 2024 16:16
@fvaleye fvaleye merged commit 2688ae4 into main Dec 16, 2024
8 checks passed
@fvaleye fvaleye deleted the dependabot/pip/asyncer-0.0.8 branch December 16, 2024 12:53
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.

2 participants