Partially started in #240
Upgrade dependencies in conda + requirements.txt setup
Summary
We are seeing deprecation warnings and build errors in the current development setup (conda + requirements.txt). Some packages are outdated (e.g. black still pulling in old typed-ast), which leads to compatibility and security issues.
Tasks
Acceptance Criteria
- No failing installs on supported OSes (Linux, macOS, Windows)
- No deprecation or build warnings in normal setup
- Security scans report no known vulnerabilities
- Documentation updated if installation commands or package versions change
Partially started in #240
Upgrade dependencies in conda + requirements.txt setup
Summary
We are seeing deprecation warnings and build errors in the current development setup (conda + requirements.txt). Some packages are outdated (e.g.
blackstill pulling in oldtyped-ast), which leads to compatibility and security issues.Tasks
pip-audit -r requirements/local.txt)requirements/local.txtwith pinned, upgraded versions (pip freeze)Acceptance Criteria