chore: add types-networkx

This commit is contained in:
rus07tam 2025-11-21 15:55:39 +00:00
parent 8f9347381a
commit 9840c1706e
4 changed files with 288 additions and 110 deletions

View file

@ -19,9 +19,11 @@ classifiers = [
]
requires-python = ">=3.10"
dependencies = [
"annotated-types>=0.7.0",
"exceptiongroup>=1.3.0",
"networkx>=3.4.2",
"pydantic>=2.12.3",
"types-networkx>=3.5.0.20251106",
"typing-extensions>=4.15.0",
]
license = "CC0-1.0"