Skip to content

fix: support openwebui 0.9 async user lookup#113

Merged
rlippmann merged 1 commit intomainfrom
codex/0.6.10
Apr 25, 2026
Merged

fix: support openwebui 0.9 async user lookup#113
rlippmann merged 1 commit intomainfrom
codex/0.6.10

Conversation

@rlippmann
Copy link
Copy Markdown
Owner

What changed

  • Updated OpenWebUI example pipes to support both sync (0.8.x) and async (0.9.x) Users.get_user_by_id behavior.
  • Added minimal OpenWebUI example tests covering async user lookup compatibility.
  • Bumped package version to 0.6.10.
  • Bumped OpenWebUI example frontmatter versions to 0.4.
  • Updated OpenWebUI integration README notes and install/version references to context-compiler>=0.6.10.

Why this was needed
OpenWebUI 0.9.x changed Users.get_user_by_id to async. The existing examples assumed sync return values, causing runtime failures (for example 'coroutine object has no attribute role') when forwarding chat calls. This patch keeps compatibility localized to OpenWebUI example integrations for a small 0.6.10 release.

@rlippmann rlippmann merged commit e1cd76b into main Apr 25, 2026
12 checks passed
@rlippmann rlippmann deleted the codex/0.6.10 branch April 27, 2026 05:12
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.

1 participant