Skip to content

Commit 4ac5d2c

Browse files
committed
feat(version):increment version
1 parent f0a87a9 commit 4ac5d2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ authors = [
1212
license = "CECILL-2.1"
1313

1414
dependencies = [
15-
"esgvoc",
15+
"esgvoc>=2.2.2",
1616
"fastapi>=0.115.8,<0.118.0",
1717
"gunicorn>=23.0.0",
1818
"httptools>=0.6.4",
1919
"uvicorn-worker>=0.3.0",
2020
]
2121
readme = "README.md"
22-
requires-python = ">= 3.12"
22+
requires-python = ">= 3.10"
2323

2424
[build-system]
2525
requires = ["hatchling==1.26.3"]
@@ -30,8 +30,8 @@ Repository = "https://github.com/ESPRI-Mod/esgf-vocab-backend"
3030

3131
######## TOOLS ########
3232

33-
[tool.uv.sources]
34-
esgvoc = { git = "https://github.com/ESGF/esgf-vocab.git", branch = "main" }
33+
# [tool.uv.sources]
34+
# esgvoc = { git = "https://github.com/ESGF/esgf-vocab.git", branch = "main" }
3535

3636
[tool.uv]
3737
managed = true

0 commit comments

Comments
 (0)