Skip to content

Commit d9403e2

Browse files
Update dependency pytest to v7.4.4
1 parent faa9d19 commit d9403e2

File tree

2 files changed

+121
-34
lines changed

2 files changed

+121
-34
lines changed

poetry.lock

+119-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "diffsync"
3-
version = "1.10.0"
3+
version = "1.9.0"
44
description = "Library to easily sync/diff/update 2 different data sources"
55
authors = ["Network to Code, LLC <[email protected]>"]
66
license = "Apache-2.0"
@@ -16,14 +16,12 @@ include = [
1616
]
1717

1818
[tool.poetry.dependencies]
19-
python = ">=3.8,<4.0"
19+
python = "^3.7"
2020
pydantic = "^1.7.4,!=1.8,!=1.8.1"
2121
structlog = ">= 20.1.0, < 23.0.0"
2222
packaging = ">= 21.3, < 24.0"
2323
colorama = {version = "^0.4.3", optional = true}
2424
redis = {version = "^4.3", optional = true}
25-
# typing.Self introduced in 3.11
26-
typing-extensions = { version = ">=4.0.1", python = "<3.11" }
2725

2826
[tool.poetry.extras]
2927
redis = ["redis"]

0 commit comments

Comments
 (0)