Skip to content

Commit 2a3e6cb

Browse files
Remove Config and related tests
The Config class and tests are no longer used as well as the pydantic dependency. There is a chance that a new version of pydantic will be used in the future, but that still needs to be decided. Signed-off-by: Daniel Zullo <[email protected]>
1 parent 9996e8c commit 2a3e6cb

File tree

5 files changed

+0
-371
lines changed

5 files changed

+0
-371
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ dependencies = [
3333
"frequenz-channels >= 1.0.0-rc1, < 2.0.0",
3434
"networkx >= 2.8, < 4",
3535
"numpy >= 1.26.4, < 2",
36-
"pydantic >= 2.3, < 3",
3736
"typing_extensions >= 4.6.1, < 5",
3837
]
3938
dynamic = ["version"]

src/frequenz/sdk/config/__init__.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/frequenz/sdk/config/_config.py

Lines changed: 0 additions & 167 deletions
This file was deleted.

tests/config/__init__.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/config/test_config.py

Lines changed: 0 additions & 188 deletions
This file was deleted.

0 commit comments

Comments
 (0)