-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1fe6647
commit b9bc4a8
Showing
2 changed files
with
470 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
Requirement already satisfied: openai in /opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages (1.60.2) | ||
Requirement already satisfied: anyio<5,>=3.5.0 in /opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages (from openai) (4.8.0) | ||
Requirement already satisfied: distro<2,>=1.7.0 in /opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages (from openai) (1.9.0) | ||
Requirement already satisfied: httpx<1,>=0.23.0 in /opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages (from openai) (0.28.1) | ||
Requirement already satisfied: jiter<1,>=0.4.0 in /opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages (from openai) (0.8.2) | ||
Requirement already satisfied: pydantic<3,>=1.9.0 in /opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages (from openai) (2.10.6) | ||
Requirement already satisfied: sniffio in /opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages (from openai) (1.3.1) | ||
Requirement already satisfied: tqdm>4 in /opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages (from openai) (4.67.1) | ||
Requirement already satisfied: typing-extensions<5,>=4.11 in /opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages (from openai) (4.12.2) | ||
Requirement already satisfied: idna>=2.8 in /opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages (from anyio<5,>=3.5.0->openai) (3.10) | ||
Requirement already satisfied: certifi in /opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages (from httpx<1,>=0.23.0->openai) (2024.12.14) | ||
Requirement already satisfied: httpcore==1.* in /opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages (from httpx<1,>=0.23.0->openai) (1.0.7) | ||
Requirement already satisfied: h11<0.15,>=0.13 in /opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages (from httpcore==1.*->httpx<1,>=0.23.0->openai) (0.14.0) | ||
Requirement already satisfied: annotated-types>=0.6.0 in /opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages (from pydantic<3,>=1.9.0->openai) (0.7.0) | ||
Requirement already satisfied: pydantic-core==2.27.2 in /opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages (from pydantic<3,>=1.9.0->openai) (2.27.2) | ||
Requirement already satisfied: openai in /opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/site-packages (1.60.2) | ||
Requirement already satisfied: anyio<5,>=3.5.0 in /opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/site-packages (from openai) (4.8.0) | ||
Requirement already satisfied: distro<2,>=1.7.0 in /opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/site-packages (from openai) (1.9.0) | ||
Requirement already satisfied: httpx<1,>=0.23.0 in /opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/site-packages (from openai) (0.28.1) | ||
Requirement already satisfied: jiter<1,>=0.4.0 in /opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/site-packages (from openai) (0.8.2) | ||
Requirement already satisfied: pydantic<3,>=1.9.0 in /opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/site-packages (from openai) (2.10.6) | ||
Requirement already satisfied: sniffio in /opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/site-packages (from openai) (1.3.1) | ||
Requirement already satisfied: tqdm>4 in /opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/site-packages (from openai) (4.67.1) | ||
Requirement already satisfied: typing-extensions<5,>=4.11 in /opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/site-packages (from openai) (4.12.2) | ||
Requirement already satisfied: idna>=2.8 in /opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/site-packages (from anyio<5,>=3.5.0->openai) (3.10) | ||
Requirement already satisfied: certifi in /opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/site-packages (from httpx<1,>=0.23.0->openai) (2024.12.14) | ||
Requirement already satisfied: httpcore==1.* in /opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/site-packages (from httpx<1,>=0.23.0->openai) (1.0.7) | ||
Requirement already satisfied: h11<0.15,>=0.13 in /opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/site-packages (from httpcore==1.*->httpx<1,>=0.23.0->openai) (0.14.0) | ||
Requirement already satisfied: annotated-types>=0.6.0 in /opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/site-packages (from pydantic<3,>=1.9.0->openai) (0.7.0) | ||
Requirement already satisfied: pydantic-core==2.27.2 in /opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/site-packages (from pydantic<3,>=1.9.0->openai) (2.27.2) |
Oops, something went wrong.