From f5a539d4a8303b16b0c0c1a72ea09288f0266033 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Thu, 27 Aug 2026 02:51:23 -0600 Subject: [PATCH] Add py.typed marker (PEP 561) pyproject has carried the "Typing :: Typed" classifier without shipping the marker file, so type checkers ignored the inline annotations entirely and the classifier was a false claim. The annotations were always there; only the marker was missing. Caught during the pre-publish audit. --- src/informix_db/py.typed | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/informix_db/py.typed diff --git a/src/informix_db/py.typed b/src/informix_db/py.typed new file mode 100644 index 0000000..e69de29