Skip to content

Commit bc0d6a4

Browse files
chore(deps): update python to v3.14.2
1 parent 896c7d2 commit bc0d6a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v6
1717
- uses: actions/setup-python@v6
1818
with:
19-
python-version: "3.13.11"
19+
python-version: "3.14.2"
2020
- uses: streamlit/streamlit-app-action@v0.0.3
2121
with:
2222
app-path: main.py

Dockerfile

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

33
# Set working directory
44
WORKDIR /app

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "youtube-gpt"
33
version = "0.1.0"
44
description = "Streamlit app for summarizing and chatting with YouTube videos."
55
readme = "README.md"
6-
requires-python = ">=3.13,<3.14"
6+
requires-python = ">=3.14,<3.15"
77
dependencies = [
88
"langchain==1.2.7",
99
"langchain-chroma==1.1.0",

0 commit comments

Comments
 (0)