Commit 7481842
[FIX] Switch litellm to Zipstack fork after PyPI quarantine (#1873)
* [FIX] Switch litellm to Zipstack fork after PyPI quarantine
Source litellm 1.82.3 from Zipstack/litellm GitHub repo instead of
PyPI, which has been quarantined.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* [FIX] Add git to worker-unified Dockerfile for GitHub-sourced deps
uv needs git to clone litellm from the Zipstack GitHub fork.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* [FIX] Add git to tool Dockerfiles for GitHub-sourced litellm
All three tool containers (structure, text_extractor, classifier)
install sdk1 which now sources litellm from a git repo.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* [MISC] Bump tool versions for Zipstack litellm fork
- structure: 0.0.99 → 0.0.100
- classifier: 0.0.78 → 0.0.79
- text_extractor: 0.0.74 → 0.0.75
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* [MISC] Remove duplicate pytest-asyncio dep and regenerate lock files
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 7f51af2 commit 7481842
18 files changed
Lines changed: 41 additions & 70 deletions
File tree
- backend
- docker/dockerfiles
- platform-service
- prompt-service
- tools
- classifier
- src/config
- structure
- src/config
- text_extractor
- src/config
- unstract
- filesystem
- sdk1
- tool-registry
- tool_registry_config
- workers
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments