Skip to content

Commit ab9d224

Browse files
authored
Update to sssom-pydantic v0.4.0 and sssom-curator v0.3.0 (#258)
1 parent 501d3ea commit ab9d224

5 files changed

Lines changed: 67412 additions & 67408 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ classifiers = [
3232
"Programming Language :: Python :: 3.11",
3333
"Programming Language :: Python :: 3.12",
3434
"Programming Language :: Python :: 3.13",
35+
"Programming Language :: Python :: 3.14",
3536
"Programming Language :: Python :: 3 :: Only",
3637
"Typing :: Typed",
3738
"Topic :: Scientific/Engineering :: Chemistry",
@@ -57,10 +58,10 @@ requires-python = ">=3.10"
5758
dependencies = [
5859
"click",
5960
"tqdm",
60-
"curies>=0.12.5",
61-
"bioregistry>=0.12.43",
62-
"sssom-pydantic>=0.1.5",
63-
"sssom-curator[web]>=0.2.0",
61+
"curies>=0.13.0",
62+
"bioregistry>=0.13.0",
63+
"sssom-pydantic>=0.4.1",
64+
"sssom-curator[web]>=0.3.0",
6465
]
6566

6667
# see https://peps.python.org/pep-0735/ and https://docs.astral.sh/uv/concepts/dependencies/#dependency-groups
@@ -82,7 +83,7 @@ typing = [
8283
{ include-group = "tests" },
8384
"mypy",
8485
"pydantic",
85-
"click-types",
86+
"types-click",
8687
]
8788
docs-lint = [
8889
{ include-group = "docs" },

0 commit comments

Comments
 (0)