Skip to content

Commit 1d9838b

Browse files
authored
Apple silicon agent build fix (#6599)
1 parent 2a6afa3 commit 1d9838b

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

libs/agent-tools/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bugzilla = [
1616
]
1717
firefox = ["grizzly-framework", "prefpicker"]
1818
claude-sdk = ["claude-agent-sdk>=0.1.30"]
19-
searchfox = ["searchfox>=0.16.0"]
19+
searchfox = ["searchfox>=0.20.3"]
2020
vcs = ["httpx"]
2121

2222
[build-system]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies = [
5151
"requests>=2.33,<2.35",
5252
"requests-html~=0.10.0",
5353
"rs-parsepatch~=0.4.6",
54-
"searchfox>=0.16.0",
54+
"searchfox>=0.20.3",
5555
"scikit-learn~=1.7.2",
5656
"scipy>=1.17.1,<1.19.0",
5757
"sendgrid~=6.12.5",

uv.lock

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)