internal 0.1.98__py3-none-any.whl → 0.1.99__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
@@ -19,7 +19,10 @@ async def async_request(app: FastAPI, method, url, current_user: dict = None, **
19
19
 
20
20
  try:
21
21
  async with httpx.AsyncClient(timeout=timeout, verify=False) as client:
22
+ app.state.logger.info(f"async_request() request, url: {url}, method: {method}, kwargs: {kwargs}")
22
23
  response = await client.request(method, url, **kwargs)
24
+ app.state.logger.info(
25
+ f"async_request() response, url: {url}, method: {method}, kwargs: {kwargs}, response: {response}")
23
26
  return response
24
27
  except httpx.TimeoutException as exc:
25
28
  app.state.logger.warn(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: internal
3
- Version: 0.1.98
3
+ Version: 0.1.99
4
4
  Summary:
5
5
  Author: Ray
6
6
  Author-email: ray@cruisys.com
@@ -16,7 +16,7 @@ internal/ext/amazon/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
16
16
  internal/ext/amazon/aws/__init__.py,sha256=2YFjb-rHG1JaZGZiZffYDesgTAJjDshOqQbswOYzhP8,834
17
17
  internal/ext/amazon/aws/const.py,sha256=l4WMg5bKWujwOKABBkCO2zclNg3abnYOfbhD7DG8GsA,109
18
18
  internal/http/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
- internal/http/requests.py,sha256=o-eMxG4HqlgJGoErPaiRywGbw5cfUYiW4wJGMXEovS4,1415
19
+ internal/http/requests.py,sha256=C2MfPaRcFuF8p52aPwtOyzXQEVu5MWMY8UUCrggxONw,1675
20
20
  internal/http/responses.py,sha256=IVY-piFxA9iCUx6p_Y7OCgbx0-yJxc_laGDqrhZ4Z6I,1590
21
21
  internal/interface/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
22
  internal/interface/base_interface.py,sha256=R5MmO5oa5-ORPV_adkegLVCwsVio2zFOuQFGiby3khs,340
@@ -24,6 +24,6 @@ internal/model/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
24
  internal/model/base_model.py,sha256=svULVdROpcnmTyhIbZ7M6pn40vhb_qIZ5W2CEyuEWZE,3002
25
25
  internal/model/operate.py,sha256=luEoP_Asvso_11qz1SAE1Kn5KxAnDRptM0VylC5tNik,1493
26
26
  internal/utils.py,sha256=0SubS0iUhDvjSX1F4TykasA5-enYJzt2VH-f7_0BnjI,1509
27
- internal-0.1.98.dist-info/METADATA,sha256=n9jb32fRJ9Fx84TRhjCjOevU-3MGTaY-5DxSDeljRL4,625
28
- internal-0.1.98.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
29
- internal-0.1.98.dist-info/RECORD,,
27
+ internal-0.1.99.dist-info/METADATA,sha256=zgtWH6BR3LOrePmG3TroFiKJHQAEQ5OfZbsl-OD_1EE,625
28
+ internal-0.1.99.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
29
+ internal-0.1.99.dist-info/RECORD,,