Skip to content

Bump spectrum to 0.7.0 (fix SQLAlchemy startup crash)#2528

Merged
k9ert merged 1 commit intocryptoadvance:masterfrom
al-munazzim:bump-spectrum-0.7.0
Feb 1, 2026
Merged

Bump spectrum to 0.7.0 (fix SQLAlchemy startup crash)#2528
k9ert merged 1 commit intocryptoadvance:masterfrom
al-munazzim:bump-spectrum-0.7.0

Conversation

@al-munazzim
Copy link
Contributor

Bumps cryptoadvance-spectrum from 0.6.7 to 0.7.0.

What changed in spectrum 0.7.0

Pins sqlalchemy>=1.4.42,<2.0 — fixes the startup crash:

AttributeError: module 'sqlalchemy' has no attribute '__all__'

This affected fresh pip installs where pip resolved sqlalchemy to 2.x, which is incompatible with Flask-SQLAlchemy==2.5.1.

See: cryptoadvance/spectrum#60

Changes

  • requirements.in: cryptoadvance.spectrum==0.6.7==0.7.0
  • requirements.txt: updated version + hashes (existing sqlalchemy==1.4.52 pin is already compatible)

spectrum 0.7.0 pins sqlalchemy<2.0, fixing the startup crash:
  AttributeError: module 'sqlalchemy' has no attribute '__all__'

This affected fresh pip installs where sqlalchemy resolved to 2.x,
which is incompatible with Flask-SQLAlchemy 2.5.1.
@netlify
Copy link

netlify bot commented Feb 1, 2026

Deploy Preview for specter-desktop-docs canceled.

Name Link
🔨 Latest commit c520d60
🔍 Latest deploy log https://app.netlify.com/projects/specter-desktop-docs/deploys/697fb1d85a33fc00089fef4b

@k9ert k9ert merged commit 89bfe6f into cryptoadvance:master Feb 1, 2026
9 checks passed
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.

2 participants