Rework/basic fixes to release#82
Open
Nikhil-Kumar98 wants to merge 8 commits into
Open
Conversation
added 8 commits
April 26, 2026 17:25
…tional dependencies also all test passed
…troduced multi-Python CI workflow with lint, core tests, rag tests, compliance tests
[dev] extras). Re-format 106 multimind/ files to absorb black-vs-ruff differences. Tests still 452 passed, 36 skipped. - Add .pre-commit-config.yaml: pre-commit-hooks + ruff check --fix + ruff-format. Mypy intentionally excluded (typing migration ongoing — see comment in config). - Add Makefile with 12 targets (help/install/test/lint/format/typecheck/ clean/build/publish/...). `make install` is the new onboarding entry. - Add build, twine to [dev] extras so make build / make publish work. - Rewrite CONTRIBUTING.md Development Setup + Code Style sections.
- requests >=2.32.4 (CVE-2024-47081) - python-dotenv >=1.2.2 (CVE-2026-28684) - pytest >=9.0.3 (dev; CVE-2025-71176) — full suite verified on pytest 9.1.1 Transitive CVEs left to Dependabot.
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.
Name: Basic fixes to release of PYPI
Type of Change