Skip to content

Commit 4d36628

Browse files
committed
fixup: mypy dependency for types
Signed-off-by: Simon Schrottner <[email protected]>
1 parent 049424a commit 4d36628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/openfeature-provider-flagd/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ dependencies = [
2626
"pyyaml>=6.0.1",
2727
"cachebox",
2828
"jsonschema",
29-
"types-jsonschema"
3029
]
3130
requires-python = ">=3.9"
3231

@@ -68,6 +67,7 @@ dependencies = [
6867
"mypy[faster-cache]>=1.13.0",
6968
"types-protobuf",
7069
"types-pyyaml",
70+
"types-jsonschema"
7171
]
7272
pre-install-commands = [
7373
"hatch build",

0 commit comments

Comments
 (0)