From 83576bd52af43dd108cfa378e3ff9af8296a09ac Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Fri, 30 May 2025 22:52:13 +0200 Subject: [PATCH] feat: expose as strictly typed lib --- here_routing/py.typed | 0 mypy.ini | 2 +- uv.lock | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 here_routing/py.typed diff --git a/here_routing/py.typed b/here_routing/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/mypy.ini b/mypy.ini index a85220f..6d4be88 100644 --- a/mypy.ini +++ b/mypy.ini @@ -8,4 +8,4 @@ warn_incomplete_stub = true warn_redundant_casts = true warn_return_any = true warn_unused_configs = true -; warn_unused_ignores = true +warn_unused_ignores = true diff --git a/uv.lock b/uv.lock index 98fe8a2..6a5cb15 100644 --- a/uv.lock +++ b/uv.lock @@ -392,7 +392,7 @@ dev = [ [package.metadata] requires-dist = [ { name = "aiohttp", specifier = ">=3.12.4" }, - { name = "async-timeout", specifier = ">=5.0.1" }, + { name = "async-timeout", specifier = ">=4.0.3" }, { name = "yarl", specifier = ">=1.20.0" }, ]