internal 1.1.25__py3-none-any.whl → 1.1.27__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 internal might be problematic. Click here for more details.

internal/base_config.py CHANGED
@@ -13,7 +13,7 @@ class BaseConfig(BaseSettings):
13
13
  # Request
14
14
  REQUEST_VERIFY_SSL: bool = False
15
15
  REQUEST_PROXY: str = ''
16
- REQUEST_RETRY_COUNT: int = 1
16
+ REQUEST_RETRY_COUNT: int = 0
17
17
  REQUEST_RETRY_DELAY_INITIAL_SECONDS: float = 1.0
18
18
  REQUEST_RETRY_DELAY_FACTOR: float = 1.5
19
19
  REQUEST_RETRY_DELAY_RANDOM_JITTER_MIN: float = 0.0
@@ -1,7 +1,7 @@
1
1
  from enum import Enum
2
2
 
3
3
 
4
- class CustomerTypeEnum(str, Enum):
4
+ class CarRelationTypeEnum(str, Enum):
5
5
  OWNER = "owner"
6
6
  DRIVER = "driver"
7
7
  BUYER = "buyer"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: internal
3
- Version: 1.1.25
3
+ Version: 1.1.27
4
4
  Summary:
5
5
  Author: Ray
6
6
  Author-email: ray@cruisys.com
@@ -1,9 +1,9 @@
1
1
  internal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- internal/base_config.py,sha256=jLhcnkV45YxRSiGqlsFH0rpZqQ1zeNwcs5om2Ln1l9w,2605
2
+ internal/base_config.py,sha256=VXvYO8q1zuCXzRYbdyQlGWh_9fLZaNz20phTTUpL18Q,2605
3
3
  internal/base_factory.py,sha256=ZzXow5iKXyiZqFy815Jy-S4_spNCoyLPVz637deie7w,10441
4
4
  internal/cache_redis.py,sha256=YMsrUXHd-wKjsjsboD79Y-ciBBowzT6aAjdJZ36-yEY,697
5
5
  internal/common_enum/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- internal/common_enum/customer_type.py,sha256=K61_RA4SJEgzJLBFmpREhcJB3LhJKYFmFOHfhDmm9B8,143
6
+ internal/common_enum/car_relation_type.py,sha256=blGqru1YxaPl8q7cgwHzwUNwm8p5BOB0TkAzyvZ4LjM,146
7
7
  internal/common_enum/description_type.py,sha256=kGwkFQh6dMnjDl6ipWYpA-qbNRrhEpnPq3NleTsNwwk,118
8
8
  internal/common_enum/device_code.py,sha256=lDTqRmP8zl6-k62HCsRehNAKCTXxH6WltZnvijy8Ijc,223
9
9
  internal/common_enum/event_code.py,sha256=XpxbgpP8wkykEngma4cGgv_NefuSU6Juqy33x_vsWio,2119
@@ -34,6 +34,6 @@ internal/model/base_model.py,sha256=hxleV8fYNvFgUoYmCv_inEP3kA4tD4HhCBCNFVK8SZg,
34
34
  internal/model/operate.py,sha256=QSM6yXYXpJMwrqkUGEWZLrEBaUgqHwVHY_Fi4S42hKc,3190
35
35
  internal/utils.py,sha256=wK1QumW1AaWE1ga2-WcDH2rtXRr2hSLwXzy-iI5dTzY,3962
36
36
  internal/validator_utils.py,sha256=CqjaVFoAu5MqvBG_AkTP-r7AliWawtUWB851USj4moI,1519
37
- internal-1.1.25.dist-info/METADATA,sha256=qM9azzvDAzCPe0hHNs3-t6IDqKRqARilrpW6UaTvdEc,939
38
- internal-1.1.25.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
39
- internal-1.1.25.dist-info/RECORD,,
37
+ internal-1.1.27.dist-info/METADATA,sha256=zGT_oh8aRR2NG7GRT-ssjYnH1BFQLNv2ZMz1BJ-GNss,939
38
+ internal-1.1.27.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
39
+ internal-1.1.27.dist-info/RECORD,,