coiled 1.127.1.dev16__py3-none-any.whl → 1.127.1.dev19__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 coiled might be problematic. Click here for more details.

coiled/cli/setup/aws.py CHANGED
@@ -321,6 +321,7 @@ def get_ongoing_doc(ecr=True, package_sync_bucket_prefix=None) -> str:
321
321
  "Effect": "Allow",
322
322
  "Resource": "*",
323
323
  "Action": [
324
+ "ec2:AuthorizeSecurityGroupEgress",
324
325
  "ec2:AuthorizeSecurityGroupIngress",
325
326
  "ec2:CreateFleet",
326
327
  "ec2:CreateLaunchTemplate",
@@ -385,6 +386,16 @@ def get_ongoing_doc(ecr=True, package_sync_bucket_prefix=None) -> str:
385
386
  ],
386
387
  "Condition": {"StringEquals": {"ec2:ResourceTag/owner": "coiled"}},
387
388
  },
389
+ {
390
+ "Sid": "OngoingPlacementGroupPolicy",
391
+ "Effect": "Allow",
392
+ "Resource": "arn:*:ec2:*:*:placement-group/coiled-*",
393
+ "Action": [
394
+ "ec2:CreatePlacementGroup",
395
+ "ec2:DescribePlacementGroups",
396
+ "ec2:DeletePlacementGroup",
397
+ ],
398
+ },
388
399
  {
389
400
  "Sid": "OptionalLogPull",
390
401
  "Effect": "Allow",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: coiled
3
- Version: 1.127.1.dev16
3
+ Version: 1.127.1.dev19
4
4
  Summary: Python client for coiled.io dask clusters
5
5
  Project-URL: Homepage, https://coiled.io
6
6
  Maintainer-email: Coiled <info@coiled.io>
@@ -73,7 +73,7 @@ coiled/cli/notebook/__init__.py,sha256=khKDheFK7ociEbb1ODp5oygNLBo_1K7PsL08OaEME
73
73
  coiled/cli/notebook/notebook.py,sha256=i_XD03RK2cYeYn_TVl20Uv-kJ_2x-0Oe5iRUTm6w1Tc,23293
74
74
  coiled/cli/setup/__init__.py,sha256=BiGnIH9vXGhCFOEPuSUkitcrwAA97wTsfcwMXC0DkYg,837
75
75
  coiled/cli/setup/amp.py,sha256=_zlZtqsd_LkSF5C_G8qDm0To-t30C0Z6XKMdDzrm7qg,5039
76
- coiled/cli/setup/aws.py,sha256=XWzj-YUhbb3KM_PAErnM81KYDRltspN0sxOyRPM7IM0,65447
76
+ coiled/cli/setup/aws.py,sha256=MS4Au1AGoALeVO_VuTdq_RRzL3JzOGgpTgcM69avXU0,65885
77
77
  coiled/cli/setup/azure.py,sha256=JNBdKyY9NTcWfr6NAb4d-QM45y6bPBuFFCsCY21equI,25288
78
78
  coiled/cli/setup/entry.py,sha256=2PKtvH_ARWt5c5qjeb7dfmJOcFTqRGoskPidNoQTiOg,2425
79
79
  coiled/cli/setup/gcp.py,sha256=i67kFRJJpDORrqkVfDu1jFseN80iDbKe1vswk6jxRI8,38817
@@ -95,8 +95,8 @@ coiled/v2/widgets/__init__.py,sha256=Bt3GHTTyri-kFUaqGRVydDM-sCg5NdNujDg2RyvgV8U
95
95
  coiled/v2/widgets/interface.py,sha256=YeMQ5qdRbbpM04x9qIg2LE1xwxyRxFbdDYnkrwHazPk,301
96
96
  coiled/v2/widgets/rich.py,sha256=3rU5-yso92NdeEh3uSvEE-GwPNyp6i0Nb5PE5czXCik,28974
97
97
  coiled/v2/widgets/util.py,sha256=Y8qpGqwNzqfCzgyRFRy7vcscBoXqop-Upi4HLPpXLgg,3120
98
- coiled-1.127.1.dev16.dist-info/METADATA,sha256=qMOXvhRHA3knlti4m8OYkLrJMiew0sPowR66YqZrhhg,2182
99
- coiled-1.127.1.dev16.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
100
- coiled-1.127.1.dev16.dist-info/entry_points.txt,sha256=C8dz1ST_bTlTO-kNvuHBJQma9PyJPotg0S4xpPt5aHY,47
101
- coiled-1.127.1.dev16.dist-info/licenses/LICENSE,sha256=ZPwVR73Biwm3sK6vR54djCrhaRiM4cAD2zvOQZV8Xis,3859
102
- coiled-1.127.1.dev16.dist-info/RECORD,,
98
+ coiled-1.127.1.dev19.dist-info/METADATA,sha256=2LhtStpVYQR_CE2d5PHM4JbwhZJsLG2tKp9D3_FaqiM,2182
99
+ coiled-1.127.1.dev19.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
100
+ coiled-1.127.1.dev19.dist-info/entry_points.txt,sha256=C8dz1ST_bTlTO-kNvuHBJQma9PyJPotg0S4xpPt5aHY,47
101
+ coiled-1.127.1.dev19.dist-info/licenses/LICENSE,sha256=ZPwVR73Biwm3sK6vR54djCrhaRiM4cAD2zvOQZV8Xis,3859
102
+ coiled-1.127.1.dev19.dist-info/RECORD,,