gr4vy 1.6.2__py3-none-any.whl → 1.6.3__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 gr4vy might be problematic. Click here for more details.

gr4vy/_version.py CHANGED
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "gr4vy"
6
- __version__: str = "1.6.2"
6
+ __version__: str = "1.6.3"
7
7
  __openapi_doc_version__: str = "1.0.0"
8
- __gen_version__: str = "2.730.5"
9
- __user_agent__: str = "speakeasy-sdk/python 1.6.2 2.730.5 1.0.0 gr4vy"
8
+ __gen_version__: str = "2.731.4"
9
+ __user_agent__: str = "speakeasy-sdk/python 1.6.3 2.731.4 1.0.0 gr4vy"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
gr4vy/models/__init__.py CHANGED
@@ -392,8 +392,8 @@ if TYPE_CHECKING:
392
392
  )
393
393
  from .forterantifraudoptionscartitembasicitemdata import (
394
394
  ForterAntiFraudOptionsCartItemBasicItemData,
395
+ ForterAntiFraudOptionsCartItemBasicItemDataType,
395
396
  ForterAntiFraudOptionsCartItemBasicItemDataTypedDict,
396
- Type,
397
397
  )
398
398
  from .forterantifraudoptionscartitembeneficiary import (
399
399
  ForterAntiFraudOptionsCartItemBeneficiary,
@@ -902,6 +902,19 @@ if TYPE_CHECKING:
902
902
  from .payoutsummaries import PayoutSummaries, PayoutSummariesTypedDict
903
903
  from .payoutsummary import PayoutSummary, PayoutSummaryTypedDict
904
904
  from .paypaloptions import PaypalOptions, PaypalOptionsTypedDict
905
+ from .paypalshippingoptions import (
906
+ PaypalShippingOptions,
907
+ PaypalShippingOptionsTypedDict,
908
+ )
909
+ from .paypalshippingoptionsitem import (
910
+ PaypalShippingOptionsItem,
911
+ PaypalShippingOptionsItemType,
912
+ PaypalShippingOptionsItemTypedDict,
913
+ )
914
+ from .paypalshippingoptionsitemamount import (
915
+ PaypalShippingOptionsItemAmount,
916
+ PaypalShippingOptionsItemAmountTypedDict,
917
+ )
905
918
  from .powertranzoptions import PowertranzOptions, PowertranzOptionsTypedDict
906
919
  from .producttype import ProductType
907
920
  from .recipient import Recipient, RecipientTypedDict
@@ -1456,6 +1469,7 @@ __all__ = [
1456
1469
  "ForterAntiFraudOptions",
1457
1470
  "ForterAntiFraudOptionsCartItem",
1458
1471
  "ForterAntiFraudOptionsCartItemBasicItemData",
1472
+ "ForterAntiFraudOptionsCartItemBasicItemDataType",
1459
1473
  "ForterAntiFraudOptionsCartItemBasicItemDataTypedDict",
1460
1474
  "ForterAntiFraudOptionsCartItemBeneficiary",
1461
1475
  "ForterAntiFraudOptionsCartItemBeneficiaryAddress",
@@ -1830,6 +1844,13 @@ __all__ = [
1830
1844
  "PayoutSummaryTypedDict",
1831
1845
  "PaypalOptions",
1832
1846
  "PaypalOptionsTypedDict",
1847
+ "PaypalShippingOptions",
1848
+ "PaypalShippingOptionsItem",
1849
+ "PaypalShippingOptionsItemAmount",
1850
+ "PaypalShippingOptionsItemAmountTypedDict",
1851
+ "PaypalShippingOptionsItemType",
1852
+ "PaypalShippingOptionsItemTypedDict",
1853
+ "PaypalShippingOptionsTypedDict",
1833
1854
  "PowertranzOptions",
1834
1855
  "PowertranzOptionsTypedDict",
1835
1856
  "ProductType",
@@ -1998,7 +2019,6 @@ __all__ = [
1998
2019
  "TravelhubOptionsTypedDict",
1999
2020
  "TrustlyOptions",
2000
2021
  "TrustlyOptionsTypedDict",
2001
- "Type",
2002
2022
  "UnregisterDigitalWalletDomainGlobals",
2003
2023
  "UnregisterDigitalWalletDomainGlobalsTypedDict",
2004
2024
  "UnregisterDigitalWalletDomainRequest",
@@ -2365,8 +2385,8 @@ _dynamic_imports: dict[str, str] = {
2365
2385
  "ForterAntiFraudOptionsCartItem": ".forterantifraudoptionscartitem",
2366
2386
  "ForterAntiFraudOptionsCartItemTypedDict": ".forterantifraudoptionscartitem",
2367
2387
  "ForterAntiFraudOptionsCartItemBasicItemData": ".forterantifraudoptionscartitembasicitemdata",
2388
+ "ForterAntiFraudOptionsCartItemBasicItemDataType": ".forterantifraudoptionscartitembasicitemdata",
2368
2389
  "ForterAntiFraudOptionsCartItemBasicItemDataTypedDict": ".forterantifraudoptionscartitembasicitemdata",
2369
- "Type": ".forterantifraudoptionscartitembasicitemdata",
2370
2390
  "ForterAntiFraudOptionsCartItemBeneficiary": ".forterantifraudoptionscartitembeneficiary",
2371
2391
  "ForterAntiFraudOptionsCartItemBeneficiaryTypedDict": ".forterantifraudoptionscartitembeneficiary",
2372
2392
  "ForterAntiFraudOptionsCartItemBeneficiaryAddress": ".forterantifraudoptionscartitembeneficiaryaddress",
@@ -2741,6 +2761,13 @@ _dynamic_imports: dict[str, str] = {
2741
2761
  "PayoutSummaryTypedDict": ".payoutsummary",
2742
2762
  "PaypalOptions": ".paypaloptions",
2743
2763
  "PaypalOptionsTypedDict": ".paypaloptions",
2764
+ "PaypalShippingOptions": ".paypalshippingoptions",
2765
+ "PaypalShippingOptionsTypedDict": ".paypalshippingoptions",
2766
+ "PaypalShippingOptionsItem": ".paypalshippingoptionsitem",
2767
+ "PaypalShippingOptionsItemType": ".paypalshippingoptionsitem",
2768
+ "PaypalShippingOptionsItemTypedDict": ".paypalshippingoptionsitem",
2769
+ "PaypalShippingOptionsItemAmount": ".paypalshippingoptionsitemamount",
2770
+ "PaypalShippingOptionsItemAmountTypedDict": ".paypalshippingoptionsitemamount",
2744
2771
  "PowertranzOptions": ".powertranzoptions",
2745
2772
  "PowertranzOptionsTypedDict": ".powertranzoptions",
2746
2773
  "ProductType": ".producttype",
@@ -16,7 +16,7 @@ from typing import Literal, Union
16
16
  from typing_extensions import Annotated, NotRequired, TypedDict
17
17
 
18
18
 
19
- Type = Union[
19
+ ForterAntiFraudOptionsCartItemBasicItemDataType = Union[
20
20
  Literal[
21
21
  "TANGIBLE",
22
22
  "NON_TANGIBLE",
@@ -26,13 +26,14 @@ Type = Union[
26
26
 
27
27
 
28
28
  class ForterAntiFraudOptionsCartItemBasicItemDataTypedDict(TypedDict):
29
- type: NotRequired[Nullable[Type]]
29
+ type: NotRequired[Nullable[ForterAntiFraudOptionsCartItemBasicItemDataType]]
30
30
  r"""Indicates whether the item is a physical good or a service/digital item."""
31
31
 
32
32
 
33
33
  class ForterAntiFraudOptionsCartItemBasicItemData(BaseModel):
34
34
  type: Annotated[
35
- OptionalNullable[Type], PlainValidator(validate_open_enum(False))
35
+ OptionalNullable[ForterAntiFraudOptionsCartItemBasicItemDataType],
36
+ PlainValidator(validate_open_enum(False)),
36
37
  ] = UNSET
37
38
  r"""Indicates whether the item is a physical good or a service/digital item."""
38
39
 
@@ -1,6 +1,7 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
+ from .paypalshippingoptions import PaypalShippingOptions, PaypalShippingOptionsTypedDict
4
5
  from gr4vy.types import BaseModel, Nullable, OptionalNullable, UNSET, UNSET_SENTINEL
5
6
  from pydantic import model_serializer
6
7
  from typing import Dict, List
@@ -10,16 +11,21 @@ from typing_extensions import NotRequired, TypedDict
10
11
  class PaypalOptionsTypedDict(TypedDict):
11
12
  additional_data: NotRequired[Nullable[List[Dict[str, str]]]]
12
13
  r"""Additional Set Transaction Context Values (STC) to be sent to PayPal as part of the transaction."""
14
+ shipping: NotRequired[Nullable[PaypalShippingOptionsTypedDict]]
15
+ r"""Shipping information to be passed to the PayPal API."""
13
16
 
14
17
 
15
18
  class PaypalOptions(BaseModel):
16
19
  additional_data: OptionalNullable[List[Dict[str, str]]] = UNSET
17
20
  r"""Additional Set Transaction Context Values (STC) to be sent to PayPal as part of the transaction."""
18
21
 
22
+ shipping: OptionalNullable[PaypalShippingOptions] = UNSET
23
+ r"""Shipping information to be passed to the PayPal API."""
24
+
19
25
  @model_serializer(mode="wrap")
20
26
  def serialize_model(self, handler):
21
- optional_fields = ["additional_data"]
22
- nullable_fields = ["additional_data"]
27
+ optional_fields = ["additional_data", "shipping"]
28
+ nullable_fields = ["additional_data", "shipping"]
23
29
  null_default_fields = []
24
30
 
25
31
  serialized = handler(self)
@@ -0,0 +1,51 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .paypalshippingoptionsitem import (
5
+ PaypalShippingOptionsItem,
6
+ PaypalShippingOptionsItemTypedDict,
7
+ )
8
+ from gr4vy.types import BaseModel, Nullable, OptionalNullable, UNSET, UNSET_SENTINEL
9
+ from pydantic import model_serializer
10
+ from typing import List
11
+ from typing_extensions import NotRequired, TypedDict
12
+
13
+
14
+ class PaypalShippingOptionsTypedDict(TypedDict):
15
+ options: NotRequired[Nullable[List[PaypalShippingOptionsItemTypedDict]]]
16
+ r"""Shipping options that the payee or merchant offers to the payer to ship or pick up their items."""
17
+
18
+
19
+ class PaypalShippingOptions(BaseModel):
20
+ options: OptionalNullable[List[PaypalShippingOptionsItem]] = UNSET
21
+ r"""Shipping options that the payee or merchant offers to the payer to ship or pick up their items."""
22
+
23
+ @model_serializer(mode="wrap")
24
+ def serialize_model(self, handler):
25
+ optional_fields = ["options"]
26
+ nullable_fields = ["options"]
27
+ null_default_fields = []
28
+
29
+ serialized = handler(self)
30
+
31
+ m = {}
32
+
33
+ for n, f in type(self).model_fields.items():
34
+ k = f.alias or n
35
+ val = serialized.get(k)
36
+ serialized.pop(k, None)
37
+
38
+ optional_nullable = k in optional_fields and k in nullable_fields
39
+ is_set = (
40
+ self.__pydantic_fields_set__.intersection({n})
41
+ or k in null_default_fields
42
+ ) # pylint: disable=no-member
43
+
44
+ if val is not None and val != UNSET_SENTINEL:
45
+ m[k] = val
46
+ elif val != UNSET_SENTINEL and (
47
+ not k in optional_fields or (optional_nullable and is_set)
48
+ ):
49
+ m[k] = val
50
+
51
+ return m
@@ -0,0 +1,94 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .paypalshippingoptionsitemamount import (
5
+ PaypalShippingOptionsItemAmount,
6
+ PaypalShippingOptionsItemAmountTypedDict,
7
+ )
8
+ from gr4vy.types import (
9
+ BaseModel,
10
+ Nullable,
11
+ OptionalNullable,
12
+ UNSET,
13
+ UNSET_SENTINEL,
14
+ UnrecognizedStr,
15
+ )
16
+ from gr4vy.utils import validate_open_enum
17
+ from pydantic import model_serializer
18
+ from pydantic.functional_validators import PlainValidator
19
+ from typing import Literal, Union
20
+ from typing_extensions import Annotated, NotRequired, TypedDict
21
+
22
+
23
+ PaypalShippingOptionsItemType = Union[
24
+ Literal[
25
+ "SHIPPING",
26
+ "PICKUP",
27
+ "PICKUP_IN_STORE",
28
+ "PICKUP_FROM_PERSON",
29
+ ],
30
+ UnrecognizedStr,
31
+ ]
32
+
33
+
34
+ class PaypalShippingOptionsItemTypedDict(TypedDict):
35
+ id: str
36
+ r"""A unique ID that identifies a payer-selected shipping option."""
37
+ label: str
38
+ r"""A description that the payer sees, which helps them choose an appropriate shipping option."""
39
+ selected: bool
40
+ r"""If the API request sets selected = true, it represents the shipping option that the payee or merchant expects to be pre-selected for the payer when they first view the shipping.options in the PayPal Checkout experience. Only one shipping.option can be set to selected=true."""
41
+ type: NotRequired[Nullable[PaypalShippingOptionsItemType]]
42
+ r"""A classification for the method of purchase fulfillment."""
43
+ amount: NotRequired[Nullable[PaypalShippingOptionsItemAmountTypedDict]]
44
+ r"""The shipping cost for the selected option."""
45
+
46
+
47
+ class PaypalShippingOptionsItem(BaseModel):
48
+ id: str
49
+ r"""A unique ID that identifies a payer-selected shipping option."""
50
+
51
+ label: str
52
+ r"""A description that the payer sees, which helps them choose an appropriate shipping option."""
53
+
54
+ selected: bool
55
+ r"""If the API request sets selected = true, it represents the shipping option that the payee or merchant expects to be pre-selected for the payer when they first view the shipping.options in the PayPal Checkout experience. Only one shipping.option can be set to selected=true."""
56
+
57
+ type: Annotated[
58
+ OptionalNullable[PaypalShippingOptionsItemType],
59
+ PlainValidator(validate_open_enum(False)),
60
+ ] = UNSET
61
+ r"""A classification for the method of purchase fulfillment."""
62
+
63
+ amount: OptionalNullable[PaypalShippingOptionsItemAmount] = UNSET
64
+ r"""The shipping cost for the selected option."""
65
+
66
+ @model_serializer(mode="wrap")
67
+ def serialize_model(self, handler):
68
+ optional_fields = ["type", "amount"]
69
+ nullable_fields = ["type", "amount"]
70
+ null_default_fields = []
71
+
72
+ serialized = handler(self)
73
+
74
+ m = {}
75
+
76
+ for n, f in type(self).model_fields.items():
77
+ k = f.alias or n
78
+ val = serialized.get(k)
79
+ serialized.pop(k, None)
80
+
81
+ optional_nullable = k in optional_fields and k in nullable_fields
82
+ is_set = (
83
+ self.__pydantic_fields_set__.intersection({n})
84
+ or k in null_default_fields
85
+ ) # pylint: disable=no-member
86
+
87
+ if val is not None and val != UNSET_SENTINEL:
88
+ m[k] = val
89
+ elif val != UNSET_SENTINEL and (
90
+ not k in optional_fields or (optional_nullable and is_set)
91
+ ):
92
+ m[k] = val
93
+
94
+ return m
@@ -0,0 +1,20 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from gr4vy.types import BaseModel
5
+ from typing_extensions import TypedDict
6
+
7
+
8
+ class PaypalShippingOptionsItemAmountTypedDict(TypedDict):
9
+ currency_code: str
10
+ r"""The three-character ISO currency code."""
11
+ value: str
12
+ r"""The amount value, which might include a decimal portion."""
13
+
14
+
15
+ class PaypalShippingOptionsItemAmount(BaseModel):
16
+ currency_code: str
17
+ r"""The three-character ISO currency code."""
18
+
19
+ value: str
20
+ r"""The amount value, which might include a decimal portion."""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gr4vy
3
- Version: 1.6.2
3
+ Version: 1.6.3
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Gr4vy
6
6
  Requires-Python: >=3.9.2
@@ -2,7 +2,7 @@ gr4vy/__init__.py,sha256=w2u919V3Tzv4zEPQ-OYJ79gQ_4_SyW7GOFFoHtqXDFA,401
2
2
  gr4vy/_hooks/__init__.py,sha256=p5J13DeYuISQyQWirjJAObHIf2VtIlOtFqnIpvjjVwk,118
3
3
  gr4vy/_hooks/sdkhooks.py,sha256=3jKTs2B1lcAxBMJge9C-qL0RGbKGLcrHvikzi67Tbdo,2493
4
4
  gr4vy/_hooks/types.py,sha256=0O7dbbolkiFAnHkNULvwoLsiXJu0_Wmhev163bvZbW8,3039
5
- gr4vy/_version.py,sha256=KxaTl5r7rk64sV4YisVQ_8ISwYqJgFwSPn0KiTJXkcM,452
5
+ gr4vy/_version.py,sha256=X_n2-s-UjtAOy6PfMwer4AUVgC_Gs_hns_pmy9aqiw0,452
6
6
  gr4vy/account_updater.py,sha256=mmTd25Oap80PBqQ3p4MvZ_buT5VS0zWc8s8cqfI7iyA,607
7
7
  gr4vy/all.py,sha256=jZtRqz8D1xGrylI95KA2XNwWLVAID1o_AYxA9wpXTzs,15176
8
8
  gr4vy/audit_logs.py,sha256=U16uKNF7H514ZBM0cAeSz2U2JT4P-SPGIJU6d6KOH34,17087
@@ -40,7 +40,7 @@ gr4vy/gift_cards_sdk.py,sha256=bVotXOI7TX5r32YIivU2_6eANtXdekxYbqeYK8MdzGA,57427
40
40
  gr4vy/httpclient.py,sha256=dqTPONDBpRn4ktXfcetQiRXnG93f0pJkFhqsYFhLUac,3945
41
41
  gr4vy/jobs.py,sha256=-UcByXMOnDc5cEiaBaXB_0S5eT2WdRWYcytE2p2j8WE,14569
42
42
  gr4vy/merchant_accounts_sdk.py,sha256=tGPWxXP7IOKeZ1Gh8LJ4yTpkSnsL-C56aXKfTCf4z9E,82263
43
- gr4vy/models/__init__.py,sha256=aXjVilZmHOJIO9-5XL8yA-PVkIoVraGGZqLOvKYCxL8,133069
43
+ gr4vy/models/__init__.py,sha256=m-3vS_ftlfy4mycslUCZlBDB8K-ZxujUhR6NCNLQwz4,134379
44
44
  gr4vy/models/accountsreceivablesreportspec.py,sha256=X4YKJ5TII4KFi1I47BYt1Egxsfs84EaqXsb7g90IpLw,1012
45
45
  gr4vy/models/accountupdaterinquirysummary.py,sha256=rOJn5uG7cNFUkd6BbsAve6ueUlAJzU5_d_zeDu6RBTg,1097
46
46
  gr4vy/models/accountupdaterjob.py,sha256=JKuRwrc5yYSAQ9lD5Ta4MALtfXBF7tn_37lllQsH2B0,1972
@@ -160,7 +160,7 @@ gr4vy/models/fiservinstallmentoptions.py,sha256=gkEIrbECotEMSZ1uzjxQ-q6CM1q6s_0P
160
160
  gr4vy/models/fiservoptions.py,sha256=vrA5y1DRsVbFFZ3y1f3y9XZWahrPtAPa0uYr-dZ5Xf0,1885
161
161
  gr4vy/models/forterantifraudoptions.py,sha256=ZdH4nFBPoFiCzpXGcge1s9aAeK0fSqqXuzkxXQ-uOR8,3457
162
162
  gr4vy/models/forterantifraudoptionscartitem.py,sha256=Pp0YWzKCgwMM_RyZVyFd2q9vwNWQJ8cZsr6yJW3lfcM,2923
163
- gr4vy/models/forterantifraudoptionscartitembasicitemdata.py,sha256=_uwQEgi6aBv-RYzir9DVpadzzdmpNKWMg6HHXPRAPP0,1935
163
+ gr4vy/models/forterantifraudoptionscartitembasicitemdata.py,sha256=MZ-FP7_7VN49N1f3SjXUyExUHAqzKKm-biLs7i-NTWo,2073
164
164
  gr4vy/models/forterantifraudoptionscartitembeneficiary.py,sha256=NaS2eNRglddg4YQctkjZlg6TNCWHry92W59Y0x7heLU,3258
165
165
  gr4vy/models/forterantifraudoptionscartitembeneficiaryaddress.py,sha256=GOEOm7F2fTEkUpDWs4cSlPgDNMTJXw6LMqCNLkxjiG8,2751
166
166
  gr4vy/models/forterantifraudoptionscartitembeneficiarycomments.py,sha256=CT2Bql-VBK_ovcoUVN5I4MsmPVVccgg1aIrbWZeU8Rg,2252
@@ -297,7 +297,10 @@ gr4vy/models/payoutpaymentservice.py,sha256=hdY8gf6uG9GHxBKve9OatNiRoKSCsoDClGlv
297
297
  gr4vy/models/payoutstatus.py,sha256=noJUkRfZ4ShNUbU9Lo1c8x5UzPVy3bselJ3-fcN_yKM,327
298
298
  gr4vy/models/payoutsummaries.py,sha256=n9rCKfAKn77Cyvy8WCfkKtCTI-wDxSJNraJBqT_RnV8,2191
299
299
  gr4vy/models/payoutsummary.py,sha256=qnx3ShxDXmkKk8LXgGDtVatyxPqPjXneYarXGK_AiOQ,5435
300
- gr4vy/models/paypaloptions.py,sha256=NIFg4LSHHC0V0SOFvJ6Q5ya3WtzFLeqNKYNt2mIK9oQ,1666
300
+ gr4vy/models/paypaloptions.py,sha256=aY81ZsVtUgXnGmzSxWoHI3KhMs-_gCZpA6hjbS7sFB8,2038
301
+ gr4vy/models/paypalshippingoptions.py,sha256=85pRPBHzUzhNnoF8sFRjaQ2d64-hIXr-AMDj6z1FUZQ,1787
302
+ gr4vy/models/paypalshippingoptionsitem.py,sha256=Q09suxnZ3fIxUpOuyGpNljfPfFKoq82V0L0-Wyt7rSI,3424
303
+ gr4vy/models/paypalshippingoptionsitemamount.py,sha256=YuROvTE2ngGuHajoRnIRY3NwSr3mtADnHes3Xao2llA,608
301
304
  gr4vy/models/powertranzoptions.py,sha256=ZJAZVTggH_fMMwvMlNvJGe0RpLcASaWBmH5Ln7SgxrU,1692
302
305
  gr4vy/models/producttype.py,sha256=qsHybq-2rssJDt3greV0fng-wnHKVaFWGMvf3-52u70,418
303
306
  gr4vy/models/recipient.py,sha256=ORw0V4wDt3ytidIDj0Dmut92naYoRkMznh0LKuK17Rs,2568
@@ -434,6 +437,6 @@ gr4vy/utils/unmarshal_json_response.py,sha256=H7jxugtMDuagdBXdpGiPf0Vr5-PWLETp8B
434
437
  gr4vy/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
435
438
  gr4vy/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
436
439
  gr4vy/webhooks.py,sha256=2L-ZhdK-XU2X0AkVqgZvhfRqDCKUVs7R4UNCmZJR78w,1359
437
- gr4vy-1.6.2.dist-info/METADATA,sha256=OHCjtMRxqBNg1i9kz0B6QJlZKEzTH1cMobfyzDtY2bc,44091
438
- gr4vy-1.6.2.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
439
- gr4vy-1.6.2.dist-info/RECORD,,
440
+ gr4vy-1.6.3.dist-info/METADATA,sha256=LT2_tvVh-aaSq5805wefm0glYh4C4ly-1ypAPO23jHA,44091
441
+ gr4vy-1.6.3.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
442
+ gr4vy-1.6.3.dist-info/RECORD,,
File without changes