Skip to content

Commit 881dfe1

Browse files
committed
fix linting, use new jiter release
1 parent 7605319 commit 881dfe1

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.mypy-stubtest-allowlist

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# TODO: don't want to expose this staticmethod, requires https://github.com/PyO3/pyo3/issues/2384
22
pydantic_core._pydantic_core.PydanticUndefinedType.new
3-
# As per #1240, from_json has custom logic to coverage the `cache_strings` kwarg
3+
# See #1540 for discussion
44
pydantic_core._pydantic_core.from_json
5+
pydantic_core._pydantic_core.SchemaValidator.validate_python
6+
pydantic_core._pydantic_core.SchemaValidator.validate_json
7+
pydantic_core._pydantic_core.SchemaValidator.validate_strings
58
# the `warnings` kwarg for SchemaSerializer functions has custom logic
69
pydantic_core._pydantic_core.SchemaSerializer.to_python
710
pydantic_core._pydantic_core.SchemaSerializer.to_json

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ base64 = "0.22.1"
4646
num-bigint = "0.4.6"
4747
python3-dll-a = "0.2.10"
4848
uuid = "1.11.0"
49-
#jiter = { version = "0.7", features = ["python"] }
50-
jiter = {git = "https://github.com/pydantic/jiter.git", branch = "allow-partial-trailing-strings", features = ["python"] }
49+
jiter = { version = "0.7.1", features = ["python"] }
5150
hex = "0.4.3"
5251

5352
[lib]

0 commit comments

Comments
 (0)