Skip to content

Commit 45a92dc

Browse files
ivolnistovclaude
andauthored
chore(deps): consume released pararamio-aio 3.0.31 (#3)
Drop the dev-only [tool.uv.sources] override that pointed pararamio-aio at ../py-pararamio/packages/pararamio_aio for local development of the X-UserToken work. pararamio-aio 3.0.31 is now on PyPI and contains the user_token=AsyncPararamio kwarg, so the override is no longer needed. - pyproject.toml: remove [tool.uv.sources] block and its TODO preamble - packages/pararam-nexus-mcp/pyproject.toml: bump pararamio-aio>=3.0.13 to pararamio-aio>=3.0.31 - uv.lock: regenerated against PyPI; pararamio-core removed from the resolved set (aio 3.0.31 is self-contained) Verified end-to-end against api.pararam.io with a real X-UserToken after the upgrade: limited mode still boots cleanly, 11 tools register, get_chat returns chat metadata over the published aio. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 2eb93e5 commit 45a92dc

3 files changed

Lines changed: 7 additions & 37 deletions

File tree

packages/pararam-nexus-mcp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"pydantic>=2.0.0",
2424
"pydantic-settings>=2.0.0",
2525
"fastmcp>=0.1.0",
26-
"pararamio-aio>=3.0.13",
26+
"pararamio-aio>=3.0.31",
2727
]
2828

2929
[project.urls]

pyproject.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@ members = [
44
"packages/pararam-nexus-channel",
55
]
66

7-
# TODO(remove-before-merge): dev-only override to consume the unreleased
8-
# `user_token` kwarg from py-pararamio. Revert this block and bump the
9-
# `pararamio-aio` pin in packages/pararam-nexus-mcp/pyproject.toml to the
10-
# new released version once py-pararamio publishes the feat/user-token-auth
11-
# changes to PyPI.
12-
[tool.uv.sources]
13-
pararamio-aio = { path = "../py-pararamio/packages/pararamio_aio", editable = true }
14-
157
[dependency-groups]
168
dev = [
179
# Dependencies

uv.lock

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

0 commit comments

Comments
 (0)