From 70ed8a1dfd6a215701fb49f2bb983e35a611080f Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Mon, 9 Dec 2024 15:20:12 +0200 Subject: [PATCH] fix: `jsonpath_ng` types --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7f18ca49d..83e443f95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -141,6 +141,7 @@ module = [ "pywebpush.*", "fastapi_sso.sso.*", "json5.*", + "jsonpath_ng.*", ] ignore_missing_imports = "True"