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
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ opencv-python==4.13.0.92
scikit-image==0.26.0
requests==2.34.2
cryptography==49.0.0
gitpython==3.1.57
gitpython==3.1.58

Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,9 @@ gitdb==4.0.12 \
--hash=sha256:5ef71f855d191a3326fcfbc0d5da835f26b13fbcba60c32c21091c349ffdb571 \
--hash=sha256:67073e15955400952c6565cc3e707c554a4eea2e428946f7a4c162fab9bd9bcf
# via gitpython
gitpython==3.1.57 \
--hash=sha256:4ccf7d73c10f5c9e76043fbb2675ac5a1b3ff5b41e648f56bcbed5f63792ecaf \
--hash=sha256:c493ec57c0ef6b19743798b6a5af859c71814b524e7e6f97baa2f8e658961488
gitpython==3.1.58 \
--hash=sha256:621416df10ef3fd0e19fabf9172ddeed0fa704d353d04f194eec56a625a95b22 \
--hash=sha256:d331e722577f0fd7fc1f857419b3ecc07af66282b933d2a4d95f84a042fdd50f
# via
# -r requirements.in
# streamlit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pydantic==2.13.4
fastapi==0.141.1
uvicorn==0.52.0
python-dotenv==1.2.2
gitpython==3.1.57
gitpython==3.1.58
aiohttp==3.14.3
starlette==1.3.1

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pydantic==2.13.4
fastapi==0.141.1
uvicorn==0.52.0
python-dotenv==1.2.2
gitpython==3.1.57
gitpython==3.1.58
aiohttp==3.14.3
starlette==1.3.1

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"tenacity==9.1.4",
"google-ads==31.2.0",
"rapidfuzz==3.14.5",
"gitpython==3.1.57",
"gitpython==3.1.58",
]

[tool.uv]
Expand Down

Large diffs are not rendered by default.