-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Python version to 3.13.2 and enhance request processing with r…
…etry logic.Fixed Bugs around parsing abd running image. Improved Documentation.
- Loading branch information
Moyo Oyegunle
committed
Feb 11, 2025
1 parent
b4cb016
commit bb69eb0
Showing
7 changed files
with
71 additions
and
56 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
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
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
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
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
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
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,39 +1,14 @@ | ||
aiofiles==23.2.1 | ||
aiofiles==24.1.0 | ||
annotated-types==0.7.0 | ||
anyio==4.4.0 | ||
certifi==2024.7.4 | ||
click==8.1.7 | ||
dnspython==2.6.1 | ||
email_validator==2.1.1 | ||
exceptiongroup==1.2.1 | ||
fastapi==0.111.0 | ||
fastapi-cli==0.0.4 | ||
anyio==4.8.0 | ||
certifi==2025.1.31 | ||
h11==0.14.0 | ||
httpcore==1.0.5 | ||
httptools==0.6.1 | ||
httpx==0.27.0 | ||
idna==3.7 | ||
Jinja2==3.1.4 | ||
markdown-it-py==3.0.0 | ||
MarkupSafe==2.1.5 | ||
mdurl==0.1.2 | ||
orjson==3.10.4 | ||
pydantic==2.7.4 | ||
pydantic-settings==2.3.3 | ||
pydantic_core==2.18.4 | ||
Pygments==2.18.0 | ||
httpcore==1.0.7 | ||
httpx==0.28.1 | ||
idna==3.10 | ||
pydantic==2.10.6 | ||
pydantic-settings==2.7.1 | ||
pydantic_core==2.27.2 | ||
python-dotenv==1.0.1 | ||
python-multipart==0.0.9 | ||
PyYAML==6.0.1 | ||
rich==13.7.1 | ||
shellingham==1.5.4 | ||
sniffio==1.3.1 | ||
starlette==0.37.2 | ||
typer==0.12.3 | ||
typing_extensions==4.12.2 | ||
ujson==5.10.0 | ||
uuid==1.30 | ||
uvicorn==0.30.1 | ||
uvloop==0.19.0 | ||
watchfiles==0.22.0 | ||
websockets==12.0 |