beamlit 0.0.48rc95__py3-none-any.whl → 0.0.49__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/deploy/deploy.py +3 -2
- {beamlit-0.0.48rc95.dist-info → beamlit-0.0.49.dist-info}/METADATA +1 -1
- {beamlit-0.0.48rc95.dist-info → beamlit-0.0.49.dist-info}/RECORD +5 -5
- {beamlit-0.0.48rc95.dist-info → beamlit-0.0.49.dist-info}/WHEEL +0 -0
- {beamlit-0.0.48rc95.dist-info → beamlit-0.0.49.dist-info}/licenses/LICENSE +0 -0
beamlit/deploy/deploy.py
CHANGED
@@ -186,12 +186,13 @@ WORKDIR /beamlit
|
|
186
186
|
# Install the application dependencies.
|
187
187
|
COPY pyproject.toml /beamlit/pyproject.toml
|
188
188
|
COPY uv.lock /beamlit/uv.lock
|
189
|
-
RUN uv sync --no-cache
|
190
189
|
|
191
190
|
COPY README.m[d] /beamlit/README.md
|
192
191
|
COPY LICENS[E] /beamlit/LICENSE
|
193
192
|
COPY {settings.server.directory} /beamlit/src
|
194
193
|
|
194
|
+
RUN uv sync --no-cache --no-dev
|
195
|
+
|
195
196
|
ENV PATH="/beamlit/.venv/bin:$PATH"
|
196
197
|
|
197
198
|
ENTRYPOINT [{cmd_str}]
|
@@ -210,7 +211,7 @@ def clean_auto_generated(
|
|
210
211
|
type (str): Type of deployment ("agent" or "function")
|
211
212
|
deployments (list[tuple[Resource, Agent | Function]]): List of deployment resources and configurations
|
212
213
|
"""
|
213
|
-
|
214
|
+
|
214
215
|
deploy_dir = Path(directory) / f"{type}s"
|
215
216
|
deploy_names = [d.metadata.name for (_, d) in deployments]
|
216
217
|
|
@@ -139,7 +139,7 @@ beamlit/common/settings.py,sha256=C7iZrLLvl6ap5VCVCYOoK20WdSFqacmd6HtaeZ7SF6s,37
|
|
139
139
|
beamlit/common/slugify.py,sha256=nR29r37IdWS2i44ZC6ZsXRgqKPYmvMGtFQ7BuIQUTlc,90
|
140
140
|
beamlit/common/utils.py,sha256=jouz5igBvT37Xn_e94-foCHyQczVim-UzVcoIF6RWJ4,657
|
141
141
|
beamlit/deploy/__init__.py,sha256=GS7l7Jtm2yKs7iNLKcfjYO-rAhUzggQ3xiYSf3oxLBY,91
|
142
|
-
beamlit/deploy/deploy.py,sha256=
|
142
|
+
beamlit/deploy/deploy.py,sha256=0snAN62iZGVYdH4Nh1H2-QTQKSN_-WpaEUCkwTo6USc,10380
|
143
143
|
beamlit/deploy/format.py,sha256=U6UZEFAYLnGJJ7O2YmSdlUUFhnWNGAv6NZ-DW4KTgvI,2049
|
144
144
|
beamlit/deploy/parser.py,sha256=Ga0poCZkoRnuTw082QnTcNGCBJncoRAnVsn8-1FsaJE,6907
|
145
145
|
beamlit/functions/__init__.py,sha256=oejZ6GVd4-2kGKsOwRUq1u2AuSyrrn9kWIuH6WxMqhE,189
|
@@ -263,7 +263,7 @@ beamlit/serve/app.py,sha256=ROS_tb9cO4GvOQKCwloyAzpYraTdIb3oG6sChXikeNw,3285
|
|
263
263
|
beamlit/serve/middlewares/__init__.py,sha256=1dVmnOmhAQWvWktqHkKSIX-YoF6fmMU8xkUQuhg_rJU,148
|
264
264
|
beamlit/serve/middlewares/accesslog.py,sha256=Mu4T4_9OvHybjA0ApzZFpgi2C8f3X1NbUk-76v634XM,631
|
265
265
|
beamlit/serve/middlewares/processtime.py,sha256=lDAaIasZ4bwvN-HKHvZpaD9r-yrkVNZYx4abvbjbrCg,411
|
266
|
-
beamlit-0.0.
|
267
|
-
beamlit-0.0.
|
268
|
-
beamlit-0.0.
|
269
|
-
beamlit-0.0.
|
266
|
+
beamlit-0.0.49.dist-info/METADATA,sha256=QdHqhz4K0me0hWvJ9_G6HH9r22IXL_7puaSqaXQ7Amw,3478
|
267
|
+
beamlit-0.0.49.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
268
|
+
beamlit-0.0.49.dist-info/licenses/LICENSE,sha256=p5PNQvpvyDT_0aYBDgmV1fFI_vAD2aSV0wWG7VTgRis,1069
|
269
|
+
beamlit-0.0.49.dist-info/RECORD,,
|
File without changes
|
File without changes
|