starmallow 0.6.4__py3-none-any.whl → 0.6.5__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.
- starmallow/__init__.py +1 -1
- starmallow/background.py +1 -1
- {starmallow-0.6.4.dist-info → starmallow-0.6.5.dist-info}/METADATA +1 -1
- {starmallow-0.6.4.dist-info → starmallow-0.6.5.dist-info}/RECORD +6 -6
- {starmallow-0.6.4.dist-info → starmallow-0.6.5.dist-info}/WHEEL +0 -0
- {starmallow-0.6.4.dist-info → starmallow-0.6.5.dist-info}/licenses/LICENSE.md +0 -0
starmallow/__init__.py
CHANGED
starmallow/background.py
CHANGED
@@ -18,7 +18,7 @@ class BackgroundTask(StarletteBackgroundTask):
|
|
18
18
|
else:
|
19
19
|
await run_in_threadpool(self.func, *self.args, **self.kwargs)
|
20
20
|
except BaseException as e:
|
21
|
-
logger.exception(f'Background Task {self.func} failed: {e}')
|
21
|
+
logger.exception(f'Background Task {self.func.__module__}.{self.func.__name__} failed: {e}')
|
22
22
|
|
23
23
|
|
24
24
|
class BackgroundTasks(StarletteBackgroundTasks):
|
@@ -1,6 +1,6 @@
|
|
1
|
-
starmallow/__init__.py,sha256=
|
1
|
+
starmallow/__init__.py,sha256=BM647YLqYd8UyAgINXcC9B8aSFtZNYWdO3Gridcnn2s,322
|
2
2
|
starmallow/applications.py,sha256=mSL4YDozP8n6v22g4NX7EAMXmGhzzhtjtZd68YHcFvw,31720
|
3
|
-
starmallow/background.py,sha256=
|
3
|
+
starmallow/background.py,sha256=qxT6-9SfnkcGZzvecNOpIsCOMW0TPwDtpQ81GHI28P0,995
|
4
4
|
starmallow/concurrency.py,sha256=MVRjo4Vqss_yqhaoeVt3xb7rLaSuAq_q9uYgTwbsojE,1375
|
5
5
|
starmallow/constants.py,sha256=u0h8cJKhJY0oIZqzr7wpEZG2bPLrw5FroMnn3d8KBNQ,129
|
6
6
|
starmallow/dataclasses.py,sha256=ap9DInvQjH2AyI4MAAnbDEuNnbPb94PigaNmEb7AQU8,2658
|
@@ -35,7 +35,7 @@ starmallow/security/http.py,sha256=cpGjM1kFDq3i_bOY96kMkf4cspBUxFkkET9lTK3NA-0,6
|
|
35
35
|
starmallow/security/oauth2.py,sha256=1nv1580PY4cwgu5gzpQCf2MfMNv2Cfv05753AUHPOhQ,10005
|
36
36
|
starmallow/security/open_id_connect_url.py,sha256=IPsL2YzWc2mPwJbrUn6oFRTi7uRAG6mR62CGwmzBs1k,1399
|
37
37
|
starmallow/security/utils.py,sha256=bd8T0YM7UQD5ATKucr1bNtAvz_Y3__dVNAv5UebiPvc,293
|
38
|
-
starmallow-0.6.
|
39
|
-
starmallow-0.6.
|
40
|
-
starmallow-0.6.
|
41
|
-
starmallow-0.6.
|
38
|
+
starmallow-0.6.5.dist-info/METADATA,sha256=cAAboTKZYPwxOZEqzjIxZx6lfcMlRLPbee8vRRAQkfo,5615
|
39
|
+
starmallow-0.6.5.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
40
|
+
starmallow-0.6.5.dist-info/licenses/LICENSE.md,sha256=QelyGgOzch8CXzy6HrYwHh7nmj0rlWkDA0YzmZ3CPaY,1084
|
41
|
+
starmallow-0.6.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|