internal 1.1.8__py3-none-any.whl → 1.1.9__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/http/requests.py CHANGED
@@ -96,7 +96,7 @@ async def async_request(app: FastAPI, method, url, current_user: dict = None,
96
96
 
97
97
  async def invoke_webhook_message_api(app: FastAPI, message: str):
98
98
  payload = {"text": message}
99
- response = await async_request(app, "POST", app.state.config.WEBHOOK_BASE_URL, json=payload)
99
+ response = await async_request(app, "POST", app.state.config.WEBHOOK_BASE_URL, request_retry_count=0, json=payload)
100
100
  response.raise_for_status()
101
101
  return response
102
102
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: internal
3
- Version: 1.1.8
3
+ Version: 1.1.9
4
4
  Summary:
5
5
  Author: Ray
6
6
  Author-email: ray@cruisys.com
@@ -23,7 +23,7 @@ internal/ext/amazon/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
23
23
  internal/ext/amazon/aws/__init__.py,sha256=2YFjb-rHG1JaZGZiZffYDesgTAJjDshOqQbswOYzhP8,834
24
24
  internal/ext/amazon/aws/const.py,sha256=l4WMg5bKWujwOKABBkCO2zclNg3abnYOfbhD7DG8GsA,109
25
25
  internal/http/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
- internal/http/requests.py,sha256=tV_i3ZtSovU6-Do9ANvbF5PpCfaqvtpbAhUG6Ld-_n0,7637
26
+ internal/http/requests.py,sha256=84J3gDrlnFUxOxAqYkc_1nQOP0vlO4DJ5WBDQ0RXGmE,7660
27
27
  internal/http/responses.py,sha256=zvU0iRQ9-qxeEZfKmuvTi8lv9DFcaNAsHlQKOTCpVzw,2945
28
28
  internal/interface/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
29
29
  internal/interface/base_interface.py,sha256=3YaVjIgLi_pZpLk5SEIk8WVkuICM8qPavT8rB0MdB5U,1536
@@ -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=i6YZdiXsiWnOjRdlJ6afNCGpyMe3Uo9mhm3xlQBy3Ls,2824
36
36
  internal/validator_utils.py,sha256=CqjaVFoAu5MqvBG_AkTP-r7AliWawtUWB851USj4moI,1519
37
- internal-1.1.8.dist-info/METADATA,sha256=6nDaKXl1959m3vvLllENB40-jK5JqNYzhbbRPrcEx6c,938
38
- internal-1.1.8.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
39
- internal-1.1.8.dist-info/RECORD,,
37
+ internal-1.1.9.dist-info/METADATA,sha256=tITF_fGu6NGfSnUXn2iZTHkeRoSKIsY4BIh5idi9Obc,938
38
+ internal-1.1.9.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
39
+ internal-1.1.9.dist-info/RECORD,,