beamlit 0.0.58__py3-none-any.whl → 0.0.59rc122__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/authentication/credentials.py +1 -2
- {beamlit-0.0.58.dist-info → beamlit-0.0.59rc122.dist-info}/METADATA +1 -1
- {beamlit-0.0.58.dist-info → beamlit-0.0.59rc122.dist-info}/RECORD +6 -6
- {beamlit-0.0.58.dist-info → beamlit-0.0.59rc122.dist-info}/WHEEL +0 -0
- {beamlit-0.0.58.dist-info → beamlit-0.0.59rc122.dist-info}/entry_points.txt +0 -0
- {beamlit-0.0.58.dist-info → beamlit-0.0.59rc122.dist-info}/licenses/LICENSE +0 -0
@@ -10,7 +10,6 @@ from pathlib import Path
|
|
10
10
|
from typing import List
|
11
11
|
|
12
12
|
import yaml
|
13
|
-
|
14
13
|
from beamlit.common.settings import Settings
|
15
14
|
|
16
15
|
logger = getLogger(__name__)
|
@@ -132,7 +131,7 @@ def load_config() -> Config:
|
|
132
131
|
workspaces.append(WorkspaceConfig(name=ws["name"], credentials=creds))
|
133
132
|
config.workspaces = workspaces
|
134
133
|
if "context" in data:
|
135
|
-
config.context = ContextConfig(
|
134
|
+
config.context = ContextConfig(workspace=data["context"].get("workspace", ""))
|
136
135
|
except yaml.YAMLError:
|
137
136
|
# Invalid YAML, use empty config
|
138
137
|
pass
|
@@ -116,7 +116,7 @@ beamlit/authentication/__init__.py,sha256=wiXqRbc7E-ulrH_ueA9duOGFvXeo7-RvhSD1Xb
|
|
116
116
|
beamlit/authentication/apikey.py,sha256=Q3Kz4Zbc_Lr6lYwiwiLo6AhggKcdqsd6xJjDi-nERiI,1557
|
117
117
|
beamlit/authentication/authentication.py,sha256=OgqS6YciBnh0MomeEaL2YuZt1fHPOfQUkRhsIu6tcvk,5812
|
118
118
|
beamlit/authentication/clientcredentials.py,sha256=a3KNT3x3c2izS1EQXbL-bO9Xm-6T16qY7cLf97eE8u8,5198
|
119
|
-
beamlit/authentication/credentials.py,sha256=
|
119
|
+
beamlit/authentication/credentials.py,sha256=YNMCRpNa2Cs7lN647Sz4-8LxfZtJPhSyyxCVwNzTAxo,8741
|
120
120
|
beamlit/authentication/device_mode.py,sha256=gBJqJpWQXEG8gZbWXhlvQyk8FfHH95-aqURUnudil-4,6526
|
121
121
|
beamlit/common/__init__.py,sha256=saX5X3hRCJ9erSlXuSkZ2VGgquvpgdcofAU_9sM4bCE,354
|
122
122
|
beamlit/common/error.py,sha256=eOftZvd6XsAcQIYl9V7B1msGnTZf-HO0hGxBw1uIxaA,763
|
@@ -254,8 +254,8 @@ beamlit/serve/app.py,sha256=5XZci-R95Zjl97wMtQd1BRtonnkJJ2AeoTVFPKGAOfA,4283
|
|
254
254
|
beamlit/serve/middlewares/__init__.py,sha256=O7fyfE1DIYmajFY9WWdzxCgeAQWZzJfeUjzHGbpWaAk,309
|
255
255
|
beamlit/serve/middlewares/accesslog.py,sha256=lcu33j4epFSHRBaeTpyt8deNb3kaM3K91-andw4fp80,1112
|
256
256
|
beamlit/serve/middlewares/processtime.py,sha256=3x5w1yQexB0xFNKK6fgLbINxT-eLLunfZ6UDV0bIIF4,944
|
257
|
-
beamlit-0.0.
|
258
|
-
beamlit-0.0.
|
259
|
-
beamlit-0.0.
|
260
|
-
beamlit-0.0.
|
261
|
-
beamlit-0.0.
|
257
|
+
beamlit-0.0.59rc122.dist-info/METADATA,sha256=m_SrV1-nCvObekAwovLP11nDfiDg1oV8yL497RpLxoM,3547
|
258
|
+
beamlit-0.0.59rc122.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
259
|
+
beamlit-0.0.59rc122.dist-info/entry_points.txt,sha256=zxhgdn7SP-Otk4rEv7LMPAAa9w4TUCLbu9TJi9-K3xg,115
|
260
|
+
beamlit-0.0.59rc122.dist-info/licenses/LICENSE,sha256=p5PNQvpvyDT_0aYBDgmV1fFI_vAD2aSV0wWG7VTgRis,1069
|
261
|
+
beamlit-0.0.59rc122.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|