Skip to content

Commit

Permalink
fix(deps): update python
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2024
1 parent f6ad094 commit cb6e0c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 50 deletions.
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
52 changes: 4 additions & 48 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 @@ -5,7 +5,7 @@ description = ""
authors = ["Yuya Kakui <[email protected]>"]

[tool.poetry.dependencies]
python = ">=3.10.0,<3.11"
python = ">=3.12.1,<3.13"
python-dotenv = "^1.0.0"
jinja2 = "^3.1.2"
langchain = "^0.1.0"
Expand Down

0 comments on commit cb6e0c6

Please sign in to comment.