Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Kav-K committed Nov 14, 2023
1 parent a50ae56 commit fef7226
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gpt3discord.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from models.openai_model import Model


__version__ = "12.2.6"
__version__ = "12.2.7"


PID_FILE = Path("bot.pid")
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ dependencies = [
"pinecone-client==2.1.0",
"sqlitedict==2.1.0",
"backoff==2.2.1",
"flask==2.2.3",
"werkzeug==2.2.2",
"flask==3.0.0",
"werkzeug==3.0.1",
"llama-index==0.8.69.post1",
"pypdf==3.11.1",
"youtube_transcript_api==0.5.0",
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ aiofiles==22.1.0
pinecone-client==2.1.0
sqlitedict==2.1.0
backoff==2.2.1
flask==2.2.3
werkzeug==2.2.2
flask==3.0.0
werkzeug==3.0.1
llama-index==0.8.69.post1
pypdf==3.11.1
youtube_transcript_api==0.5.0
Expand Down
4 changes: 2 additions & 2 deletions requirements_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ aiofiles==22.1.0
pinecone-client==2.1.0
sqlitedict==2.1.0
backoff==2.2.1
flask==2.2.3
werkzeug==2.2.2
flask==3.0.0
werkzeug==3.0.1
llama-index==0.8.69.post1
pypdf==3.11.1
youtube_transcript_api==0.5.0
Expand Down

0 comments on commit fef7226

Please sign in to comment.