Skip to content

[pull] develop from baserow:develop#224

Merged
pull[bot] merged 4 commits intocode:developfrom
baserow:develop
Mar 26, 2026
Merged

[pull] develop from baserow:develop#224
pull[bot] merged 4 commits intocode:developfrom
baserow:develop

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented Mar 26, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

silvestrid and others added 4 commits March 26, 2026 15:31
* fix(assistant): resolve UDSPY credentials at model creation instead of polluting os.environ

The UDSPY_LM_API_KEY and UDSPY_LM_OPENAI_COMPATIBLE_BASE_URL env vars
were being bridged via os.environ.setdefault() at startup, which leaked
into the AI field's credential resolution. Move credential fallback into
_resolve_model() using a dispatch-dict of per-provider factories that
read env vars on demand without ever writing to os.environ.

* test(assistant): add tests for credential resolution and env-var precedence

Covers _resolve_credentials and _resolve_model: provider-specific env
vars take precedence over UDSPY_LM_* compat fallback, unknown providers
still get the fallback, and resolution never mutates os.environ.
…ILE (#5038)

- Add .claude/ to vite server watch ignore list alongside node_modules
  and .git to avoid unnecessary file watching in worktrees.
- Configure Nitro devStorage to use fs-lite driver to prevent chokidar
  from watching the entire repo root, which causes EMFILE on macOS in
  large monorepos.
Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.5...v2.33.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.33.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [h3](https://github.com/h3js/h3) from 1.15.8 to 1.15.10.
- [Release notes](https://github.com/h3js/h3/releases)
- [Changelog](https://github.com/h3js/h3/blob/v1.15.10/CHANGELOG.md)
- [Commits](h3js/h3@v1.15.8...v1.15.10)

---
updated-dependencies:
- dependency-name: h3
  dependency-version: 1.15.10
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@pull pull Bot locked and limited conversation to collaborators Mar 26, 2026
@pull pull Bot added the ⤵️ pull label Mar 26, 2026
@pull pull Bot merged commit be97ea4 into code:develop Mar 26, 2026
2 of 6 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant