Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion amplify-assistants/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sniffio==1.3.1
# via
# anyio
# openai
tiktoken==0.8.0
tiktoken==0.12.0
# via -r requirements.in
tqdm==4.67.1
# via openai
Expand Down
2 changes: 1 addition & 1 deletion amplify-lambda-assistants-api-google/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ git+https://github.com/gaiin-platform/pycommon.git@v0.1.0
jose==1.0.0
Pillow==10.1.0
pyyaml==6.0.2
tiktoken==0.6.0
tiktoken==0.12.0
google-auth
google-auth-oauthlib
google-auth-httplib2
Expand Down
2 changes: 1 addition & 1 deletion amplify-lambda-assistants-api-office365/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ git+https://github.com/gaiin-platform/pycommon.git@v0.1.0
jose==1.0.0
Pillow==10.1.0
pyyaml==6.0.2
tiktoken==0.6.0
tiktoken==0.12.0
google-auth
google-auth-oauthlib
google-auth-httplib2
Expand Down
2 changes: 1 addition & 1 deletion amplify-lambda-assistants-api/requirements_hold.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ six==1.17.0
# via
# ecdsa
# python-dateutil
tiktoken==0.8.0
tiktoken==0.12.0
# via -r requirements.in
typing-extensions==4.12.2
# via
Expand Down
2 changes: 1 addition & 1 deletion embedding/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sniffio==1.3.1
# via
# anyio
# openai
tiktoken==0.8.0
tiktoken==0.12.0
# via -r requirements.in
tqdm==4.67.1
# via openai
Expand Down