Skip to content

Commit

Permalink
fix linting, use new jiter release
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Nov 12, 2024
1 parent 7605319 commit 881dfe1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .mypy-stubtest-allowlist
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# TODO: don't want to expose this staticmethod, requires https://github.com/PyO3/pyo3/issues/2384
pydantic_core._pydantic_core.PydanticUndefinedType.new
# As per #1240, from_json has custom logic to coverage the `cache_strings` kwarg
# See #1540 for discussion
pydantic_core._pydantic_core.from_json
pydantic_core._pydantic_core.SchemaValidator.validate_python
pydantic_core._pydantic_core.SchemaValidator.validate_json
pydantic_core._pydantic_core.SchemaValidator.validate_strings
# the `warnings` kwarg for SchemaSerializer functions has custom logic
pydantic_core._pydantic_core.SchemaSerializer.to_python
pydantic_core._pydantic_core.SchemaSerializer.to_json
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ base64 = "0.22.1"
num-bigint = "0.4.6"
python3-dll-a = "0.2.10"
uuid = "1.11.0"
#jiter = { version = "0.7", features = ["python"] }
jiter = {git = "https://github.com/pydantic/jiter.git", branch = "allow-partial-trailing-strings", features = ["python"] }
jiter = { version = "0.7.1", features = ["python"] }
hex = "0.4.3"

[lib]
Expand Down

0 comments on commit 881dfe1

Please sign in to comment.