Skip to content

fix(index): support nab 0.0.17 - #704

Merged
gaborbernat merged 4 commits into
tox-dev:mainfrom
gaborbernat:main
Sep 8, 2026
Merged

fix(index): support nab 0.0.17#704
gaborbernat merged 4 commits into
tox-dev:mainfrom
gaborbernat:main

Conversation

@gaborbernat

Copy link
Copy Markdown
Member

Fixes #697 by restoring index resolution with current nab releases. With nab-project 0.0.16 installed, pipdeptree i pipdeptree reports missing resolver dependencies because it imports the removed configuration module.

Require nab 0.0.17 and use its configuration model with the resolver's explicit targets and inputs. Remove the nab-project upper bound, align CI dependencies, and refresh the documented index examples. Raise the development dependency minimums and use the package name as the coverage target so free-threaded Python uses the correct installation path.

Use nab's config model and pass targets and resolve inputs through the
new resolver API. Remove the nab-project upper bound and align CI with
the runtime dependencies.

Fixes tox-dev#697.
@gaborbernat gaborbernat added the bug label Sep 8, 2026
@gaborbernat
gaborbernat enabled auto-merge (squash) September 8, 2026 14:53
@gaborbernat
gaborbernat merged commit ac0e74f into tox-dev:main Sep 8, 2026
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The from-index subcommand requires nab-index and nab-project (but they are installed already!)

1 participant