Docker/optimize#19
Merged
Merged
Conversation
Upgraded local dev environment from Python 3.10.12 to 3.11.0rc1 to achieve dev/prod parity with Docker environment. Changes: - Updated requirements.txt: pinned all core deps, added bullmq 2.15.0 - Updated requirements-prod.txt: synced bullmq version to 2.15.0 - Created Python 3.11 venv at apps/ai-worker/.venv - All 28 tests pass with 78% coverage Dev environment: - Python: 3.11.0rc1 (venv) - Dependencies: 130 packages installed - Tests: 28/28 passing Known issues: - bullmq 2.15.0 event handler API changed (non-critical, tests pass) Phases completed: - Phase 01: Install Python 3.11 - Phase 02: Migrate Dependencies - Phase 03: Fix Dependency Conflicts - Phase 04: Validate & Test
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.
No description provided.