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

@@ -60,7 +60,7 @@ class VirtualPythonEnvironment(BaseEnvironment[Path]):
60
60
  constraints = []
61
61
 
62
62
  extras = []
63
- if not self.resolver:
63
+ if self.resolver is not None:
64
64
  extras.append(f"resolver={self.resolver}")
65
65
 
66
66
  active_python_version = self.python_version or active_python()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: isolate
3
- Version: 0.12.4
3
+ Version: 0.12.5
4
4
  Summary: Managed isolated environments for Python
5
5
  Author: Features & Labels
6
6
  Author-email: hello@fal.ai
@@ -7,7 +7,7 @@ isolate/backends/local.py,sha256=n_RKUHsEEUo1oyLlRw0PzUAbwDC9qMjp9SvnDFeDFE0,136
7
7
  isolate/backends/pyenv.py,sha256=AoWbphdZpxpoo704J2tS4l-gfzMrPcUD1gm1ORMhUek,5404
8
8
  isolate/backends/remote.py,sha256=2JA5RZISb4Qa_8a8aYnQrinpDZG89dtUnSRvJeTAx78,4208
9
9
  isolate/backends/settings.py,sha256=YRe0M-HHcBGsHngs0HdcOaKAaGcVJOJfLgnKVA-huPM,3296
10
- isolate/backends/virtualenv.py,sha256=8sGo7JRl9yrL5MuGNWO7cbEdlfHxbshuh_KbFhqvVt8,7038
10
+ isolate/backends/virtualenv.py,sha256=0Kpn-bdHzEWsuqoZ6clEufRfztK95wt7Qc6wWhCtjro,7046
11
11
  isolate/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
12
  isolate/common/timestamp.py,sha256=seh7FrMRH4i1SCQavA8d-7z8qi0pP8lYYhd29gTPMwE,367
13
13
  isolate/connections/__init__.py,sha256=6BKY7P23ZZ2au0Efc2RO7Pt-kVqYF-Qprrz-rLIfyXc,722
@@ -48,7 +48,7 @@ isolate/server/health/health_pb2_grpc.py,sha256=JRluct2W4af83OYxwmcCn0vRc78zf04N
48
48
  isolate/server/health_server.py,sha256=yN7F1Q28DdX8-Zk3gef7XcQEE25XwlHwzV5GBM75aQM,1249
49
49
  isolate/server/interface.py,sha256=nGbjdxrN0p9m1LNdeds8NIoJOwPYW2NM6ktmbhfG4_s,687
50
50
  isolate/server/server.py,sha256=xLkTWmhuDBNDxQyFGTyCUBea0QuelXs0rpwdB_lh7ZU,13095
51
- isolate-0.12.4.dist-info/METADATA,sha256=q1GYroNJ6iUuo-CgfftJh8aca6_XgZJTeV-GACT2mXU,2729
52
- isolate-0.12.4.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
53
- isolate-0.12.4.dist-info/entry_points.txt,sha256=QXWwDC7bzMidCWvv7WrIKvlWneFKA21c3SDMVvgHpT4,281
54
- isolate-0.12.4.dist-info/RECORD,,
51
+ isolate-0.12.5.dist-info/METADATA,sha256=NiAShTPfqwDSGEuqSppJQD5Q7zqwwuynhsVfh_KaAwM,2729
52
+ isolate-0.12.5.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
53
+ isolate-0.12.5.dist-info/entry_points.txt,sha256=QXWwDC7bzMidCWvv7WrIKvlWneFKA21c3SDMVvgHpT4,281
54
+ isolate-0.12.5.dist-info/RECORD,,