Skip to content

chore: suppress humantime advisory#3529

Merged
westonpace merged 2 commits into
lance-format:mainfrom
westonpace:chore/ignore-humantime-advisory
Mar 12, 2025
Merged

chore: suppress humantime advisory#3529
westonpace merged 2 commits into
lance-format:mainfrom
westonpace:chore/ignore-humantime-advisory

Conversation

@westonpace

Copy link
Copy Markdown
Member

The humantime package is no longer maintained. We should move to avoid using it. We were using it indirectly via env_logger and object_store. This PR updates env_logger to the latest version (which uses jiff instead of humantime).

object_store is one of our core dependencies and we generally update it as new versions are released. If (and when) humantime is replaced with jiff we will remove the dependency then. This may be several months. apache/arrow-rs#7261 can be used for tracking.

Until then we should suppress the advisory.

@github-actions github-actions Bot added A-python Python bindings chore labels Mar 11, 2025
@codecov-commenter

codecov-commenter commented Mar 11, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.81%. Comparing base (422c38d) to head (c978491).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3529      +/-   ##
==========================================
+ Coverage   78.77%   78.81%   +0.03%     
==========================================
  Files         254      254              
  Lines       95423    95423              
  Branches    95423    95423              
==========================================
+ Hits        75168    75204      +36     
+ Misses      17147    17108      -39     
- Partials     3108     3111       +3     
Flag Coverage Δ
unittests 78.81% <ø> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@westonpace
westonpace force-pushed the chore/ignore-humantime-advisory branch from 76511c5 to c978491 Compare March 11, 2025 22:26
@westonpace
westonpace merged commit 53bd796 into lance-format:main Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-python Python bindings chore

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants