Commit 8c698f1
authored
fix: add missing packaging dependency (#54)
* fix: add missing packaging dependency
The replicate.lib._schema module imports the packaging library
but it wasn't listed as a dependency in pyproject.toml, causing
ModuleNotFoundError when the module is imported.
Fixes import error: "ModuleNotFoundError: No module named 'packaging'"
* Update uv.lock
by running `uv sync`1 parent dbb4bf4 commit 8c698f1
2 files changed
+1219
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments