File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v6
1717 - uses : actions/setup-python@v6
1818 with :
19- python-version : " 3.13.11 "
19+ python-version : " 3.14.3 "
2020 - uses : streamlit/streamlit-app-action@v0.0.3
2121 with :
2222 app-path : main.py
Original file line number Diff line number Diff line change 1- FROM python:3.13.11 -slim
1+ FROM python:3.14.2 -slim
22
33# Set working directory
44WORKDIR /app
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "youtube-gpt"
33version = " 0.1.0"
44description = " Streamlit app for summarizing and chatting with YouTube videos."
55readme = " README.md"
6- requires-python = " >=3.13 ,<3.14 "
6+ requires-python = " >=3.14 ,<3.15 "
77dependencies = [
88 " langchain==1.2.8" ,
99 " langchain-chroma==1.1.0" ,
You can’t perform that action at this time.
0 commit comments