diffsync icon indicating copy to clipboard operation
diffsync copied to clipboard

A utility library for comparing and synchronizing different datasets.

Results 77 diffsync issues
Sort by recently updated
recently updated
newest added

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` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/black/24.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

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` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/redis/4.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

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` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/invoke/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

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` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/ruff/0.14.10?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ruff/0.14.8/0.14.10?slim=true) | ---...

dependencies

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` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/mypy/1.19.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/mypy/1.19.0/1.19.1?slim=true) | --- ###...

dependencies

### 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...

status: gathering feedback
status: internal review

### 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"...