Skip to content

build(deps): Update datefinder requirement from ~=0.7 to ~=1.0#85

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/pip/datefinder-approx-eq-1.0
Open

build(deps): Update datefinder requirement from ~=0.7 to ~=1.0#85
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/pip/datefinder-approx-eq-1.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 6, 2026

Updates the requirements on datefinder to permit the latest version.

Release notes

Sourced from datefinder's releases.

datefinder 1.0.0

datefinder 1.0.0 is now generally available.

Highlights

  • Promotes the 1.0.0rc3 candidate line to final 1.0.0.
  • find_dates(...) defaults to the v2 compatibility engine.
  • Legacy behavior remains available via:
    • find_dates_legacy(...)
    • find_dates(..., engine="legacy")
  • Typed extraction remains available via extract(...) (absolute, relative, duration values).

Packaging

Published artifacts include:

  • manylinux2014 wheels (x86_64, aarch64)
  • musllinux_1_2 wheels (x86_64, aarch64)
  • macOS wheels (x86_64, arm64)
  • Windows wheel (x86_64)
  • source distribution (.tar.gz)

If no matching wheel is available, installation falls back to source build (Rust toolchain required).

Install

pip install -U datefinder==1.0.0

PyPI: https://pypi.org/project/datefinder/1.0.0/

Notes

  • Compatibility flags retained from RCs:
    • allow_month_only (default True)
    • allow_compact_numeric (default False)
    • allow_multiline (default True)
  • Ambiguous shorthand like 9.6 20:30 remains intentionally unsupported by default to reduce false positives.

Full release notes: docs/releases/1.0.0.md.

Changelog

Sourced from datefinder's changelog.

1.0.0 - 2026-03-25

Changed

  • Promoted the 1.0.0rc3 release-candidate line to final 1.0.0.
  • find_dates(...) remains defaulted to the v2 compatibility engine, with legacy behavior available via find_dates_legacy(...) or engine="legacy".

Packaging

  • Published final cross-platform wheels and source distribution for 1.0.0.
  • Kept source-build install path for platforms without a matching wheel (Rust toolchain required).

1.0.0rc3 - 2026-03-23

Fixed

  • Release packaging pipeline now filters unsupported PyPy wheel artifacts before publish.
  • Publish checksum verification now excludes filtered artifacts so upload validation remains deterministic.

Notes

  • 1.0.0rc3 supersedes 1.0.0rc2 for release-candidate validation and installation guidance.

1.0.0rc2 - 2026-03-23

Added

  • Added compatibility flags for v2/default engine:
    • allow_month_only (default True)
    • allow_compact_numeric (default False)
    • allow_multiline (default True)
  • Added matching CLI flags:
    • --no-month-only
    • --compact-numeric
    • --no-multiline
  • Added expanded regression coverage for issue-driven edge cases and new flags.

Changed

  • Month-only parsing is now enabled by default in v2 compatibility mode and resolves to first day of month.
  • Compact 8-digit numeric parsing (e.g. 20240315) is now opt-in only.
  • Multiline matching can now be disabled to force line-scoped extraction.

Fixed

  • Prevented false positives where month + day was incorrectly extracted from dotted time ranges (e.g. April 09.00).

1.0.0rc1 - 2026-03-19

Breaking / Behavioral Changes

... (truncated)

Commits
  • e4777a0 Fix sdist smoke install mode for 1.0.0 build workflows
  • d31a733 Cut 1.0.0 final release metadata and docs
  • cd3e3ff Include LICENSE in maturin sdist payload
  • d920e5c Enable verbose PyPI upload logs for diagnostics
  • 19c3047 Cut 1.0.0rc3 and update release docs
  • 4ae9e94 Filter PyPy entries from checksum verification
  • cd92c49 Filter unsupported PyPy wheels before publishing
  • b3fd1ed Prepare and validate 1.0.0rc2 release candidate
  • 3e4e822 Fix high-priority parsing regressions from open issues
  • 9a32f53 Exclude checksum manifest from package upload
  • Additional commits viewable in compare view

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)

Updates the requirements on [datefinder](https://github.com/akoumjian/datefinder) to permit the latest version.
- [Release notes](https://github.com/akoumjian/datefinder/releases)
- [Changelog](https://github.com/akoumjian/datefinder/blob/master/CHANGELOG.md)
- [Commits](akoumjian/datefinder@v0.7.0...v1.0.0)

---
updated-dependencies:
- dependency-name: datefinder
  dependency-version: 1.0.0
  dependency-type: direct:production
...

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 Apr 6, 2026
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

Status: No status

Development

Successfully merging this pull request may close these issues.

0 participants