Skip to content

Commit

Permalink
Pulling in latest aviary for concurrency rename (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbraza authored Nov 28, 2024
1 parent fc710c5 commit 0ad382c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ repos:
- PyMuPDF>=1.24.12
- anyio
- coredis
- fhaviary[llm]>=0.10.0 # Match pyproject.toml
- fhaviary[llm]>=0.10.1 # Match pyproject.toml
- ldp>=0.12 # Match pyproject.toml
- html2text
- litellm>=1.44 # Match pyproject.toml
Expand Down
2 changes: 1 addition & 1 deletion paperqa/agents/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ async def step(
list[Message],
await self.exec_tool_calls(
action,
ordered=True, # PQA Environment currently not safe for parallel tool calls
concurrency=False, # PQA tools aren't yet concurrency safe
state=self.state,
handle_tool_exc=True,
),
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies = [
"aiohttp", # TODO: remove in favor of httpx
"anyio",
"coredis",
"fhaviary[llm]>=0.10.0", # For invalid tool fixes
"fhaviary[llm]>=0.10.1", # For tool execution concurrency
"html2text", # TODO: evaluate moving to an opt-in dependency
"httpx",
"limits",
Expand Down
10 changes: 5 additions & 5 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0ad382c

Please sign in to comment.