Skip to content

Conversation

@ato
Copy link
Collaborator

@ato ato commented Nov 1, 2025

Description

Updates the minimum version in requirements.txt for warcio to 1.7.5, to ensure that warcio.timeutils.timestamp_to_datetime(tz_aware=) is available.

Motivation and Context

Running pywb against older versions of warcio results in:

Internal Error: timestamp_to_datetime() got an unexpected keyword argument 'tz_aware'

Usage of the tz_aware argument was introduced in #949.

Types of changes

  • Replay fix (fixes a replay specific issue)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added or updated tests to cover my changes.
  • All new and existing tests passed.

Running pywb against older versions of warcio results in:

> Internal Error: timestamp_to_datetime() got an unexpected keyword argument \'tz_aware\'

Usage of the tz_aware argument was introduced in #949.
@ato ato added bug dependencies Pull requests that update a dependency file labels Nov 1, 2025
@ato ato requested a review from tw4l November 1, 2025 01:11
Copy link
Member

@tw4l tw4l left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@tw4l tw4l merged commit b43963c into main Nov 3, 2025
0 of 12 checks passed
@ato ato deleted the bump-warcio-1.7.5 branch November 5, 2025 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants