beamlit 0.0.58__py3-none-any.whl → 0.0.59rc123__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.
@@ -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(**data["context"])
134
+ config.context = ContextConfig(workspace=data["context"].get("workspace", ""))
136
135
  except yaml.YAMLError:
137
136
  # Invalid YAML, use empty config
138
137
  pass
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: beamlit
3
- Version: 0.0.58
3
+ Version: 0.0.59rc123
4
4
  Summary: Add your description here
5
5
  Author-email: cploujoux <ch.ploujoux@gmail.com>
6
6
  License-File: LICENSE
@@ -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=Xb2Ajj-72FdU1l_pI8OMDRSXruCJHUQjME1NxTBmkTU,8713
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.58.dist-info/METADATA,sha256=1JuqbE0ek155mK2KttjVURNzVtGu6efMKMX_4aj59FU,3542
258
- beamlit-0.0.58.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
259
- beamlit-0.0.58.dist-info/entry_points.txt,sha256=zxhgdn7SP-Otk4rEv7LMPAAa9w4TUCLbu9TJi9-K3xg,115
260
- beamlit-0.0.58.dist-info/licenses/LICENSE,sha256=p5PNQvpvyDT_0aYBDgmV1fFI_vAD2aSV0wWG7VTgRis,1069
261
- beamlit-0.0.58.dist-info/RECORD,,
257
+ beamlit-0.0.59rc123.dist-info/METADATA,sha256=s2s4YNjEgsGuoBeBKtsHZYlVNDDOvK1SksEb5SxP9eI,3547
258
+ beamlit-0.0.59rc123.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
259
+ beamlit-0.0.59rc123.dist-info/entry_points.txt,sha256=zxhgdn7SP-Otk4rEv7LMPAAa9w4TUCLbu9TJi9-K3xg,115
260
+ beamlit-0.0.59rc123.dist-info/licenses/LICENSE,sha256=p5PNQvpvyDT_0aYBDgmV1fFI_vAD2aSV0wWG7VTgRis,1069
261
+ beamlit-0.0.59rc123.dist-info/RECORD,,