isolate 0.12.8__py3-none-any.whl → 0.12.9__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.

Potentially problematic release.


This version of isolate might be problematic. Click here for more details.

isolate/backends/conda.py CHANGED
@@ -161,7 +161,7 @@ class CondaEnvironment(BaseEnvironment[Path]):
161
161
  def _run_create(self, env_path: str, env_name: str) -> None:
162
162
  if self._exec_command == "conda":
163
163
  self._run_conda(
164
- "env", "create", "--force", "--prefix", env_path, "-f", env_name
164
+ "env", "create", "--yes", "--prefix", env_path, "-f", env_name
165
165
  )
166
166
  else:
167
167
  self._run_conda("env", "create", "--prefix", env_path, "-f", env_name)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: isolate
3
- Version: 0.12.8
3
+ Version: 0.12.9
4
4
  Summary: Managed isolated environments for Python
5
5
  Home-page: https://github.com/fal-ai/isolate
6
6
  Author: Features & Labels
@@ -2,7 +2,7 @@ isolate/__init__.py,sha256=HoGrQYpnc5f7JD5rKfvX6IJ0NY3TwycIqfg4v62VGx0,63
2
2
  isolate/backends/__init__.py,sha256=LLrSM7UnDFW8tIT5oYlE1wVJrxKcaj_v7cFwvTjQTlc,119
3
3
  isolate/backends/_base.py,sha256=F_eZzeGcebsf5ihhziO7HvV8h47hZB074GgeCJ5gIN0,4104
4
4
  isolate/backends/common.py,sha256=_pGqANUY_FPdlgQeWIoQeKS7pW45w18-VB3-PyyiFgc,8344
5
- isolate/backends/conda.py,sha256=LoTr2Dqg5woRCDO7WyZop_DUM76vRaxebkTSFV-Lnbk,7662
5
+ isolate/backends/conda.py,sha256=QtPPJmgbdQG9pWD6jiJBN06kmUVHT-GYBVZF9mdCmno,7660
6
6
  isolate/backends/local.py,sha256=woxe4dmXuEHxWKsGNndoRA1_sP6yG-dg6tlFZni0mZc,1360
7
7
  isolate/backends/pyenv.py,sha256=XwFTcfQfPcMVI5NGFydMKN3qEY4LoxV2YIeGvOq9G_c,5378
8
8
  isolate/backends/remote.py,sha256=4oBQZvXz5Gf7ZwIeLf1oV6VijFcPhyqktbrES9w_c1w,4215
@@ -49,8 +49,8 @@ isolate/server/health/health_pb2_grpc.py,sha256=JRluct2W4af83OYxwmcCn0vRc78zf04N
49
49
  isolate/server/health_server.py,sha256=yN7F1Q28DdX8-Zk3gef7XcQEE25XwlHwzV5GBM75aQM,1249
50
50
  isolate/server/interface.py,sha256=nGbjdxrN0p9m1LNdeds8NIoJOwPYW2NM6ktmbhfG4_s,687
51
51
  isolate/server/server.py,sha256=b5bsgVmZ7cfHy6QQXq7q3AGBIqO8W74rdWsbfqHCNGg,13594
52
- isolate-0.12.8.dist-info/LICENSE,sha256=427vuyirL5scgBLqA9UWcdnxKrtSGc0u_JfUupk6lAA,11359
53
- isolate-0.12.8.dist-info/METADATA,sha256=DwSs12t8jGvdZoAzzTji7NeSYK4SLjx_2dTxMZURL78,2783
54
- isolate-0.12.8.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
55
- isolate-0.12.8.dist-info/entry_points.txt,sha256=QXWwDC7bzMidCWvv7WrIKvlWneFKA21c3SDMVvgHpT4,281
56
- isolate-0.12.8.dist-info/RECORD,,
52
+ isolate-0.12.9.dist-info/LICENSE,sha256=427vuyirL5scgBLqA9UWcdnxKrtSGc0u_JfUupk6lAA,11359
53
+ isolate-0.12.9.dist-info/METADATA,sha256=HmjwBrkl-mjfOSm29AlmLlRmTaGLrp8B3uyimzi0mDs,2783
54
+ isolate-0.12.9.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
55
+ isolate-0.12.9.dist-info/entry_points.txt,sha256=QXWwDC7bzMidCWvv7WrIKvlWneFKA21c3SDMVvgHpT4,281
56
+ isolate-0.12.9.dist-info/RECORD,,