Skip to content

Commit ca6a1aa

Browse files
authored
Merge pull request #991 from AndreaGirlando/main
Update pyproject.toml to fix startup error
2 parents f14f2c0 + dfe19f7 commit ca6a1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies = [
4444
"pylint-actions",
4545
"pytest",
4646
"pytest-asyncio",
47-
"httpx",
47+
"httpx==0.27.2",
4848
"fastembed==0.3.4",
4949
"rapidfuzz==3.6.1",
5050
"APScheduler==3.10.4",

0 commit comments

Comments
 (0)