Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jvagent/action/model/language/litellm/info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ package:
jvagent: ~0.0.1
# Pip dependencies (installed automatically before action loading)
pip:
- litellm>=1.100.0,<1.101
- litellm>=1.101.0,<1.102
2 changes: 1 addition & 1 deletion jvagent/action/pageindex/pageindex_action/info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package:
jvagent: ~0.0.1
actions: []
pip:
- "litellm>=1.100.0,<1.101"
- "litellm>=1.101.0,<1.102"
- "openai>=1.70.0"
- "PyPDF2>=3.0.1"
- "pypdfium2>=4.30.0"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ test = [
"openai>=1.0.0",
"filetype>=1.2.0",
"tiktoken>=0.5.0",
"litellm>=1.100.0,<1.101",
"litellm>=1.101.0,<1.102",
"PyPDF2>=3.0.1",
"pypdfium2>=4.30.0",
"sortedcontainers>=2.4.0",
Expand All @@ -99,7 +99,7 @@ test = [
# proposes the bump; tests/action/model + scripts/live_smoke.py gate it). Keep
# every declaration identical — tests/test_requirements_sync.py checks.
litellm = [
"litellm>=1.100.0,<1.101",
"litellm>=1.101.0,<1.102",
]

# Optional: cluster-wide conversation locks (Redis SET NX or DynamoDB).
Expand Down
6 changes: 3 additions & 3 deletions requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ beautifulsoup4
markdownify

# From jvagent/stt_action/deepgram and jvagent/tts_action/elevenlabs
deepgram-sdk>=7.8.1
elevenlabs>=2.67.0
deepgram-sdk>=7.9.0
elevenlabs>=2.68.0

# From jvagent/whatsapp
filetype>=1.2.0
Expand All @@ -50,7 +50,7 @@ google-auth-oauthlib>=1.4.1
google-search-results>=2.4.2

# From jvagent/pageindex/pageindex_action (PageIndex 0.2.9 upstream deps)
litellm>=1.100.0,<1.101 # pinned to one minor — see [project.optional-dependencies] litellm
litellm>=1.101.0,<1.102 # pinned to one minor — see [project.optional-dependencies] litellm
openai>=1.70.0
PyPDF2>=3.0.1
pypdfium2>=4.30.0
Expand Down
Loading