Skip to content

Commit 0088ab6

Browse files
committed
dream: drop unused direct typing-extensions dependency
Dream dream-2026-07-23.1 finding 004.
1 parent bc89984 commit 0088ab6

3 files changed

Lines changed: 0 additions & 4 deletions

File tree

docs/getting-started/installation.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ The SDK has minimal dependencies:
4343

4444
- `httpx` - Modern HTTP client with async support
4545
- `pyyaml` - For configuration file handling
46-
- `typing-extensions` - For enhanced type hints
4746
- `pydantic` - For data validation and models
4847

4948
All dependencies are automatically installed when you install the SDK.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ requires-python = ">=3.12"
88
dependencies = [
99
"httpx>=0.27.0",
1010
"pyyaml>=6.0",
11-
"typing-extensions>=4.0.0",
1211
"pydantic>=2.0.0",
1312
]
1413

uv.lock

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)