From 4c0a87d7864e177298380f6c18c6cdef432dc5d3 Mon Sep 17 00:00:00 2001 From: Bedram Tamang Date: Wed, 15 Jul 2026 17:01:25 -0700 Subject: [PATCH] chore(typing): ship py.typed marker for PEP 561 compliance Add a PEP 561 py.typed marker so downstream type checkers honour the package's inline hints instead of reporting reportMissingTypeStubs when importing fastapi_startkit. --- fastapi_startkit/src/fastapi_startkit/py.typed | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 fastapi_startkit/src/fastapi_startkit/py.typed diff --git a/fastapi_startkit/src/fastapi_startkit/py.typed b/fastapi_startkit/src/fastapi_startkit/py.typed new file mode 100644 index 00000000..e69de29b