nextmv 0.20.0__py3-none-any.whl → 0.20.1__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.
nextmv/__about__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "v0.20.0"
1
+ __version__ = "v0.20.1"
nextmv/cloud/client.py CHANGED
@@ -48,7 +48,7 @@ class Client:
48
48
  """Maximum number of retries to use for requests to the Nextmv Cloud
49
49
  API."""
50
50
  status_forcelist: list[int] = field(
51
- default_factory=lambda: [429, 500, 502, 503, 504, 507, 509],
51
+ default_factory=lambda: [429],
52
52
  )
53
53
  """Status codes to retry for requests to the Nextmv Cloud API."""
54
54
  timeout: float = 20
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nextmv
3
- Version: 0.20.0
3
+ Version: 0.20.1
4
4
  Summary: The all-purpose Python SDK for Nextmv
5
5
  Project-URL: Homepage, https://www.nextmv.io
6
6
  Project-URL: Documentation, https://www.nextmv.io/docs/python-sdks/nextmv/installation
@@ -1,4 +1,4 @@
1
- nextmv/__about__.py,sha256=3qeOHhb7Cp1R8BkcSpircBFmVzSUyUNcBxjDGNqdGLA,24
1
+ nextmv/__about__.py,sha256=KqK0kkAlPQdD5W8qM68QyM56Jy5p0vIV7skZlBkTMMo,24
2
2
  nextmv/__entrypoint__.py,sha256=o6xYGBBUgCY_htteW-qNJfp-S3Th8dzS4RreJcDCnzM,1333
3
3
  nextmv/__init__.py,sha256=rz9oP7JGyFQJdUtYX4j9xx4Gv4LMGfNvXoEID5qUqig,1354
4
4
  nextmv/base_model.py,sha256=mdaBe-epNK1cFgP4TxbOtn3So4pCi1vMTOrIBkCBp7A,1050
@@ -12,7 +12,7 @@ nextmv/cloud/acceptance_test.py,sha256=NtqGhj-UYibxGBbU2kfjr-lYcngojb_5VMvK2WZwi
12
12
  nextmv/cloud/account.py,sha256=mZUGzV-uMGBA5BC_FPtsiCMFuz5jxEZ3O1BbELZIm18,1841
13
13
  nextmv/cloud/application.py,sha256=a_fuG_qyjCwjjx9elMHXM_2qkRniOOyMSMGcsLkzdeM,52409
14
14
  nextmv/cloud/batch_experiment.py,sha256=UxrMNAm2c7-RZ9TWRhZBtiVyEeUG1pjsLNhYkoT5Jog,2236
15
- nextmv/cloud/client.py,sha256=F9P49f7eIbbmiGQxIuz8UxnZRN1Nb34awskMRliUMvw,9034
15
+ nextmv/cloud/client.py,sha256=E4C8wOGOdgyMf-DCDt4YfI7ib8HwmUhAtKMdrSBJc2M,9004
16
16
  nextmv/cloud/input_set.py,sha256=ovkP17-jYs0yWrbqTM6Nl5ubWQabD_UrDqAHNo8aE2s,672
17
17
  nextmv/cloud/instance.py,sha256=UfyfZXfL1ugCGAB6zwZJIAi8qxI1JCUGsluwaGdjfN4,1223
18
18
  nextmv/cloud/manifest.py,sha256=Fdjw4c14_ph20ASOzBs2mLslyLs1jGSxWThipGFp8rk,7458
@@ -21,7 +21,7 @@ nextmv/cloud/run.py,sha256=93o5SJMvN2b-Qd2ZGoXuelAHafKsGRt-DyOtE4srTsQ,4672
21
21
  nextmv/cloud/secrets.py,sha256=kqlN4ceww_L4kVTrAU8BZykRzXINO3zhMT_BLYea6tk,1764
22
22
  nextmv/cloud/status.py,sha256=C-ax8cLw0jPeh7CPsJkCa0s4ImRyFI4NDJJxI0_1sr4,602
23
23
  nextmv/cloud/version.py,sha256=sjVRNRtohHA97j6IuyM33_DSSsXYkZPusYgpb6hlcrc,1244
24
- nextmv-0.20.0.dist-info/METADATA,sha256=K8Oy0twD2q9vCyW_mVLM7-4TPmwkEPAIt-kNzx-jMuk,14557
25
- nextmv-0.20.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
26
- nextmv-0.20.0.dist-info/licenses/LICENSE,sha256=ZIbK-sSWA-OZprjNbmJAglYRtl5_K4l9UwAV3PGJAPc,11349
27
- nextmv-0.20.0.dist-info/RECORD,,
24
+ nextmv-0.20.1.dist-info/METADATA,sha256=pv0uEyHcZehvo3sdsMhPfo1N1Vn0znpp7EbQUEpYJ98,14557
25
+ nextmv-0.20.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
26
+ nextmv-0.20.1.dist-info/licenses/LICENSE,sha256=ZIbK-sSWA-OZprjNbmJAglYRtl5_K4l9UwAV3PGJAPc,11349
27
+ nextmv-0.20.1.dist-info/RECORD,,