-
Notifications
You must be signed in to change notification settings - Fork 0
Update project dependencies #226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Backend (Python):
- certifi: 2025.7.9 → 2026.1.4
- dnspython: 2.7.0 → 2.8.0
- iniconfig: 2.1.0 → 2.3.0
- platformdirs: 4.3.8 → 4.5.1
- pytest-env: 1.1.5 → 1.2.0
- pytest-mock: 3.14.1 → 3.15.1
- python-dotenv: 1.1.0 → 1.2.1
- sentinels: 1.0.0 → 1.1.1
- Transitive dependencies also updated (pytest, marshmallow, Flask,
pymongo, numpy, etc.)
Frontend (npm):
- Updated package-lock.json with latest resolved versions
All tests passing. Major version upgrades deferred for separate review.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughDependency versions updated across both backend production and development requirements, along with a minor frontend package version bump. All Python package dependencies in the backend have been refreshed to newer versions, and the frontend package version has been incremented from 1.11.0 to 1.11.1. Changes
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
🤖 This commit was automatically generated by GitHub Actions to ensure consistent code formatting across the project.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@backend/requirements-prod.txt`:
- Line 18: The dependency was bumped to marshmallow==4.2.0 which is a major
release with breaking changes; run the full test suite and search for any usages
of marshmallow Schema/Field/Nested (e.g., any instantiation of Schema
subclasses, calls to Schema.load/dump, direct Field subclasses, or Nested field
usage) and confirm they still behave; if tests fail or you find custom
Field/Schema/Nested usages update the code to the Marshmallow 4 API (adjust
Schema initialization and Field typing as needed) or revert/pin the requirement
to the previous working major version until changes are implemented and tests
pass.
Backend (Python):
Frontend (npm):
All tests passing. Major version upgrades deferred for separate review.
Summary by CodeRabbit
Bug Fixes
Chores
✏️ Tip: You can customize this high-level summary in your review settings.