Skip to content

Commit a24cdc5

Browse files
committed
fix: resolve agentscore-py from PyPI now that 2.5.0 is published
Drops the temporary local sibling source; CI/publish resolve the SDK from the registry (>=2.5.0).
1 parent ebbb765 commit a24cdc5

2 files changed

Lines changed: 5 additions & 29 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,3 @@ required-version = ">=0.11.0"
112112
# undocumented `fastar` typosquat dependency. Pin away from it until a clean
113113
# release supersedes it on PyPI.
114114
constraint-dependencies = ["fastapi!=0.136.3"]
115-
116-
# The AIP port depends on agentscore-py>=2.5.0 (assess(aip_token=, aip_signature=)
117-
# + types.AipProvenance/AipSignatureMaterial). 2.5.0 is the unpublished sibling
118-
# SDK (still local while AIP stays unreleased), so resolve it from the sibling
119-
# checkout. Drop this source once agentscore-py 2.5.0 is on PyPI.
120-
[tool.uv.sources]
121-
agentscore-py = { path = "../python-sdk", editable = true }

uv.lock

Lines changed: 5 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)