From 08c78cc97874344685bac70f3779234c8df5fc2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 13:10:41 +0000 Subject: [PATCH] chore(deps): update typing-extensions requirement Updates the requirements on [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version. - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/4.12.0...4.16.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-version: 4.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c99435f6d..7e03ba562 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -130,7 +130,7 @@ dependencies = [ "duckdb>=1.5.4", "tenacity>=9.1.4", # Cross-version TypedDict/NotRequired — pydantic v2.12 rejects typing.TypedDict on py<3.12. - "typing_extensions>=4.12.0", + "typing_extensions>=4.16.0", # `osprey deploy up --dev` builds a wheel from the local checkout. A shipped # CLI flag must not depend on an optional extra: an editable install without # `--extra dev` would otherwise satisfy every other --dev precondition and