Skip to content

fix: add pytz to production dependencies#308

Closed
matthieudecamy wants to merge 2 commits into
pSpitzner:mainfrom
matthieudecamy:claude/condescending-torvalds-0de0e8
Closed

fix: add pytz to production dependencies#308
matthieudecamy wants to merge 2 commits into
pSpitzner:mainfrom
matthieudecamy:claude/condescending-torvalds-0de0e8

Conversation

@matthieudecamy
Copy link
Copy Markdown

Summary

is imported at runtime in but was only listed under the optional extras as (which are just type stubs). This means is absent from the production Docker image, causing a on startup.

Fix

Added to the main list in .

🤖 Generated with Claude Code

matthieudecamy and others added 2 commits May 16, 2026 11:19
Set timezone, user/group IDs, external port, and volume paths for a
personal NAS music library setup on /volume1/docker/Music.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
pytz is imported at runtime in database/models/base.py but was only
listed under typed (dev) extras as types-pytz. This caused a
ModuleNotFoundError on startup in the stable Docker image.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@matthieudecamy matthieudecamy deleted the claude/condescending-torvalds-0de0e8 branch May 16, 2026 10:17
@matthieudecamy matthieudecamy restored the claude/condescending-torvalds-0de0e8 branch May 16, 2026 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant