pydantic
jiter
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Keep range parsing on the common limit path
lolopinto:negative-integer-boundary
12 days ago
Keep the common integer limit path unchanged
lolopinto:negative-integer-boundary
12 days ago
Fix byte character slice Clippy lints
lolopinto:negative-integer-boundary
12 days ago
Don't count negative sign towards the integer digit limit Negative JSON integers with exactly 4300 digits were rejected because the leading minus sign wasn't being counted towards the integer digit limit. This changes it so that we count the digits independent of the sign and adds tests. ``` jiter.from_json(b"-" + b"9" * 4300) ``` This now parses successfully.
lolopinto:negative-integer-boundary
12 days ago
release: 0.16.0 (#259)
main
29 days ago
release: 0.16.0 (#259)
main
29 days ago
release: 0.16.0
release-0.16
29 days ago
Add 'Part of the Pydantic Stack' footer to README (#258) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
main
29 days ago
Latest Branches
CodSpeed Performance Gauge
-14%
Don't count negative sign towards the integer digit limit
#260
12 days ago
edc3e7b
lolopinto:negative-integer-boundary
CodSpeed Performance Gauge
0%
release: 0.16.0
#259
29 days ago
f89c05a
release-0.16
CodSpeed Performance Gauge
0%
Add `serde` Deserializer implementation
#253
1 month ago
e01f015
serde_deserialiser
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs