Update project dependencies#226
Merged
Merged
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.
|
Contributor
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.
Contributor
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.