Skip to content

Change datalad-core dependency to a released version #94

@mslw

Description

@mslw

AFAIK (and according to comments in pyproject.toml) a PyPI release is not possible with direct (GitHub) dependencies. We currently depend on default (main) branch of datalad-core, i.e.:

"datalad-core @ git+https://github.com/datalad/datalad-core"

DataLad-core does have a released version (0.1.0 from Jul 4, 2025). However, there are two commits since, which sound like they might be relevant for remake:

❱ git log --pretty=oneline --grep="^fix" v0.1.0..
9e45f2dc72a6df2b969b6322c2413e09d5e0204c (HEAD -> main, origin/main, origin/HEAD) fix: annex-lookup in `Annex()` now supports secondary worktrees
ffa2090fe599dd737f6f25873a436dbff58216f3 fix(git-annex): bump version to include fix non-symlink repo handling

I did not run the tests with the released vs unreleased version but we probably should wait for the release?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions