diffsync
diffsync copied to clipboard
A utility library for comparing and synchronizing different datasets.
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [black](https://togithub.com/psf/black) ([changelog](https://togithub.com/psf/black/blob/main/CHANGES.md)) | `23.1.0` -> `24.3.0` | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [redis](https://togithub.com/redis/redis-py) ([changelog](https://togithub.com/redis/redis-py/releases)) | `4.5.1` -> `4.5.4` | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [invoke](https://pyinvoke.org) ([source](https://togithub.com/pyinvoke/invoke), [changelog](https://www.pyinvoke.org/changelog.html)) | `2.1.3` -> `2.2.0` | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [ruff](https://docs.astral.sh/ruff) ([source](https://redirect.github.com/astral-sh/ruff), [changelog](https://redirect.github.com/astral-sh/ruff/blob/main/CHANGELOG.md)) | `0.14.8` -> `0.14.10` |  |  | ---...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [mypy](https://redirect.github.com/python/mypy) ([changelog](https://mypy.readthedocs.io/en/latest/changelog.html)) | `1.19.0` -> `1.19.1` |  |  | --- ###...
### Environment * DiffSync version: 2.0.0 ### Proposed Functionality Allow instances of DiffSyncModels to be preset in multiple branches. This would allow a model to have an optional parent while...
### Environment * DiffSync version: 2.1 ### Proposed Functionality Do not allow `top_level` models to be a child of another subclass. For example, when: ``` class Site(DiffSyncModel): _modelname = "site"...