Skip to content

Fix: install pymysql extra for library sync workflow#54

Merged
jakebromberg merged 1 commit intomainfrom
feat/sync-library-workflow
Mar 29, 2026
Merged

Fix: install pymysql extra for library sync workflow#54
jakebromberg merged 1 commit intomainfrom
feat/sync-library-workflow

Conversation

@jakebromberg
Copy link
Copy Markdown
Member

Summary

  • Install .[mysql] instead of . in the sync-library workflow so that pymysql is available for export_to_sqlite.py

Follow-up to #52.

export_to_sqlite.py imports lib.catalog_source which transitively
requires pymysql. The mysql optional dependency group includes it.
@jakebromberg jakebromberg force-pushed the feat/sync-library-workflow branch from 098eda9 to 947ec77 Compare March 29, 2026 04:12
@jakebromberg jakebromberg merged commit ee82a07 into main Mar 29, 2026
3 checks passed
@jakebromberg jakebromberg deleted the feat/sync-library-workflow branch March 29, 2026 04:13
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