Skip to content

Commit ce84fdc

Browse files
authored
Pin fh-llm-client (#864)
1 parent 5ad459d commit ce84fdc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ repos:
8484
- aiohttp>=3.10.6 # Match pyproject.toml
8585
- PyMuPDF>=1.24.12
8686
- anyio
87-
- fh-llm-client[deepseek]>=0.0.11 # Match pyproject.toml
87+
- fh-llm-client[deepseek]<0.1.0 # Match pyproject.toml
8888
- fhaviary[llm]>=0.14 # Match pyproject.toml
8989
- ldp>=0.20 # Match pyproject.toml
9090
- html2text

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"PyMuPDF>=1.24.12", # For pymupdf.set_messages addition
2626
"aiohttp>=3.10.6", # TODO: remove in favor of httpx, pin for aiohttp.ClientConnectionResetError
2727
"anyio",
28-
"fh-llm-client>=0.0.11", # Pin for LLMModel.run_prompt allowing Iterable
28+
"fh-llm-client<0.1.0", # Pin to avoid breaking changes until lfrqa is migrated
2929
"fhaviary[llm]>=0.14", # For MultipleChoiceQuestion
3030
"html2text", # TODO: evaluate moving to an opt-in dependency
3131
"httpx",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)