Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ description = "OKF knowledge catalog, enrichment, quality, and observation tooli
requires-python = ">=3.12"
dependencies = [
"PyYAML>=6.0.2",
"agent-core",
]

[project.optional-dependencies]
Expand Down Expand Up @@ -44,3 +45,6 @@ strict = true

[tool.pytest.ini_options]
testpaths = ["tests"]

[tool.uv.sources]
agent-core = { git = "https://github.com/AS215932/agent-core", tag = "v0.1.0" }

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Install git before syncing the git dependency

This new git source makes the documented container build hit a Git clone during RUN uv sync --frozen --no-dev --extra mcp in Dockerfile:24, but that image only installs ca-certificates and curl before the sync step, not git (Dockerfile:12-14). uv shells out to git for this source, so a clean python:3.12-slim build will fail before the MCP image can be produced; either install git in the image before syncing or avoid a git source for the runtime build.

Useful? React with 👍 / 👎.

10 changes: 10 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.