Skip to content

Commit

Permalink
fix(deps): update python docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent bad3d96 commit 677d838
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.10.1
3.13.1
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python 3.10.1
python 3.13.1
poetry 1.8.5
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-slim
FROM python:3.13-slim

RUN apt-get update && apt-get install -y \
build-essential \
Expand Down
71 changes: 9 additions & 62 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
Repository = "https://github.com/kyaukyuai/gpt-all-star"

[tool.poetry.dependencies]
python = ">=3.10.0,<3.11"
python = ">=3.13.1,<3.14"
python-dotenv = "^1.0.0"
jinja2 = "^3.1.2"
langchain = ">=0.3,<0.4"
Expand Down

0 comments on commit 677d838

Please sign in to comment.