Skip to content

Commit 8aacb97

Browse files
committed
build(deps): add types-PyYAML to optional dependencies
- Enhance type checking capabilities by including types-PyYAML - This change broadens the support for YAML operations with type hints
1 parent 4433f56 commit 8aacb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Repository = "https://github.com/tanbro/redis_func_cache"
4545
Changelog = "https://github.com/tanbro/redis_func_cache/main/CHANGELOG.md"
4646

4747
[project.optional-dependencies]
48-
types = ["types-redis","types-Pygments"]
48+
types = ["types-redis","types-PyYAML","types-Pygments"]
4949
pygments = ["Pygments"]
5050
hiredis = ["redis[hiredis]"]
5151
msgpack = ["msgpack>=1.0"]

0 commit comments

Comments
 (0)