Skip to content

Commit

Permalink
fix: pin pydantic and rich semver ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Apr 7, 2023
1 parent f9bb3cb commit 0a34609
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ classifiers = [
"Operating System :: OS Independent",
]
url = { homepage = "https://github.com/higlass/higlass-schema" }
requires-python = ">=3.7"
dynamic = ["version"]
dependencies = [
"importlib_metadata ; python_version < '3.8'",
"pydantic",
"rich",
"pydantic>=1.10,<2.0",
"rich>=13.3.3",
]

[project.optional-dependencies]
Expand Down Expand Up @@ -66,3 +67,5 @@ extend-select = [
"UP", # pyupgrade
"RUF", # ruff-specific rules
]

[tool.pdm]

0 comments on commit 0a34609

Please sign in to comment.