llama-deploy-appserver 0.3.4__py3-none-any.whl → 0.3.5__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.
@@ -208,6 +208,7 @@ def start_server(
208
208
  # Configure logging for the launcher process as well
209
209
  if configure_logging:
210
210
  setup_logging(os.getenv("LOG_LEVEL", "INFO"))
211
+
211
212
  uvicorn.run(
212
213
  "llama_deploy.appserver.app:app",
213
214
  host=settings.host,
@@ -1,16 +1,15 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: llama-deploy-appserver
3
- Version: 0.3.4
3
+ Version: 0.3.5
4
4
  Summary: Application server components for LlamaDeploy
5
5
  Author: Massimiliano Pippi, Adrian Lyjak
6
6
  Author-email: Massimiliano Pippi <mpippi@gmail.com>, Adrian Lyjak <adrianlyjak@gmail.com>
7
7
  License: MIT
8
8
  Requires-Dist: llama-index-workflows[server]>=2.2.0
9
9
  Requires-Dist: pydantic-settings>=2.10.1
10
- Requires-Dist: uvicorn>=0.24.0
11
10
  Requires-Dist: fastapi>=0.100.0
12
11
  Requires-Dist: websockets>=12.0
13
- Requires-Dist: llama-deploy-core>=0.3.4,<0.4.0
12
+ Requires-Dist: llama-deploy-core>=0.3.5,<0.4.0
14
13
  Requires-Dist: httpx>=0.24.0,<1.0.0
15
14
  Requires-Dist: prometheus-fastapi-instrumentator>=7.1.0
16
15
  Requires-Dist: packaging>=25.0
@@ -18,6 +17,8 @@ Requires-Dist: structlog>=25.4.0
18
17
  Requires-Dist: rich>=14.1.0
19
18
  Requires-Dist: pyyaml>=6.0.2
20
19
  Requires-Dist: llama-cloud-services>=0.6.60
20
+ Requires-Dist: watchfiles>=1.1.0
21
+ Requires-Dist: uvicorn>=0.35.0
21
22
  Requires-Python: >=3.11, <4
22
23
  Description-Content-Type: text/markdown
23
24
 
@@ -1,5 +1,5 @@
1
1
  llama_deploy/appserver/__init__.py,sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855,0
2
- llama_deploy/appserver/app.py,sha256=1150ac9d6b2e4bd0bbe4cc70a16249381887e86f49c68492a3ab61024d4567b7,9520
2
+ llama_deploy/appserver/app.py,sha256=e808851648f6a9db85a267f7c78869f72878cfa2596fce7b61ea79bf69f4a1cf,9521
3
3
  llama_deploy/appserver/bootstrap.py,sha256=fa32be007f18b4b3af92c878bac417416c9afb09b1beddf51b5cd73115e6b7c6,2453
4
4
  llama_deploy/appserver/configure_logging.py,sha256=194dd1ebed3c1d9065d9174f7828d557a577eaac8fb0443b3102430b1f578c19,6329
5
5
  llama_deploy/appserver/correlation_id.py,sha256=8ac5bc6160c707b93a9fb818b64dd369a4ef7a53f9f91a6b3d90c4cf446f7327,572
@@ -19,6 +19,6 @@ llama_deploy/appserver/workflow_loader.py,sha256=aa06b3cdc9cdbf7e4c58c1b5bbd2802
19
19
  llama_deploy/appserver/workflow_store/agent_data_store.py,sha256=7b8d1b8cb6f741ff631d668fc955ca76a82e8da0bf8a27ee3bc9a8ef71123701,3594
20
20
  llama_deploy/appserver/workflow_store/keyed_lock.py,sha256=bb1504d9de09d51a8f60721cc77b14d4051ac5a897ace6f9d9cba494f068465e,950
21
21
  llama_deploy/appserver/workflow_store/lru_cache.py,sha256=7511231b6aba81ea96044cf644cd9c1f11d78190b7b7f578b1b5a55e2c218f9f,1323
22
- llama_deploy_appserver-0.3.4.dist-info/WHEEL,sha256=66530aef82d5020ef5af27ae0123c71abb9261377c5bc519376c671346b12918,79
23
- llama_deploy_appserver-0.3.4.dist-info/METADATA,sha256=2e2d4ef05fbe5c76f3d2062e05588e4b221a0da2152f71ebb531c5ff2060fafb,974
24
- llama_deploy_appserver-0.3.4.dist-info/RECORD,,
22
+ llama_deploy_appserver-0.3.5.dist-info/WHEEL,sha256=66530aef82d5020ef5af27ae0123c71abb9261377c5bc519376c671346b12918,79
23
+ llama_deploy_appserver-0.3.5.dist-info/METADATA,sha256=ac7aa39c5a225b82d8c5334e64cd5e13d5e0dd5fdb628bd8a02c92f9e33e8b65,1007
24
+ llama_deploy_appserver-0.3.5.dist-info/RECORD,,