mirror of
https://github.com/unclecode/crawl4ai.git
synced 2026-06-10 07:48:50 +00:00
fix: pin litellm to safe fork (v1.81.13) due to PyPI supply chain compromise
litellm versions 1.82.7 and 1.82.8 on PyPI were compromised with malicious code. PyPI has quarantined the entire package, blocking all installs. Temporarily pin to our own fork at a known-safe version.
This commit is contained in:
@@ -18,7 +18,7 @@ dependencies = [
|
||||
"aiosqlite~=0.20",
|
||||
"anyio>=4.0.0",
|
||||
"lxml~=5.3",
|
||||
"litellm>=1.53.1",
|
||||
"litellm @ git+https://github.com/unclecode/litellm.git@safe-v1.81.13",
|
||||
"numpy>=1.26.0,<3",
|
||||
"pillow>=10.4",
|
||||
"playwright>=1.49.0",
|
||||
|
||||
@@ -5,7 +5,7 @@ aiohttp>=3.11.11
|
||||
aiosqlite~=0.20
|
||||
anyio>=4.0.0
|
||||
lxml~=5.3
|
||||
litellm>=1.53.1
|
||||
litellm @ git+https://github.com/unclecode/litellm.git@safe-v1.81.13
|
||||
numpy>=1.26.0,<3
|
||||
pillow>=10.4
|
||||
playwright>=1.49.0
|
||||
|
||||
Reference in New Issue
Block a user