bella-openapi 1.0.1__py3-none-any.whl → 1.0.2__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.
@@ -7,7 +7,7 @@
7
7
  # ======================
8
8
  from ._context import TraceContext, TRACE_ID
9
9
  from .fastapi_interceptor import FastapiBellaTraceMiddleware
10
- import ait_openapi.bella_trace.trace_requests as requests
10
+ import bella_openapi.bella_trace.trace_requests as requests
11
11
  from .record_log import trace, BellaTraceHandler
12
12
 
13
13
  __all__ = ["TraceContext", "TRACE_ID", "FastapiBellaTraceMiddleware", "requests", "trace", "BellaTraceHandler"]
@@ -2,7 +2,7 @@ from typing import Optional, Dict, Any, Mapping
2
2
 
3
3
  import httpx
4
4
 
5
- from ait_openapi.config import openapi_config
5
+ from bella_openapi.config import openapi_config
6
6
 
7
7
 
8
8
  def get_model_list(
@@ -6,9 +6,9 @@ from starlette.datastructures import URL
6
6
  from starlette.middleware.base import BaseHTTPMiddleware
7
7
  from starlette.responses import JSONResponse
8
8
 
9
- from ait_openapi import caller_id_context, request_url_context, trace_id_context
10
- from ait_openapi import validate_token
11
- from ait_openapi.exception import AuthorizationException
9
+ from bella_openapi import caller_id_context, request_url_context, trace_id_context
10
+ from bella_openapi import validate_token
11
+ from bella_openapi.exception import AuthorizationException
12
12
  from urllib.parse import parse_qs
13
13
 
14
14
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bella-openapi
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: client for openapi service.
5
5
  Home-page:
6
6
  Author: ['tangxiaolong', 'fanqiangwei', 'zhangxiaojia', 'liumin', 'wangyukun']
@@ -256,3 +256,5 @@ get接口地址:/v1/openapi/log/{requestId}
256
256
  - 项目发到python中央仓库,请不要使用此版本,pipy仓库已删除
257
257
  * 1.0.1
258
258
  * rename 包名
259
+ * 1.0.2
260
+ * 修复bug
@@ -6,17 +6,17 @@ bella_openapi/exception.py,sha256=A9wc10ygVTaG0pNUiIc4Cg_kcUcsa9HELiI3htdY9yM,31
6
6
  bella_openapi/log.py,sha256=FP3LUNp2mBaAHaNI35_iGdkINNRdB9Q7orSQJgoPLrk,8596
7
7
  bella_openapi/openapi_contexvar.py,sha256=70zichjGa9c-8IZjJJyidOD3aHmKNrWlUWP8gulHLFA,327
8
8
  bella_openapi/schema.py,sha256=hWVaw9jVVTTiUAn5VXJQYc9idYeJx15-oA-CU_fbopQ,2537
9
- bella_openapi/bella_trace/__init__.py,sha256=ItVqtDZ79m4ByGSbutQhAOTQ9NjgXneaYx2tigZ_-hU,588
9
+ bella_openapi/bella_trace/__init__.py,sha256=imcjQC0naP3RfjdkMspkvdviGHqctjinz7fyJLt5vu0,590
10
10
  bella_openapi/bella_trace/_context.py,sha256=mwaOjqMvMdSkFNWRTKKFvWctbvS412K4DNy29JoyL6w,1400
11
11
  bella_openapi/bella_trace/fastapi_interceptor.py,sha256=IAlU2JOAxu3WMTvvXv94w56_7B2IBWcVKVXqaR8jJCU,850
12
12
  bella_openapi/bella_trace/record_log.py,sha256=33vB3ZotpTltT4YRBP7awdK9-HCAZGaASNVAatKMx3M,1775
13
13
  bella_openapi/bella_trace/trace_requests.py,sha256=8R4QiTan8ruH3jBmipdDeNVd8HQIlYqF908I0huy4W8,1428
14
14
  bella_openapi/console/__init__.py,sha256=yUP83l7Hp-5qWT7uZ4QZoDfeWx7AjRguWBbPPfVd7Pw,66
15
- bella_openapi/console/models.py,sha256=HWn7AitLt73Ag2ROyKoUHK34QWtwQ9s_Vz9Wu4IB3cQ,1316
15
+ bella_openapi/console/models.py,sha256=a-v1t3dImZHqDaoNqX5qV-FdipVc-ZkMhFTGSfFHkT0,1318
16
16
  bella_openapi/middleware/__init__.py,sha256=ZzvwJ9NjB7bKs3LtyVnTp8msHyxLVQoWcyAVmP0k-XA,160
17
- bella_openapi/middleware/context_middleware.py,sha256=aMNwteZIdJymqWwmkYPw1qw9QwpoNrKRdV2ObUa7LKI,3972
18
- bella_openapi-1.0.1.dist-info/licenses/LICENSE,sha256=56xiUFcFori4XRJ1nMyyS7DXMSjzaBKWRaZbqCffoY8,1075
19
- bella_openapi-1.0.1.dist-info/METADATA,sha256=zd0ki4-luOZXywgBst2DvB_3Te0RC2Df608Z6JkUg0w,9578
20
- bella_openapi-1.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
21
- bella_openapi-1.0.1.dist-info/top_level.txt,sha256=EZuq3F6tKeF-vmZQi6_S2XzmES7SPW7HAbGN1Uv9vN8,14
22
- bella_openapi-1.0.1.dist-info/RECORD,,
17
+ bella_openapi/middleware/context_middleware.py,sha256=6NYqLs8weWTJ0h9BwyicNXk7s9wdoVjPur4SpnB38kQ,3978
18
+ bella_openapi-1.0.2.dist-info/licenses/LICENSE,sha256=56xiUFcFori4XRJ1nMyyS7DXMSjzaBKWRaZbqCffoY8,1075
19
+ bella_openapi-1.0.2.dist-info/METADATA,sha256=K7tPIcVEer8BX5cXGz80wZtrFGYYjEIoA9CDNOZFgWM,9604
20
+ bella_openapi-1.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
21
+ bella_openapi-1.0.2.dist-info/top_level.txt,sha256=EZuq3F6tKeF-vmZQi6_S2XzmES7SPW7HAbGN1Uv9vN8,14
22
+ bella_openapi-1.0.2.dist-info/RECORD,,