From 0d1dd0c75d151b9ebd555838938a2c139f9a4c54 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 16 Jun 2026 16:34:56 -0700 Subject: [PATCH] fix typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e68bd003..ad24abec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dev = [ "ty>=0.0.14", ] dnssec = ["cryptography>=46"] -doh = ["httpcore22>=2.4", "httpx2>=2.4", "h2>=4.3.0"] +doh = ["httpcore2>=2.4", "httpx2>=2.4", "h2>=4.3.0"] doq = ["aioquic>=1.3.0"] idna = ["idna>=3.11"] trio = ["trio>=0.30"] -- 2.47.3