Skip to content

Commit 1fca787

Browse files
authored
Merge pull request #660 from chrisburr/release-v9
Pin DIRACCommon to >=v9.0.0
2 parents 393f498 + 3d104bd commit 1fca787

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

diracx-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"pydantic-settings",
2424
"pyyaml",
2525
"sh",
26-
"diraccommon >=9.0.0a67",
26+
"diraccommon >=9.0.0",
2727
]
2828
dynamic = ["version"]
2929

diracx-logic/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ classifiers = [
1414
]
1515
dependencies = [
1616
"cachetools",
17-
"diraccommon >=9.0.0a67",
17+
"diraccommon >=9.0.0",
1818
"diracx-core",
1919
"diracx-db",
2020
"joserfc",

0 commit comments

Comments
 (0)