From abf1f3d3b0648468b76e4d7001716fdd6b508c42 Mon Sep 17 00:00:00 2001 From: JRoot Junior Date: Fri, 2 Jan 2026 02:46:24 +0200 Subject: [PATCH] Added changelog record --- CHANGES/1749.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 CHANGES/1749.misc.rst diff --git a/CHANGES/1749.misc.rst b/CHANGES/1749.misc.rst new file mode 100644 index 00000000..90ba26a5 --- /dev/null +++ b/CHANGES/1749.misc.rst @@ -0,0 +1 @@ +Updated type hints in the codebase to Python 3.10+ style unions and optionals.