Skip to content

feature/SOF-7843 Chore: PyPi#136

Merged
VsevolodX merged 3 commits intomainfrom
copilot/update-mat3ra-code-dependency
Mar 6, 2026
Merged

feature/SOF-7843 Chore: PyPi#136
VsevolodX merged 3 commits intomainfrom
copilot/update-mat3ra-code-dependency

Conversation

Copy link
Contributor

Copilot AI commented Mar 6, 2026

PyPI rejects packages with direct VCS dependencies, causing the publish job to fail with 400 Bad Request: Can't have direct dependency: mat3ra-code @ git+https://....

Changes

  • pyproject.toml: Replace git-pinned dependencies with bare PyPI package references, consistent with how other mat3ra-* deps are declared:
-    "mat3ra-code @ git+https://github.com/Exabyte-io/code.git@fdb3564163c243cdbe6b1476f50671b8b4f607e0",
+    "mat3ra-code",
-    "mat3ra-standata @ git+https://github.com/Exabyte-io/standata.git@13232e5fd82c0889c2fe6afc29178a60a4f32429"
+    "mat3ra-standata"
Original prompt

Reference: https://github.com/Exabyte-io/wode/actions/runs/22744462178/job/65965346479

Let's fix this with new PR that uses latest mat3ra-code from pypi.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…t3ra-code and mat3ra-standata

Co-authored-by: VsevolodX <79542055+VsevolodX@users.noreply.github.com>
Copilot AI changed the title [WIP] Update mat3ra-code to latest version from PyPI Use mat3ra-code and mat3ra-standata from PyPI instead of git URLs Mar 6, 2026
@VsevolodX VsevolodX marked this pull request as ready for review March 6, 2026 04:28
@VsevolodX VsevolodX changed the title Use mat3ra-code and mat3ra-standata from PyPI instead of git URLs feature/SOF-7843 Chore: PyPi Mar 6, 2026
@VsevolodX VsevolodX merged commit f03874d into main Mar 6, 2026
9 checks passed
@VsevolodX VsevolodX deleted the copilot/update-mat3ra-code-dependency branch March 6, 2026 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants