diff --git a/.python-version b/.python-version index 655ff07..da71773 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.13.9 +3.14.3 diff --git a/pyproject.toml b/pyproject.toml index 41c28aa..b652637 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "gliner-api" version = "0.3.5" description = "Easily configurable API & frontend providing simple access to dynamic NER models" readme = "README.md" -requires-python = "==3.13.9" +requires-python = "==3.14.3" dependencies = [ "fastapi[standard]==0.128.0", "gitpython==3.1.46",