Commit graph

618 commits

Author SHA1 Message Date
Alishahryar1
fc3ef0b5cc Migrate legacy env config on startup
Some checks are pending
CI / checks (push) Waiting to run
2026-05-16 21:06:12 -07:00
Alishahryar1
d05446f0b2 Remove Anthropic API key from proxy child env
Some checks are pending
CI / checks (push) Waiting to run
2026-05-16 15:13:05 -07:00
Alishahryar1
e5edffa246 Pass proxy auth token to Telegram CLI sessions 2026-05-16 15:07:45 -07:00
Alishahryar1
247d17160f Revert "Improve provider error diagnostics"
This reverts commit 327b393b05.
2026-05-16 14:49:36 -07:00
Alishahryar1
327b393b05 Improve provider error diagnostics 2026-05-16 14:48:09 -07:00
Alishahryar1
ac2c37f613 Use canonical FCC server log path
Some checks are pending
CI / checks (push) Waiting to run
2026-05-16 11:51:45 -07:00
Alishahryar1
a728994e29 Update default config and workspace paths 2026-05-16 11:36:53 -07:00
dependabot[bot]
dfddb19fff
build(deps): bump the minor-and-patch group with 6 updates (#457)
Some checks are pending
CI / checks (push) Waiting to run
2026-05-15 12:55:49 -07:00
Alishahryar1
0d0843c1c0 Updated default model
Some checks failed
CI / checks (push) Has been cancelled
2026-05-13 22:59:04 -07:00
Alishahryar1
f389cf415e fix: default logs to logs/ and ignore rotations (issue 427)
- Default LOG_FILE to logs/server.log in settings and admin config
- Create log parent directories in configure_logging
- Gitignore /logs/, /server.*.log; keep server.log for root override
- Add test for nested log path mkdir
2026-05-13 18:01:54 -07:00
Siarhei Krotau
972bc1661c
feat(providers): add Z.ai Coding Plan provider (#440)
Some checks are pending
CI / checks (push) Waiting to run
2026-05-13 12:02:15 -07:00
Rizki Kotet
32e2e4d755
feat(opencode): integrate OpenCode Zen provider and API key support (#426)
Some checks are pending
CI / checks (push) Waiting to run
2026-05-12 08:44:54 -07:00
Ali Khokhar
615aba6e78
Update README.md
Some checks failed
CI / checks (push) Has been cancelled
2026-05-11 00:50:17 -07:00
Ali Khokhar
ce0e9c1ff5
Update README.md 2026-05-11 00:44:08 -07:00
Alishahryar1
89f7ed6214 fix(cli): resolve claude command before launch 2026-05-11 00:41:51 -07:00
Alishahryar1
25695077c4 fix(cli): exit fcc-server cleanly on interrupt 2026-05-10 22:47:27 -07:00
Alishahryar1
ca2cf6a6c1 fix(cli): terminate launched process trees 2026-05-10 22:44:07 -07:00
Alishahryar1
05909e9493 Merge branch 'ali/codebase-architectre' 2026-05-10 22:30:44 -07:00
Alishahryar1
2637824a3f fix(openai): close async client with supported method 2026-05-10 22:30:23 -07:00
Ali Khokhar
fd7dccea46
Update README.md 2026-05-10 22:21:23 -07:00
Alishahryar1
41f2bc71a0 feat(providers): retry all upstream 5xx like 429
Some checks are pending
CI / checks (push) Waiting to run
Generalize retryable_upstream_status to HTTP 500-599 plus 429.
Improve execute_with_retry log label with actual status.
Preserve OpenAI InternalServerError 5xx in map_error after overload check.
Unify native stream send: log via _raise_for_status then optional async aclose.
Add _maybe_await_aclose for httpx doubles in tests.
Rename openai compat retry tests to 5xx; parameterize native/limiter/mapping tests.
2026-05-10 19:56:14 -07:00
Alishahryar1
21ff2137ef feat(providers): retry upstream HTTP 503 like 429
Extend execute_with_retry with retryable_upstream_status for 429/503
shared backoff, reactive block, and TRACE provider.retry.scheduled.
Map InternalServerError(503) to APIError with preserved status.
Native transport closes-and-raises on 503 like 429 for clean retries.
Add NIM/OpenAI-compat and rate limiter tests.
2026-05-10 19:28:32 -07:00
Alishahryar1
29e7714337 feat(logging): structured TRACE events and end-to-end request correlation
Add core/trace.py with trace_event, traced_async_stream, and payload snapshots.
Merge TRACE fields into JSON logs; promote claude_session_id, http path/method.
Instrument API, messaging/CLI, and OpenAI-compat/native provider paths.
Harden log sink with enqueue and stdlib intercept re-entrancy guard.
Document behavior in .env.example and README; extend tests.
2026-05-10 18:24:48 -07:00
Nox
1e97dff214
fix: handle disallowed special tokens in tiktoken encoder (#382)
Co-authored-by: Alishahryar1 <alishahryar2@gmail.com>
2026-05-10 17:30:24 -07:00
Alishahryar1
16242b33a2 docs(readme): link providers, slim model picker section 2026-05-10 16:30:32 -07:00
Alishahryar1
2ea24e2510 Update README 2026-05-10 16:28:18 -07:00
Alishahryar1
2a2f2a2712 Update README 2026-05-10 16:25:53 -07:00
Alishahryar1
083b2161e7 Removed logos from README 2026-05-10 16:17:33 -07:00
Alishahryar1
34aefbdb97 Revise provider quick start docs 2026-05-10 16:14:31 -07:00
Alishahryar1
2c7c8f42f7 Update README section numbering 2026-05-10 16:06:50 -07:00
Alishahryar1
f9fc614563 Allow unauthenticated root probes 2026-05-10 16:03:19 -07:00
Alishahryar1
e386a3c8aa Improve admin UI setup flow 2026-05-10 15:57:56 -07:00
Ali Khokhar
33de002e04
Update README.md
Some checks are pending
CI / checks (push) Waiting to run
2026-05-10 03:15:58 -07:00
Ali Khokhar
6ab11a1f2b
Update README.md 2026-05-10 02:56:59 -07:00
Alishahryar1
3d26b4595a Updated README again and added assets folder 2026-05-10 02:51:32 -07:00
Ali Khokhar
fe502c849d
Update README.md 2026-05-10 02:45:26 -07:00
Alishahryar1
e76bd1fce6 Update README 2026-05-10 02:27:43 -07:00
Alishahryar1
720ec812c6 Update README again 2026-05-10 01:54:19 -07:00
Alishahryar1
cd87bc4402 Update README 2026-05-10 01:49:55 -07:00
Alishahryar1
b9bad70771 log urls at startup 2026-05-10 01:45:04 -07:00
Alishahryar1
d364dbbf48 Updated README 2026-05-10 01:39:26 -07:00
Alishahryar1
8ee72968ed Initial admin impl 2026-05-10 01:21:16 -07:00
Alishahryar1
de8e902899 Add Claude CLI smoke matrices
Some checks are pending
CI / checks (push) Waiting to run
2026-05-09 17:27:23 -07:00
Alishahryar1
07497c7ed8 Add NVIDIA NIM CLI smoke matrix and tool schema aliasing 2026-05-09 14:25:50 -07:00
dependabot[bot]
07b30aae31
build(deps): bump the minor-and-patch group with 5 updates (#389)
Some checks are pending
CI / checks (push) Waiting to run
Bumps the minor-and-patch group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [markdown-it-py](https://github.com/executablebooks/markdown-it-py) |
`4.0.0` | `4.2.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.13.3` | `2.13.4`
|
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) |
`2.14.0` | `2.14.1` |
| [openai](https://github.com/openai/openai-python) | `2.33.0` |
`2.36.0` |
| [transformers](https://github.com/huggingface/transformers) | `5.7.0`
| `5.8.0` |

Updates `markdown-it-py` from 4.0.0 to 4.2.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/executablebooks/markdown-it-py/releases">markdown-it-py's
releases</a>.</em></p>
<blockquote>
<h2>v4.2.0</h2>
<h2>What's Changed</h2>
<ul>
<li> Add <code>make_fence_rule()</code> factory for configurable fence
markers by <a
href="https://github.com/chrisjsewell"><code>@​chrisjsewell</code></a>
in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/394">executablebooks/markdown-it-py#394</a></li>
<li>🚀 RELEASE v4.2.0 by <a
href="https://github.com/chrisjsewell"><code>@​chrisjsewell</code></a>
in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/395">executablebooks/markdown-it-py#395</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/executablebooks/markdown-it-py/compare/v4.1.0...v4.2.0">https://github.com/executablebooks/markdown-it-py/compare/v4.1.0...v4.2.0</a></p>
<h2>v4.1.0</h2>
<h2>What's Changed</h2>
<ul>
<li> Add <code>--stdin</code> option to CLI by <a
href="https://github.com/mcepl"><code>@​mcepl</code></a> in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/379">executablebooks/markdown-it-py#379</a></li>
<li>Add AGENTS.md and copilot-setup-steps workflow by <a
href="https://github.com/Copilot"><code>@​Copilot</code></a> in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/380">executablebooks/markdown-it-py#380</a></li>
<li>🔧 Add typing to Scanner by <a
href="https://github.com/Alunderin"><code>@​Alunderin</code></a> in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/382">executablebooks/markdown-it-py#382</a></li>
<li>👌 Fix quadratic complexity in <code>fragments_join</code> /
<code>text_join</code> by <a
href="https://github.com/petricevich"><code>@​petricevich</code></a> in
<a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/389">executablebooks/markdown-it-py#389</a></li>
<li>Allow plugins to register inline terminator characters by <a
href="https://github.com/Copilot"><code>@​Copilot</code></a> in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/391">executablebooks/markdown-it-py#391</a></li>
<li> Add <code>gfm-like2</code> preset with task lists, alerts, and
single-tilde strikethrough by <a
href="https://github.com/chrisjsewell"><code>@​chrisjsewell</code></a>
in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/388">executablebooks/markdown-it-py#388</a></li>
<li>🔧 Update pre-commit hooks by <a
href="https://github.com/chrisjsewell"><code>@​chrisjsewell</code></a>
in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/392">executablebooks/markdown-it-py#392</a></li>
<li>🚀 RELEASE v4.1.0 by <a
href="https://github.com/chrisjsewell"><code>@​chrisjsewell</code></a>
in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/393">executablebooks/markdown-it-py#393</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/mcepl"><code>@​mcepl</code></a> made
their first contribution in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/379">executablebooks/markdown-it-py#379</a></li>
<li><a href="https://github.com/Copilot"><code>@​Copilot</code></a> made
their first contribution in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/380">executablebooks/markdown-it-py#380</a></li>
<li><a href="https://github.com/Alunderin"><code>@​Alunderin</code></a>
made their first contribution in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/382">executablebooks/markdown-it-py#382</a></li>
<li><a
href="https://github.com/petricevich"><code>@​petricevich</code></a>
made their first contribution in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/389">executablebooks/markdown-it-py#389</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/executablebooks/markdown-it-py/compare/v4.0.0...v4.1.0">https://github.com/executablebooks/markdown-it-py/compare/v4.0.0...v4.1.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md">markdown-it-py's
changelog</a>.</em></p>
<blockquote>
<h2>4.2.0 - 2026-05-07</h2>
<ul>
<li> Add <code>make_fence_rule()</code> factory for configurable fence
markers in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/394">#394</a></li>
</ul>
<h2>4.1.0 - 2025-05-06</h2>
<ul>
<li> Add <code>gfm-like2</code> preset with task lists, alerts, and
single-tilde strikethrough core plugins in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/388">#388</a></li>
<li> Allow plugins to register inline terminator characters in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/391">#391</a></li>
<li>👌 Fix quadratic complexity in <code>fragments_join</code> /
<code>text_join</code> in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/389">#389</a>,
thanks to <a
href="https://github.com/petricevich"><code>@​petricevich</code></a></li>
<li>👌 Add <code>--stdin</code> option to CLI for reading Markdown from
standard input in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/379">#379</a>,
thanks to <a
href="https://github.com/mcepl"><code>@​mcepl</code></a></li>
<li>🔧 Add typing to Scanner in <a
href="https://redirect.github.com/executablebooks/markdown-it-py/pull/382">#382</a>,
thanks to <a
href="https://github.com/Alunderin"><code>@​Alunderin</code></a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/executablebooks/markdown-it-py/compare/v4.0.0...v4.1.0">https://github.com/executablebooks/markdown-it-py/compare/v4.0.0...v4.1.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="36c5f54714"><code>36c5f54</code></a>
🚀 RELEASE v4.2.0 (<a
href="https://redirect.github.com/executablebooks/markdown-it-py/issues/395">#395</a>)</li>
<li><a
href="96cf077ba5"><code>96cf077</code></a>
 Add <code>make_fence_rule()</code> factory for configurable fence
markers (<a
href="https://redirect.github.com/executablebooks/markdown-it-py/issues/394">#394</a>)</li>
<li><a
href="3b4ff6ddd3"><code>3b4ff6d</code></a>
🚀 RELEASE v4.1.0 (<a
href="https://redirect.github.com/executablebooks/markdown-it-py/issues/393">#393</a>)</li>
<li><a
href="8951f26737"><code>8951f26</code></a>
🔧 Update pre-commit hooks (<a
href="https://redirect.github.com/executablebooks/markdown-it-py/issues/392">#392</a>)</li>
<li><a
href="693bb24063"><code>693bb24</code></a>
 Add <code>gfm-like2</code> preset with task lists, alerts, and
single-tilde strikethro...</li>
<li><a
href="df6fd36109"><code>df6fd36</code></a>
Allow plugins to register inline terminator characters (<a
href="https://redirect.github.com/executablebooks/markdown-it-py/issues/391">#391</a>)</li>
<li><a
href="d4ea0ca7f4"><code>d4ea0ca</code></a>
👌 Fix quadratic complexity in <code>fragments_join</code> /
<code>text_join</code> (<a
href="https://redirect.github.com/executablebooks/markdown-it-py/issues/389">#389</a>)</li>
<li><a
href="89331476e4"><code>8933147</code></a>
🔧 Add typing to Scanner (<a
href="https://redirect.github.com/executablebooks/markdown-it-py/issues/382">#382</a>)</li>
<li><a
href="2f6ae107ba"><code>2f6ae10</code></a>
🔧 Add AGENTS.md and copilot-setup-steps workflow (<a
href="https://redirect.github.com/executablebooks/markdown-it-py/issues/380">#380</a>)</li>
<li><a
href="49043e4445"><code>49043e4</code></a>
Add --stdin option to CLI for reading Markdown from standard input (<a
href="https://redirect.github.com/executablebooks/markdown-it-py/issues/379">#379</a>)</li>
<li>See full diff in <a
href="https://github.com/executablebooks/markdown-it-py/compare/v4.0.0...v4.2.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `pydantic` from 2.13.3 to 2.13.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pydantic/pydantic/releases">pydantic's
releases</a>.</em></p>
<blockquote>
<h2>v2.13.4 2026-05-06</h2>
<h2>v2.13.4 (2026-05-06)</h2>
<h3>What's Changed</h3>
<h4>Packaging</h4>
<ul>
<li>Bump libc from 0.2.155 to 0.2.185 by <a
href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/13109">#13109</a></li>
<li>Adapt <code>pydantic-core</code> linker flags on macOS by <a
href="https://github.com/washingtoneg"><code>@​washingtoneg</code></a>
and <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/13147">#13147</a></li>
</ul>
<h4>Fixes</h4>
<ul>
<li>Preserve <code>RootModel</code> core metadata by <a
href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/13129">#13129</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pydantic/pydantic/compare/v2.13.3...v2.13.4">https://github.com/pydantic/pydantic/compare/v2.13.3...v2.13.4</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md">pydantic's
changelog</a>.</em></p>
<blockquote>
<h2>v2.13.4 (2026-05-06)</h2>
<p><a
href="https://github.com/pydantic/pydantic/releases/tag/v2.13.4">GitHub
release</a></p>
<h3>What's Changed</h3>
<h4>Packaging</h4>
<ul>
<li>Bump libc from 0.2.155 to 0.2.185 by <a
href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/13109">#13109</a></li>
<li>Adapt <code>pydantic-core</code> linker flags on macOS by <a
href="https://github.com/washingtoneg"><code>@​washingtoneg</code></a>
and <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/13147">#13147</a></li>
</ul>
<h4>Fixes</h4>
<ul>
<li>Preserve <code>RootModel</code> core metadata by <a
href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/13129">#13129</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="cf67d4b319"><code>cf67d4b</code></a>
Fix linting</li>
<li><a
href="f0d8a214a5"><code>f0d8a21</code></a>
Prepare release v2.13.4</li>
<li><a
href="5e3fe1d41a"><code>5e3fe1d</code></a>
Check for pydantic tag pattern in CI</li>
<li><a
href="7f9edcc2a1"><code>7f9edcc</code></a>
Document tagging conventions</li>
<li><a
href="b46a0c9b8a"><code>b46a0c9</code></a>
Adapt <code>pydantic-core</code> linker flags on macOS</li>
<li><a
href="50629c851e"><code>50629c8</code></a>
Update to PyPy 7.3.22</li>
<li><a
href="8522ebb71e"><code>8522ebb</code></a>
Preserve <code>RootModel</code> core metadata</li>
<li><a
href="a37f3aff09"><code>a37f3af</code></a>
Adapt <code>MISSING</code> sentinel test to work with unreleased
<code>typing_extensions</code> ver...</li>
<li><a
href="909259a9df"><code>909259a</code></a>
Remove Logfire example in documentation</li>
<li><a
href="2c4174c366"><code>2c4174c</code></a>
Bump libc from 0.2.155 to 0.2.185</li>
<li>See full diff in <a
href="https://github.com/pydantic/pydantic/compare/v2.13.3...v2.13.4">compare
view</a></li>
</ul>
</details>
<br />

Updates `pydantic-settings` from 2.14.0 to 2.14.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pydantic/pydantic-settings/releases">pydantic-settings's
releases</a>.</em></p>
<blockquote>
<h2>v2.14.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump the python-packages group with 4 updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/850">pydantic/pydantic-settings#850</a></li>
<li>Bump the python-packages group with 5 updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/854">pydantic/pydantic-settings#854</a></li>
<li>Bump the github-actions group with 3 updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/853">pydantic/pydantic-settings#853</a></li>
<li>Bump the python-packages group with 2 updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/856">pydantic/pydantic-settings#856</a></li>
<li>Fix field named <code>cls</code> conflicting with classmethod
parameter by <a
href="https://github.com/hramezani"><code>@​hramezani</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/858">pydantic/pydantic-settings#858</a></li>
<li>Prepare release 2.14.1 by <a
href="https://github.com/hramezani"><code>@​hramezani</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic-settings/pull/859">pydantic/pydantic-settings#859</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pydantic/pydantic-settings/compare/v2.14.0...v2.14.1">https://github.com/pydantic/pydantic-settings/compare/v2.14.0...v2.14.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e95c30bec8"><code>e95c30b</code></a>
Prepare release 2.14.1 (<a
href="https://redirect.github.com/pydantic/pydantic-settings/issues/859">#859</a>)</li>
<li><a
href="0c8734581b"><code>0c87345</code></a>
Fix field named <code>cls</code> conflicting with classmethod parameter
(<a
href="https://redirect.github.com/pydantic/pydantic-settings/issues/858">#858</a>)</li>
<li><a
href="7bd0072795"><code>7bd0072</code></a>
Bump the python-packages group with 2 updates (<a
href="https://redirect.github.com/pydantic/pydantic-settings/issues/856">#856</a>)</li>
<li><a
href="b03e573d01"><code>b03e573</code></a>
Bump the github-actions group with 3 updates (<a
href="https://redirect.github.com/pydantic/pydantic-settings/issues/853">#853</a>)</li>
<li><a
href="eaa3b43493"><code>eaa3b43</code></a>
Bump the python-packages group with 5 updates (<a
href="https://redirect.github.com/pydantic/pydantic-settings/issues/854">#854</a>)</li>
<li><a
href="9f95615c24"><code>9f95615</code></a>
Bump the python-packages group with 4 updates (<a
href="https://redirect.github.com/pydantic/pydantic-settings/issues/850">#850</a>)</li>
<li>See full diff in <a
href="https://github.com/pydantic/pydantic-settings/compare/v2.14.0...v2.14.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `openai` from 2.33.0 to 2.36.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/openai/openai-python/releases">openai's
releases</a>.</em></p>
<blockquote>
<h2>v2.36.0</h2>
<h2>2.36.0 (2026-05-07)</h2>
<p>Full Changelog: <a
href="https://github.com/openai/openai-python/compare/v2.35.1...v2.36.0">v2.35.1...v2.36.0</a></p>
<h3>Features</h3>
<ul>
<li><strong>api:</strong> manual updates (<a
href="13c639cc7d">13c639c</a>)</li>
<li><strong>api:</strong> realtime 2 (<a
href="8fe0ab87e6">8fe0ab8</a>)</li>
</ul>
<h2>v2.35.1</h2>
<h2>2.35.1 (2026-05-06)</h2>
<p>Full Changelog: <a
href="https://github.com/openai/openai-python/compare/v2.35.0...v2.35.1">v2.35.0...v2.35.1</a></p>
<h3>Bug Fixes</h3>
<ul>
<li><strong>api:</strong> fix imagegen <code>size</code> enum regression
(<a
href="44846536bc">4484653</a>)</li>
</ul>
<h2>v2.35.0</h2>
<h2>2.35.0 (2026-05-06)</h2>
<p>Full Changelog: <a
href="https://github.com/openai/openai-python/compare/v2.34.0...v2.35.0">v2.34.0...v2.35.0</a></p>
<h3>Features</h3>
<ul>
<li><strong>api:</strong> update image 2 (<a
href="0ba55d7569">0ba55d7</a>)</li>
<li><strong>api:</strong> manual updates (<a
href="72bf67acbc">72bf67a</a>)</li>
</ul>
<h3>Chores</h3>
<ul>
<li>remove legacy python cli (<a
href="32f36e447d">32f36e4</a>)</li>
<li>rename legacy python cli entrypoint (<a
href="a3b182d6d2">a3b182d</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li><strong>api:</strong> update top_logprobs parameter description
across chat and responses (<a
href="f9d339fcea">f9d339f</a>)</li>
</ul>
<h2>v2.34.0</h2>
<h2>2.34.0 (2026-05-04)</h2>
<p>Full Changelog: <a
href="https://github.com/openai/openai-python/compare/v2.33.0...v2.34.0">v2.33.0...v2.34.0</a></p>
<h3>Features</h3>
<ul>
<li><strong>api:</strong> add external_key_id to projects,
email/metadata params to users, update types (<a
href="2d232eebb2">2d232ee</a>)</li>
<li><strong>api:</strong> add support for Admin API Keys per endpoint
(<a
href="b8b176af84">b8b176a</a>)</li>
<li><strong>api:</strong> admin API updates (<a
href="4ae1138ae1">4ae1138</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/openai/openai-python/blob/main/CHANGELOG.md">openai's
changelog</a>.</em></p>
<blockquote>
<h2>2.36.0 (2026-05-07)</h2>
<p>Full Changelog: <a
href="https://github.com/openai/openai-python/compare/v2.35.1...v2.36.0">v2.35.1...v2.36.0</a></p>
<h3>Features</h3>
<ul>
<li><strong>api:</strong> manual updates (<a
href="13c639cc7d">13c639c</a>)</li>
<li><strong>api:</strong> realtime 2 (<a
href="8fe0ab87e6">8fe0ab8</a>)</li>
</ul>
<h2>2.35.1 (2026-05-06)</h2>
<p>Full Changelog: <a
href="https://github.com/openai/openai-python/compare/v2.35.0...v2.35.1">v2.35.0...v2.35.1</a></p>
<h3>Bug Fixes</h3>
<ul>
<li><strong>api:</strong> fix imagegen <code>size</code> enum regression
(<a
href="44846536bc">4484653</a>)</li>
</ul>
<h2>2.35.0 (2026-05-06)</h2>
<p>Full Changelog: <a
href="https://github.com/openai/openai-python/compare/v2.34.0...v2.35.0">v2.34.0...v2.35.0</a></p>
<h3>Features</h3>
<ul>
<li><strong>api:</strong> update image 2 (<a
href="0ba55d7569">0ba55d7</a>)</li>
<li><strong>api:</strong> manual updates (<a
href="72bf67acbc">72bf67a</a>)</li>
</ul>
<h3>Chores</h3>
<ul>
<li>remove legacy python cli (<a
href="32f36e447d">32f36e4</a>)</li>
<li>rename legacy python cli entrypoint (<a
href="a3b182d6d2">a3b182d</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li><strong>api:</strong> update top_logprobs parameter description
across chat and responses (<a
href="f9d339fcea">f9d339f</a>)</li>
</ul>
<h2>2.34.0 (2026-05-04)</h2>
<p>Full Changelog: <a
href="https://github.com/openai/openai-python/compare/v2.33.0...v2.34.0">v2.33.0...v2.34.0</a></p>
<h3>Features</h3>
<ul>
<li><strong>api:</strong> add external_key_id to projects,
email/metadata params to users, update types (<a
href="2d232eebb2">2d232ee</a>)</li>
<li><strong>api:</strong> add support for Admin API Keys per endpoint
(<a
href="b8b176af84">b8b176a</a>)</li>
<li><strong>api:</strong> admin API updates (<a
href="4ae1138ae1">4ae1138</a>)</li>
<li><strong>api:</strong> manual updates (<a
href="c1870f1b88">c1870f1</a>)</li>
<li><strong>api:</strong> manual updates (<a
href="f6bb9c7d7b">f6bb9c7</a>)</li>
<li>support setting headers via env (<a
href="1e89d8b56a">1e89d8b</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="38d75d74a5"><code>38d75d7</code></a>
Merge pull request <a
href="https://redirect.github.com/openai/openai-python/issues/3205">#3205</a>
from openai/release-please--branches--main--changes-...</li>
<li><a
href="ff683ffbeb"><code>ff683ff</code></a>
release: 2.36.0</li>
<li><a
href="8fe0ab87e6"><code>8fe0ab8</code></a>
feat(api): realtime 2</li>
<li><a
href="13c639cc7d"><code>13c639c</code></a>
feat(api): manual updates</li>
<li><a
href="2f1dd2814f"><code>2f1dd28</code></a>
codegen metadata</li>
<li><a
href="19cda34ccc"><code>19cda34</code></a>
codegen metadata</li>
<li><a
href="12fc3e41f2"><code>12fc3e4</code></a>
codegen metadata</li>
<li><a
href="5e8f09c2c8"><code>5e8f09c</code></a>
release: 2.35.1</li>
<li><a
href="14b8afce7f"><code>14b8afc</code></a>
fix(api): fix imagegen <code>size</code> enum regression</li>
<li><a
href="99b9c422f3"><code>99b9c42</code></a>
codegen metadata</li>
<li>Additional commits viewable in <a
href="https://github.com/openai/openai-python/compare/v2.33.0...v2.36.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `transformers` from 5.7.0 to 5.8.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/huggingface/transformers/releases">transformers's
releases</a>.</em></p>
<blockquote>
<h2>Release 5.8.0</h2>
<h1>Release v5.8.0</h1>
<h2>New Model additions</h2>
<h3>DeepSeek-V4</h3>
<!-- raw HTML omitted -->
<p>DeepSeek-V4 is the next-generation MoE (Mixture of Experts) language
model from DeepSeek that introduces several architectural innovations
over DeepSeek-V3. The architecture replaces Multi-head Latent Attention
(MLA) with a hybrid local + long-range attention design, swaps residual
connections for Manifold-Constrained Hyper-Connections (mHC), and
bootstraps the first few MoE layers with a static token-id → expert-id
hash table. This implementation covers DeepSeek-V4-Flash,
DeepSeek-V4-Pro, and their -Base pretrained variants, which share the
same architecture but differ in width, depth, expert count and
weights.</p>
<p><strong>Links:</strong> <a
href="https://huggingface.co/docs/transformers/main/en/model_doc/deepseek_v4">Documentation</a>
| <a
href="https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash/blob/main/DeepSeek_V4.pdf">Paper</a></p>
<ul>
<li>Add DeepSeek V4 (<a
href="https://redirect.github.com/huggingface/transformers/issues/45643">#45643</a>)
by <a
href="https://github.com/ArthurZucker"><code>@​ArthurZucker</code></a>
in <a
href="https://redirect.github.com/huggingface/transformers/pull/45643">#45643</a></li>
</ul>
<h3>Gemma 4 Assistant</h3>
<!-- raw HTML omitted -->
<p>Gemma 4 Assistant is a small, text-only model that enables
speculative decoding for Gemma 4 models using the Multi-Token Prediction
(MTP) method and associated candidate generator. The model shares the
same Gemma4TextModel backbone as other Gemma 4 models but uses KV
sharing throughout the entire model, allowing it to reuse the KV cache
populated by the target model and skip the pre-fill phase entirely. This
architecture includes cross-attention to make the most of the target
model's context, allowing the assistant to accurately predict more
drafted tokens per drafting round.</p>
<p><strong>Links:</strong> <a
href="https://huggingface.co/docs/transformers/main/en/model_doc/gemma4_assistant">Documentation</a></p>
<ul>
<li>First model (<a
href="https://redirect.github.com/huggingface/transformers/issues/45788">#45788</a>)
by <a
href="https://github.com/SindhuRaghuram97"><code>@​SindhuRaghuram97</code></a>
in <a
href="https://redirect.github.com/huggingface/transformers/pull/45788">#45788</a></li>
</ul>
<h3>GraniteSpeechPlus</h3>
<!-- raw HTML omitted -->
<p>Granite Speech Plus is a variant of Granite Speech that enhances the
projector by consuming the concatenation of the encoder's final hidden
states with an arbitrary subset of its intermediate hidden states along
the feature dimension. It is a multimodal speech-to-text model that can
transcribe audio, provide speaker annotation and word level timestamps
by responding to text prompts. The model inherits the same architecture
components as Granite Speech including the speech encoder, query
transformer projector, language model, and optional LoRA adapter.</p>
<p><strong>Links:</strong> <a
href="https://huggingface.co/docs/transformers/main/en/model_doc/granite_speech_plus">Documentation</a></p>
<ul>
<li>Support for a new Granite-Speech-Plus model (<a
href="https://redirect.github.com/huggingface/transformers/issues/45695">#45695</a>)
by <a href="https://github.com/zvik"><code>@​zvik</code></a> in <a
href="https://redirect.github.com/huggingface/transformers/pull/45695">#45695</a></li>
</ul>
<h3>Granite4Vision</h3>
<p>Granite Vision 4.1 is a vision-language model from IBM Research
designed for enterprise-grade document data extraction. It specializes
in chart extraction (Chart2CSV, Chart2Summary, Chart2Code), table
extraction (JSON, HTML, OTSL), and semantic key-value pair extraction.
The model builds on LLaVA-NeXT with architectural innovations including
SigLIP2 Vision Encoder, Window Q-Former Projectors, and DeepStack
Feature Injection with 8 vision-to-LLM injection points.</p>
<p><strong>Links:</strong> <a
href="https://huggingface.co/docs/transformers/main/en/model_doc/granite4_vision">Documentation</a></p>
<ul>
<li>Add Granite 4.1 Vision (granite4_vision) (<a
href="https://redirect.github.com/huggingface/transformers/issues/45597">#45597</a>)
by <a
href="https://github.com/artem-spector"><code>@​artem-spector</code></a>
in <a
href="https://redirect.github.com/huggingface/transformers/pull/45597">#45597</a></li>
</ul>
<h3>EXAONE-4.5</h3>
<!-- raw HTML omitted -->
<p>EXAONE 4.5 is the first open-weight vision language model developed
by LG AI Research, integrating a dedicated visual encoder into the
existing EXAONE 4.0 framework to expand multimodal capabilities. The
model features 33 billion parameters in total, including 1.2 billion
parameters from the vision encoder, and achieves competitive performance
in general benchmarks while outperforming similar-sized models in
document understanding and Korean contextual reasoning. It builds on
EXAONE 4.0 with key enhancements including an expanded vocabulary of
153,600 tokens, support for up to 256K token context windows, and a
Multi-Token Prediction (MTP) mechanism.</p>
<p><strong>Links:</strong> <a
href="https://huggingface.co/docs/transformers/main/en/model_doc/exaone4_5">Documentation</a>
| <a href="https://huggingface.co/papers/2604.08644">Paper</a> | <a
href="https://www.lgresearch.ai/blog/view?seq=641">Blog Post</a></p>
<ul>
<li>Add EXAONE 4.5 implementations (<a
href="https://redirect.github.com/huggingface/transformers/issues/45471">#45471</a>)
by <a href="https://github.com/nuxlear"><code>@​nuxlear</code></a> in <a
href="https://redirect.github.com/huggingface/transformers/pull/45471">#45471</a></li>
</ul>
<h3>PP-FormulaNet</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="049d2bf122"><code>049d2bf</code></a>
v5.8.0</li>
<li><a
href="2871cafffb"><code>2871caf</code></a>
Add Granite 4.1 Vision (granite4_vision) (<a
href="https://redirect.github.com/huggingface/transformers/issues/45597">#45597</a>)</li>
<li><a
href="aaec1092d4"><code>aaec109</code></a>
fix: correct spelling in continuous_api docstring (<a
href="https://redirect.github.com/huggingface/transformers/issues/45749">#45749</a>)</li>
<li><a
href="7050d0e0bf"><code>7050d0e</code></a>
Fix link to modular transformers documentation (<a
href="https://redirect.github.com/huggingface/transformers/issues/45746">#45746</a>)</li>
<li><a
href="df2f2b5399"><code>df2f2b5</code></a>
Gemma4: fix failed test cases (<a
href="https://redirect.github.com/huggingface/transformers/issues/45568">#45568</a>)</li>
<li><a
href="2c7d385621"><code>2c7d385</code></a>
First model (<a
href="https://redirect.github.com/huggingface/transformers/issues/45788">#45788</a>)</li>
<li><a
href="a6ccf9354a"><code>a6ccf93</code></a>
Fix CI: Allow more artifacts to be download in CI (<a
href="https://redirect.github.com/huggingface/transformers/issues/45785">#45785</a>)</li>
<li><a
href="2c432d73c1"><code>2c432d7</code></a>
Add <code>concurrency</code> to <code>PR CI</code> workflow file
(<code>pr-ci-caller.yml</code>) (<a
href="https://redirect.github.com/huggingface/transformers/issues/45786">#45786</a>)</li>
<li><a
href="3db570f745"><code>3db570f</code></a>
Reorder decorators for autodoc and dataclass (<a
href="https://redirect.github.com/huggingface/transformers/issues/45702">#45702</a>)</li>
<li><a
href="136befeb03"><code>136befe</code></a>
Unwrap <code>text_config</code> in
<code>AutoModelFor*.from_config</code> (<a
href="https://redirect.github.com/huggingface/transformers/issues/45770">#45770</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/huggingface/transformers/compare/v5.7.0...v5.8.0">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-09 02:07:44 -07:00
Alishahryar1
43a3cc941b Update README 2026-05-09 00:20:14 -07:00
Alishahryar1
b0f5a49cd1 docs: link Wafer provider site 2026-05-08 23:47:35 -07:00
Alishahryar1
5669fb22e1 Merge branch 'ali/add-wafer-provider' 2026-05-08 23:43:35 -07:00
Alishahryar1
5294661aa4 feat: add Wafer provider 2026-05-08 23:43:16 -07:00
Preston Arnold
5706d0029d
Remove redundant powershell command in README (#354)
Some checks failed
CI / checks (push) Has been cancelled
`cp` works just fine on powershell. no need.
2026-05-05 21:52:52 -07:00