From 098f169385bad874797ac779b9c82f62a3bb2ba2 Mon Sep 17 00:00:00 2001 From: harupy <17039389+harupy@users.noreply.github.com> Date: Sat, 24 Jan 2026 00:49:17 +0900 Subject: [PATCH] Remove typing-extensions from dev dependencies typing-extensions is no longer needed as a dev dependency. Co-Authored-By: Claude Opus 4.5 --- python/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 50a2c777..c3f39374 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -43,7 +43,6 @@ dev = [ "ty>=0.0.2", "pytest>=7.0.0", "pytest-asyncio>=0.21.0", - "typing-extensions>=4.0.0", "httpx>=0.24.0", ]