| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-29 | 984 Bytes | |
| v0.4.0 source code.tar.gz | 2026-03-29 | 290.6 kB | |
| v0.4.0 source code.zip | 2026-03-29 | 312.2 kB | |
| Totals: 3 Items | 603.8 kB | 0 | |
What's new
- Pydantic
response_formatsupport (#3) — pass BaseModel classes directly tocompletion(). Auto-converts to json_schema withstrict: true+additionalProperties: false. - Anthropic citation streaming (#4) —
provider_specific_fieldsonChoiceDeltaandChatCompletionMessage. Handlescitations_deltaevents in streaming and citations in non-streaming responses. - Azure AD token provider (#2) —
azure_ad_token_providerpassthrough toAzureOpenAIclient constructor for Entra ID auth. - Anthropic gaps [#2]-7 — per-model
max_tokens,thinking_blocks/reasoning_content,cache_control,reasoning_effortmapping, empty text block filtering, JSON schema filtering. - Upstream watch improvements — fixed exit codes, Pi agent behavioral verification, credential sandboxing, actionable/informational split.
Stats
- 205 own tests passing, 51 skipped (live)
- All 3 open issues closed
- CI green on Python 3.10–3.13