Skip to content

Commit e13a986

Browse files
fix(deps): update python docker tag
1 parent 99e963d commit e13a986

File tree

5 files changed

+13
-66
lines changed

5 files changed

+13
-66
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.10.1
1+
3.13.1

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
python 3.10.1
1+
python 3.13.1
22
poetry 1.8.5

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10-slim
1+
FROM python:3.13-slim
22

33
RUN apt-get update && apt-get install -y \
44
build-essential \

poetry.lock

Lines changed: 9 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
Repository = "https://github.com/kyaukyuai/gpt-all-star"
1111

1212
[tool.poetry.dependencies]
13-
python = ">=3.10.0,<3.11"
13+
python = ">=3.13.1,<3.14"
1414
python-dotenv = "^1.0.0"
1515
jinja2 = "^3.1.2"
1616
langchain = ">=0.3,<0.4"

0 commit comments

Comments
 (0)