llama-deploy-appserver 0.3.0a11__py3-none-any.whl → 0.3.0a13__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -215,7 +215,9 @@ def _install_and_add_appserver_if_missing(
215
215
  pyproject = _find_development_pyproject()
216
216
  if pyproject is None:
217
217
  raise RuntimeError("No pyproject.toml found in llama-deploy-appserver")
218
- target = f"file://{str(pyproject.relative_to(source_root.resolve() / path, walk_up=True))}"
218
+ base = (source_root.resolve() / path).resolve()
219
+ rel = Path(os.path.relpath(pyproject, start=base))
220
+ target = f"file://{str(rel)}"
219
221
 
220
222
  run_uv(
221
223
  "pip",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: llama-deploy-appserver
3
- Version: 0.3.0a11
3
+ Version: 0.3.0a13
4
4
  Summary: Application server components for LlamaDeploy
5
5
  Author: Massimiliano Pippi
6
6
  Author-email: Massimiliano Pippi <mpippi@gmail.com>
@@ -10,13 +10,13 @@ Requires-Dist: pydantic-settings>=2.10.1
10
10
  Requires-Dist: uvicorn>=0.24.0
11
11
  Requires-Dist: fastapi>=0.100.0
12
12
  Requires-Dist: websockets>=12.0
13
- Requires-Dist: llama-deploy-core>=0.3.0a11,<0.4.0
13
+ Requires-Dist: llama-deploy-core>=0.3.0a13,<0.4.0
14
14
  Requires-Dist: httpx>=0.28.1
15
15
  Requires-Dist: prometheus-fastapi-instrumentator>=7.1.0
16
16
  Requires-Dist: packaging>=25.0
17
17
  Requires-Dist: structlog>=25.4.0
18
18
  Requires-Dist: rich>=14.1.0
19
- Requires-Python: >=3.12, <4
19
+ Requires-Python: >=3.11, <4
20
20
  Description-Content-Type: text/markdown
21
21
 
22
22
  > [!WARNING]
@@ -15,7 +15,7 @@ llama_deploy/appserver/routers/ui_proxy.py,sha256=f63c36c201070594a4011320192d72
15
15
  llama_deploy/appserver/settings.py,sha256=7f1f481216b29614a94783c81cb49f0790d66e9e0cacef407da4ed3c8fcbbeeb,3484
16
16
  llama_deploy/appserver/stats.py,sha256=1f3989f6705a6de3e4d61ee8cdd189fbe04a2c53ec5e720b2e5168acc331427f,691
17
17
  llama_deploy/appserver/types.py,sha256=4edc991aafb6b8497f068d12387455df292da3ff8440223637641ab1632553ec,2133
18
- llama_deploy/appserver/workflow_loader.py,sha256=88510be8bd74159a3397a0136198b51e56741a7fca7554ad0ee5a42df00f7b23,13853
19
- llama_deploy_appserver-0.3.0a11.dist-info/WHEEL,sha256=66530aef82d5020ef5af27ae0123c71abb9261377c5bc519376c671346b12918,79
20
- llama_deploy_appserver-0.3.0a11.dist-info/METADATA,sha256=fcc57421aeddc4cb3a9a376b397d43c7223dd23c944f822d19779a4f70ee4c42,848
21
- llama_deploy_appserver-0.3.0a11.dist-info/RECORD,,
18
+ llama_deploy/appserver/workflow_loader.py,sha256=9ea1c40ce63c5b17893864dc1c020d53e8e8faf94295465ec63dd0b265497ae0,13906
19
+ llama_deploy_appserver-0.3.0a13.dist-info/WHEEL,sha256=66530aef82d5020ef5af27ae0123c71abb9261377c5bc519376c671346b12918,79
20
+ llama_deploy_appserver-0.3.0a13.dist-info/METADATA,sha256=228db1071350e48e7ac4f9783c0b15f21b534affe5404d9ce511c18c8943851b,848
21
+ llama_deploy_appserver-0.3.0a13.dist-info/RECORD,,