beamlit 0.0.57rc110__py3-none-any.whl → 0.0.57rc111__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.
- beamlit/run.py +2 -4
- {beamlit-0.0.57rc110.dist-info → beamlit-0.0.57rc111.dist-info}/METADATA +1 -1
- {beamlit-0.0.57rc110.dist-info → beamlit-0.0.57rc111.dist-info}/RECORD +6 -6
- {beamlit-0.0.57rc110.dist-info → beamlit-0.0.57rc111.dist-info}/WHEEL +0 -0
- {beamlit-0.0.57rc110.dist-info → beamlit-0.0.57rc111.dist-info}/entry_points.txt +0 -0
- {beamlit-0.0.57rc110.dist-info → beamlit-0.0.57rc111.dist-info}/licenses/LICENSE +0 -0
beamlit/run.py
CHANGED
@@ -5,7 +5,6 @@ import urllib.parse
|
|
5
5
|
from typing import Any
|
6
6
|
|
7
7
|
import requests
|
8
|
-
|
9
8
|
from beamlit.client import AuthenticatedClient
|
10
9
|
from beamlit.common import HTTPError, get_settings
|
11
10
|
|
@@ -14,8 +13,7 @@ class RunClient:
|
|
14
13
|
"""Provides functionality for executing HTTP requests against Beamlit resources.
|
15
14
|
|
16
15
|
This module contains the RunClient class which handles authenticated HTTP requests to Beamlit
|
17
|
-
resources. It allows users to interact with different resource types (like functions or services)
|
18
|
-
in specific environments, supporting various HTTP methods and request parameters.
|
16
|
+
resources. It allows users to interact with different resource types (like functions or services), supporting various HTTP methods and request parameters.
|
19
17
|
|
20
18
|
Example:
|
21
19
|
```python
|
@@ -75,7 +73,7 @@ class RunClient:
|
|
75
73
|
|
76
74
|
if cloud and path and service_name:
|
77
75
|
url = f"https://{service_name}.{settings.run_internal_hostname}/{path}"
|
78
|
-
|
76
|
+
|
79
77
|
if cloud and not path and service_name:
|
80
78
|
url = f"https://{service_name}.{settings.run_internal_hostname}"
|
81
79
|
|
@@ -2,7 +2,7 @@ beamlit/__init__.py,sha256=545gFC-wLLwUktWcOAjUWe_Glha40tBetRTOYSfHnbI,164
|
|
2
2
|
beamlit/client.py,sha256=PnR6ybZk5dLIJPnDKAf2epHOeQC_7yL0fG4muvphHjA,12695
|
3
3
|
beamlit/errors.py,sha256=gO8GBmKqmSNgAg-E5oT-oOyxztvp7V_6XG7OUTT15q0,546
|
4
4
|
beamlit/py.typed,sha256=8ZJUsxZiuOy1oJeVhsTWQhTG_6pTVHVXk5hJL79ebTk,25
|
5
|
-
beamlit/run.py,sha256=
|
5
|
+
beamlit/run.py,sha256=jR_DFOCqwNCQcaZg8Cf0kUuugC6InsxtmC8UoZrbpdw,4447
|
6
6
|
beamlit/types.py,sha256=E1hhDh_zXfsSQ0NCt9-uw90_Mr5iIlsdfnfvxv5HarU,1005
|
7
7
|
beamlit/agents/__init__.py,sha256=bWsFaXUbAps3IsL3Prti89m1s714vICXodbQi77h3vY,206
|
8
8
|
beamlit/agents/chain.py,sha256=JsinjAYBr3oaM4heouZaiaV2jMmi779LHAMtD_4P59s,4867
|
@@ -253,8 +253,8 @@ beamlit/serve/app.py,sha256=5XZci-R95Zjl97wMtQd1BRtonnkJJ2AeoTVFPKGAOfA,4283
|
|
253
253
|
beamlit/serve/middlewares/__init__.py,sha256=O7fyfE1DIYmajFY9WWdzxCgeAQWZzJfeUjzHGbpWaAk,309
|
254
254
|
beamlit/serve/middlewares/accesslog.py,sha256=lcu33j4epFSHRBaeTpyt8deNb3kaM3K91-andw4fp80,1112
|
255
255
|
beamlit/serve/middlewares/processtime.py,sha256=3x5w1yQexB0xFNKK6fgLbINxT-eLLunfZ6UDV0bIIF4,944
|
256
|
-
beamlit-0.0.
|
257
|
-
beamlit-0.0.
|
258
|
-
beamlit-0.0.
|
259
|
-
beamlit-0.0.
|
260
|
-
beamlit-0.0.
|
256
|
+
beamlit-0.0.57rc111.dist-info/METADATA,sha256=5HLIcsxG56ZK1gCw97tpXUpjnlJ2iSlQAk-gs8Na2wg,3515
|
257
|
+
beamlit-0.0.57rc111.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
258
|
+
beamlit-0.0.57rc111.dist-info/entry_points.txt,sha256=zxhgdn7SP-Otk4rEv7LMPAAa9w4TUCLbu9TJi9-K3xg,115
|
259
|
+
beamlit-0.0.57rc111.dist-info/licenses/LICENSE,sha256=p5PNQvpvyDT_0aYBDgmV1fFI_vAD2aSV0wWG7VTgRis,1069
|
260
|
+
beamlit-0.0.57rc111.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|