Skip to content

Commit

Permalink
chore(deps): update python docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 2, 2024
1 parent 1b77081 commit da38c77
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 55 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.12.3
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.12-slim

RUN apt-get update && apt-get install -y \
build-essential \
Expand Down
55 changes: 3 additions & 52 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.12.3,<3.13"
python-dotenv = "^1.0.0"
jinja2 = "^3.1.2"
langchain = "^0.2.0"
Expand Down

0 comments on commit da38c77

Please sign in to comment.