@@ -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"
5758dependencies = [
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]
8788docs-lint = [
8889 { include-group = " docs" },
0 commit comments