We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85bfac4 commit 132e058Copy full SHA for 132e058
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "diffsync"
3
-version = "2.0.1"
+version = "2.0.0"
4
description = "Library to easily sync/diff/update 2 different data sources"
5
authors = ["Network to Code, LLC <[email protected]>"]
6
license = "Apache-2.0"
@@ -30,7 +30,7 @@ redis = ["redis"]
30
31
[tool.poetry.group.dev.dependencies]
32
pytest = "*"
33
-pyyaml = ">= 6.0.1"
+pyyaml = "*"
34
black = "*"
35
pylint = "*"
36
pydocstyle = "*"
0 commit comments