Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 6497916

Browse files
authored
Merge pull request #617 from datafold/issue_616_2
set upper limit on dsnparse version
2 parents 3e39288 + 8c4563f commit 6497916

File tree

2 files changed

+2
-58
lines changed

2 files changed

+2
-58
lines changed

poetry.lock

Lines changed: 1 addition & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ packages = [{ include = "data_diff" }]
2525
[tool.poetry.dependencies]
2626
python = "^3.7.2"
2727
runtype = "^0.2.6"
28-
dsnparse = [
29-
{ version = "<0.2.0", markers = "python_version < '3.8.0'" },
30-
{ version = "*", markers = "python_version >= '3.8.0'" }
31-
]
28+
dsnparse = "<0.2.0"
3229
click = "^8.1"
3330
rich = "*"
3431
toml = "^0.10.2"

0 commit comments

Comments
 (0)