Skip to content

Commit 08de0a1

Browse files
committed
update dependency
1 parent f78f765 commit 08de0a1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ classifiers = [
4242
dependencies = [
4343
"httpx>=0.24.0,<1.0.0",
4444
"aiofiles>=23.0.0,<25.0.0",
45+
"typing_extensions>=4.9.0"
4546
]
4647

4748
[project.optional-dependencies]

src/nutrient_dws/http.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
import json
44
from collections.abc import Callable
5-
from typing import Any, Generic, Literal, TypedDict, TypeGuard, TypeVar
5+
from typing import Any, Generic, Literal, TypeGuard, TypeVar
66

77
import httpx
8-
from typing_extensions import NotRequired
8+
from typing_extensions import NotRequired, TypedDict
99

1010
from nutrient_dws.builder.staged_builders import (
1111
BufferOutput,

0 commit comments

Comments
 (0)