feat: Update gRPC logging and identity interceptors, remove stub patching script, and update project dependencies.
This commit is contained in:
@@ -273,10 +273,11 @@ python-version = "3.12"
|
||||
python-interpreter-path = ".venv/bin/python"
|
||||
site-package-path = [".venv/lib/python3.12/site-packages"]
|
||||
search-path = [".", "src", "tests", "typings"]
|
||||
project-includes = ["src", "tests"]
|
||||
project-excludes = ["**/proto/*_pb2*.py", "**/proto/*_pb2*.pyi"]
|
||||
ignore-missing-imports = []
|
||||
replace-imports-with-any = []
|
||||
ignore-errors-in-generated-code = false
|
||||
ignore-errors-in-generated-code = true
|
||||
untyped-def-behavior = "check-and-infer-return-type"
|
||||
use-ignore-files = true
|
||||
permissive-ignores = false
|
||||
@@ -301,7 +302,6 @@ filterwarnings = [
|
||||
dev = [
|
||||
"basedpyright>=1.36.1",
|
||||
"gliner>=0.2.24",
|
||||
"grpc-stubs>=1.53.0.6",
|
||||
"protobuf>=6.33.2",
|
||||
"pyrefly>=0.46.1",
|
||||
"pytest-benchmark>=5.2.3",
|
||||
|
||||
Reference in New Issue
Block a user