Skip to content

Modernization with Claude#90

Merged
jotelha merged 10 commits into
mainfrom
2026-06-10-claude
Jun 16, 2026
Merged

Modernization with Claude#90
jotelha merged 10 commits into
mainfrom
2026-06-10-claude

Conversation

@jotelha

@jotelha jotelha commented Jun 10, 2026

Copy link
Copy Markdown
Member

Added CLAUDE.md to the repository and had it modernize all dependency versions, specifically Flask and marshmallow.

jotelha and others added 8 commits June 10, 2026 17:32
FLASK_ENV was removed from Flask app config in Flask 3.0.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Remove flask<3 upper bound; now requires Flask 3.x
- Remove unused flask-pymongo dependency
- Upgrade to marshmallow 4.x, flask-marshmallow 1.5.0, marshmallow-sqlalchemy 1.5.0
- Raise requires-python to >=3.10 (Python 3.8/3.9 are EOL)
- Remove JSONIFY_PRETTYPRINT_REGULAR (removed in Flask 3.0)
- Remove Meta.ordered=True from marshmallow schemas (removed in marshmallow 4.x)
- Fix myst-parser==4.0.0 hard pin to myst-parser>=5.0 in docs extra
- Update CI Python matrix to 3.10-3.13; MongoDB matrix already at 5.0-8.0

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4.7.x is the minimum that works with Flask 3.x and Python >=3.10.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@jotelha jotelha requested a review from tjelvar-olsson June 10, 2026 09:37
@jotelha jotelha merged commit b6762ca into main Jun 16, 2026
20 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.

1 participant