From 72d513eb817603261f07afa8eed72423da5080dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 14:54:29 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.14.3 --- .python-version | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",