Sweep dependencies, take agentscore-py 2.6.11 and x402 2.23.0, and bump to 2.9.2 - #137
Merged
Merged
Conversation
…mp to 2.9.2 Lock upgrade: agentscore-py 2.6.11 (floor moved), x402 2.23.0, sentry-sdk 2.69.2, urllib3 2.8.0, yarl 1.25.1, propcache 0.5.4, idna 3.20, ruff 0.16.8, ty 0.0.82; the lock scans clean for prereleases. x402 2.23.0 read from the sdist: the EVM constants block is byte-identical, the facilitator client's default timeout rises from 30s to 90s, the FastAPI and Flask middleware now initialize at construction when asked to (this library uses only the schemas and settle types, so neither reaches it), and the bazaar route template decodes to a fixed point. The uv version the three workflows pass as an input moves to 0.12.16.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Dependency sweep for python-commerce, plus the release bump to 2.9.2. The
agentscore-pyfloor moves to 2.6.11 (released today). The lock upgrade takes x402 2.23.0, sentry-sdk 2.69.2, urllib3 2.8.0, yarl 1.25.1, propcache 0.5.4, idna 3.20, ruff 0.16.8 and ty 0.0.82, and scans clean for prereleases. x402 2.23.0 was read from the sdist rather than its version, per the holds registry: the EVM constants block (the Base USDC domain we depend on) is byte-identical to 2.22.0; the facilitator client's default timeout rises from 30s to 90s; the FastAPI and Flask middleware now initialize at construction whensync_facilitator_on_startis set and exit the process on a fatal capability mismatch, which does not reach this library because it uses only x402's schemas and settle types; the bazaar route template decodes to a fixed point. The uv version the three workflows pass as a setup-uv input moves from 0.12.13 to 0.12.16.Worked with: Varun.
Type of change
Public API
none
Test plan
Run locally on this branch after
uv lock --upgradeanduv sync --all-extras --all-groups:ruff check,ruff format --check,ty check agentscore_commerce/,ty checkoverexamples,vulture, andpytest tests/ --cov=agentscore_commerce(1869 passed, 4 skipped, 95% coverage). Nothing runtime changed on our side, so no new tests. Release: tag v2.9.2 after merge and watch the publish run; core's store takes it next.Checklist