Avatar for the astral-sh user
astral-sh
uv
BlogDocsChangelog

Performance History

Latest Results

Fix JSON schema validation with fastjsonschema (#20550) https://github.com/astral-sh/uv/pull/20304 introduced a schema change that trips up the upstream fastjsonschema's code generation. > fastjsonschema initializes data_keys inside the not subschema’s try block. If required fails first, the exception is caught and execution continues, but the parent schema then accesses the never-initialized data_keys, causing UnboundLocalError. By moving the conflcting preview settings into a referenced definition, we can avoid the broken code generation. > Using $ref makes fastjsonschema generate a separate validation function for the not subschema, isolating its temporary variables from the parent validator and preventing the uninitialized data_keys access. Prepared with help from Codex
main
6 minutes ago
Update cargo-zigbuild for nightly arm64 builds
astral-sh:zb/uv-dev-nightly-toolchain-pin
9 minutes ago
Retain schema-store validation in CI
fix-preview-schema-fastjsonschema
25 minutes ago
Update taiki-e/install-action action to v2.83.2
renovate/taiki-e-install-action-2.x
2 hours ago
Update Rust crate open to v5.4.0
renovate/open-5.x-lockfile
2 hours ago
Update Rust crate test-log to v0.2.21
renovate/test-log-0.x-lockfile
2 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
Fix JSON schema validation with fastjsonschema#20550
40 minutes ago
137d4d1
fix-preview-schema-fastjsonschema
CodSpeed Performance Gauge
0%
3 days ago
6f54f77
gankra/no-stdin
CodSpeed Performance Gauge
0%
Update taiki-e/install-action action to v2.83.2#20538
2 hours ago
3d1612c
renovate/taiki-e-install-action-2.x
Β© 2026 CodSpeed Technology
Home Terms Privacy Docs