Switch to internal dict merge implementation

- remove deepmerge dependency
- fix ruff formatting
This commit is contained in:
Jake
2024-09-04 16:27:28 +01:00
parent ac4d9bba1c
commit e772fa2981
3 changed files with 30 additions and 13 deletions

View File

@@ -32,7 +32,6 @@ dependencies = [
"huggingface_hub",
"psutil",
"httptools>=0.5.0",
"mergedeep",
# Improved asyncio loops
"uvloop ; platform_system == 'Linux' and platform_machine == 'x86_64'",