Skip to content

Fix 2164 - #2165

Merged
oberstet merged 9 commits into
crossbario:masterfrom
oberstet:fix_2164
Apr 2, 2026
Merged

Fix 2164#2165
oberstet merged 9 commits into
crossbario:masterfrom
oberstet:fix_2164

Conversation

@oberstet

@oberstet oberstet commented Apr 2, 2026

Copy link
Copy Markdown
Contributor

fix #2164

oberstet added 2 commits April 2, 2026 11:10
Add missing @inlineCallbacks decorator to RouterWebServiceWebhook.create()
and MarketMaker.revoke_offer(). Without the decorator, these functions
silently return generator objects instead of executing the async code.

Note: This work was completed with AI assistance (Claude Code).
oberstet added 7 commits April 2, 2026 11:50
Add bump-dev recipe that auto-computes the next dev version from the
current date (YY.M.1.dev1) instead of requiring manual version input.

Note: This work was completed with AI assistance (Claude Code).
…bario#2167)

Replace pkg_resources.resource_filename() calls in test_util.py with
importlib.resources.files(). pkg_resources has been removed from recent
setuptools versions, breaking CI on environments without it.

Note: This work was completed with AI assistance (Claude Code).
Group stdlib import (importlib.resources) with other stdlib imports
to satisfy ruff import sorting rules.

Note: This work was completed with AI assistance (Claude Code).
Auto-detect whether ty uses "not-subscriptable" (older) or
"non-subscriptable" (newer) rule name to avoid unknown-rule warnings
across different ty versions.

Note: This work was completed with AI assistance (Claude Code).
Note: This work was completed with AI assistance (Claude Code).
@oberstet
oberstet merged commit 2f0439a into crossbario:master Apr 2, 2026
18 checks passed
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.

[BUG] RouterWebServiceWebhook.create() missing @inlineCallbacks decorator — webhook services crash on startup

1 participant