Skip to content

refactor: Drop attrs dependency#228

Merged
playpauseandstop merged 1 commit into
mainfrom
refactor/drop-attrs
Jun 17, 2026
Merged

refactor: Drop attrs dependency#228
playpauseandstop merged 1 commit into
mainfrom
refactor/drop-attrs

Conversation

@playpauseandstop

Copy link
Copy Markdown
Owner

As well as no longer call datetime.datetime.utcnow directly, as it
deprecated on recent Python versions. Instead call utcnow_naive helper
function, which returns current datetime at UTC timezone but without TZ
info (TZ-naive).

As well as no longer call `datetime.datetime.utcnow` directly, as it
deprecated on recent Python versions. Instead call `utcnow_naive` helper
function, which returns current datetime at UTC timezone but without TZ
info (TZ-naive).
@playpauseandstop playpauseandstop self-assigned this Jun 17, 2026
@playpauseandstop
playpauseandstop enabled auto-merge (squash) June 17, 2026 11:06
@github-actions github-actions Bot added build Changes that affect the build system or external dependencies refactor A code change that neither fixes a bug nor adds a feature test Adding missing tests or correcting existing tests labels Jun 17, 2026
@playpauseandstop
playpauseandstop merged commit 45a2ddc into main Jun 17, 2026
11 checks passed
@playpauseandstop
playpauseandstop deleted the refactor/drop-attrs branch June 17, 2026 11:07
@coveralls

Copy link
Copy Markdown

Coverage Status

coverage: 98.093% (+0.007%) from 98.086% — refactor/drop-attrs into main

@badabump-bot badabump-bot Bot mentioned this pull request Jun 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Changes that affect the build system or external dependencies refactor A code change that neither fixes a bug nor adds a feature test Adding missing tests or correcting existing tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants