diff --git a/.python-version b/.python-version index 455808f..49547fd 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.12.4 +3.14.1 diff --git a/.tool-versions b/.tool-versions index 28de7ad..d4c7421 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ poetry 1.8.5 -python 3.12.4 +python 3.14.2 diff --git a/pyproject.toml b/pyproject.toml index 73681c9..67f9534 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" package-mode = false [tool.poetry.dependencies] -python = ">=3.12,<3.13" +python = ">=3.14,<3.15" streamlit = "^1.31.1" gpt-all-star = "^0.0.64" streamlit-extras = "^0.4.0"