Skip to content

Commit

Permalink
Update pyproject.toml to fix startup error
Browse files Browse the repository at this point in the history
Fix startup error caused by unsupported 'proxies' argument
  • Loading branch information
AndreaGirlando authored Dec 17, 2024
1 parent f14f2c0 commit dfe19f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies = [
"pylint-actions",
"pytest",
"pytest-asyncio",
"httpx",
"httpx==0.27.2",
"fastembed==0.3.4",
"rapidfuzz==3.6.1",
"APScheduler==3.10.4",
Expand Down

0 comments on commit dfe19f7

Please sign in to comment.