Skip to content

build(uv): bump fastcore from 1.14.5 to 2.1.0 - #1420

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/uv/fastcore-2.1.0
Open

build(uv): bump fastcore from 1.14.5 to 2.1.0#1420
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/uv/fastcore-2.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Bumps fastcore from 1.14.5 to 2.1.0.

Release notes

Sourced from fastcore's releases.

v2.1.0

New Features

  • Add back Python 3.10 support by replacing TaskGroup with asyncio.gather, and defer coroutine creation until semaphore is acquired (#853)

v2.0.6

New Features

  • Refactor nbio: replace apply_controls with clean_cli_output, make preferred_msg_out public (#851)

v2.0.5

New Features

  • Refactor nbio: replace apply_controls with clean_cli_output, make preferred_msg_out public (#851)

v2.0.4

New Features

  • mtime_policy now invalidates on any mtime change (#850)

v2.0.3

  • Fix dep

v2.0.2

New Features

  • Add needs_args support to flexicache policies; extend mtime_policy with arg param to watch call-argument files (#849)

v2.0.1

Breaking Changes

fastcore v2 removes or relocates a number of APIs that now have better alternatives. If you use from fastcore.utils import * (or fastcore.all), most of these changes won't affect you.

The breaking changes: Param is gone from fastcore.script; use plain type annotations with docments, or typing.Annotated[type, "help"], optionally with a dict of argparse arguments for advanced features. L's starmap, starfilter, and the other star*/rstar* methods are replaced by the star and rstar function adapters, which compose with every L method (e.g. t.map(star(f))); relatedly, spread is replaced by star, and dspread is renamed to dstar. Async helpers now live in the new fastcore.aio module: run_sync, iter_sync, and ctx_sync moved there from net, and maybe_await, then, mapa, acache, reawaitable, is_async_callable, and the other async utilities moved there from xtras. Config and the config file functions moved from foundation to xtras. fastcore.net lost its request builders (urlrequest, urlsend, do_request, urlcheck) and clean_type_str is gone. parallel_gen moved to fastai. Python 3.11 or later is now required.

If you need the old APIs, pin fastcore<2.

New Features

  • fastcore v2 (#847)
  • Replace Param class with typing.Annotated for CLI param annotations in fastcore.script (#845)
  • Add msg param to expect_fail, prefer it over test_fail in docs/tests (#844)

v2.0.0

Breaking Changes

fastcore v2 removes or relocates a number of APIs that now have better alternatives. If you use from fastcore.utils import * (or fastcore.all), most of these changes won't affect you.

The breaking changes: Param is gone from fastcore.script; use plain type annotations with docments, or typing.Annotated[type, "help"], optionally with a dict of argparse arguments for advanced features. L's starmap, starfilter, and the other star*/rstar* methods are replaced by the star and rstar function adapters, which compose with every L method (e.g. t.map(star(f))); relatedly, spread is replaced by star, and dspread is renamed to dstar. Async helpers now live in the new fastcore.aio module: run_sync, iter_sync, and ctx_sync moved there from net, and maybe_await, then, mapa, acache, reawaitable, is_async_callable, and the other async utilities moved there from xtras. Config and the config file functions moved from foundation to xtras. fastcore.net lost its request builders (urlrequest, urlsend, do_request, urlcheck) and clean_type_str is gone. parallel_gen moved to fastai. Python 3.11 or later is now required.

... (truncated)

Changelog

Sourced from fastcore's changelog.

2.1.0

New Features

  • Add back Python 3.10 support by replacing TaskGroup with asyncio.gather, and defer coroutine creation until semaphore is acquired (#853)

2.0.6

New Features

  • Refactor nbio: replace apply_controls with clean_cli_output, make preferred_msg_out public (#851)

2.0.4

New Features

  • mtime_policy now invalidates on any mtime change (#850)

2.0.3

  • Fix dep

2.0.2

New Features

  • Add needs_args support to flexicache policies; extend mtime_policy with arg param to watch call-argument files (#849)

2.0.1

Breaking Changes

fastcore v2 removes or relocates a number of APIs that now have better alternatives. If you use from fastcore.utils import * (or fastcore.all), most of these changes won't affect you.

The breaking changes: Param is gone from fastcore.script; use plain type annotations with docments, or typing.Annotated[type, "help"], optionally with a dict of argparse arguments for advanced features. L's starmap, starfilter, and the other star*/rstar* methods are replaced by the star and rstar function adapters, which compose with every L method (e.g. t.map(star(f))); relatedly, spread is replaced by star, and dspread is renamed to dstar. Async helpers now live in the new fastcore.aio module: run_sync, iter_sync, and ctx_sync moved there from net, and maybe_await, then, mapa, acache, reawaitable, is_async_callable, and the other async utilities moved there from xtras. Config and the config file functions moved from foundation to xtras. fastcore.net lost its request builders (urlrequest, urlsend, do_request, urlcheck) and clean_type_str is gone. parallel_gen moved to fastai. Python 3.11 or later is now required.

If you need the old APIs, pin fastcore<2.

New Features

  • fastcore v2 (#847)
  • Replace Param class with typing.Annotated for CLI param annotations in fastcore.script (#845)
  • Add msg param to expect_fail, prefer it over test_fail in docs/tests (#844)
Commits

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 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 [fastcore](https://github.com/AnswerDotAI/fastcore) from 1.14.5 to 2.1.0.
- [Release notes](https://github.com/AnswerDotAI/fastcore/releases)
- [Changelog](https://github.com/AnswerDotAI/fastcore/blob/main/CHANGELOG.md)
- [Commits](AnswerDotAI/fastcore@1.14.5...2.1.0)

---
updated-dependencies:
- dependency-name: fastcore
  dependency-version: 2.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies:requirements Related with project file dependencies label Jul 22, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 22, 2026 08:54
@dependabot
dependabot Bot requested a review from jorgepiloto July 22, 2026 08:54
@dependabot dependabot Bot added the dependencies:requirements Related with project file dependencies label Jul 22, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor Author

A newer version of fastcore exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies:requirements Related with project file dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants