sharedkernel 2.0.2__py3-none-any.whl → 2.0.3__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.
- {sharedkernel-2.0.2.dist-info → sharedkernel-2.0.3.dist-info}/METADATA +6 -2
- {sharedkernel-2.0.2.dist-info → sharedkernel-2.0.3.dist-info}/RECORD +4 -4
- {sharedkernel-2.0.2.dist-info → sharedkernel-2.0.3.dist-info}/WHEEL +1 -1
- {sharedkernel-2.0.2.dist-info → sharedkernel-2.0.3.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: sharedkernel
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.3
|
|
4
4
|
Summary: sharekernel is a shared package between all python projects
|
|
5
5
|
Author: Smilinno
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -13,7 +13,7 @@ Requires-Dist: persian_tools
|
|
|
13
13
|
Requires-Dist: sentry-sdk
|
|
14
14
|
Requires-Dist: jdatetime
|
|
15
15
|
Requires-Dist: persiantools
|
|
16
|
-
Requires-Dist: boto3
|
|
16
|
+
Requires-Dist: boto3==1.35.90
|
|
17
17
|
Requires-Dist: python-docx
|
|
18
18
|
Requires-Dist: mammoth
|
|
19
19
|
Requires-Dist: markdown
|
|
@@ -28,6 +28,10 @@ Dynamic: summary
|
|
|
28
28
|
this a shared kernel package
|
|
29
29
|
|
|
30
30
|
# Change Log
|
|
31
|
+
### Version 2.0.3
|
|
32
|
+
- Fix boto3 version
|
|
33
|
+
### Version 2.0.3
|
|
34
|
+
- Fix FastApi dependency
|
|
31
35
|
### Version 2.0.1
|
|
32
36
|
- Fix minor bugs
|
|
33
37
|
### Version 2.0.0
|
|
@@ -20,7 +20,7 @@ sharedkernel/objects/base_document.py,sha256=1h-t-3-losXcBH_LnsZ7eULBgSkZmJqeR_i
|
|
|
20
20
|
sharedkernel/objects/json_string_model.py,sha256=j63tnoqiok0EmBP6T-ChYuQYKPw7mLqUOHuaCDUZkmw,1333
|
|
21
21
|
sharedkernel/objects/jwt_model.py,sha256=XQHQhTbg7PT8XiUh5fd9MwRH4ldPsesI_hfbjaSqdKg,134
|
|
22
22
|
sharedkernel/objects/result.py,sha256=I_9hX5TPEO1oStzuFLjFh1rtimXorz7ml-OaW_2BMvc,680
|
|
23
|
-
sharedkernel-2.0.
|
|
24
|
-
sharedkernel-2.0.
|
|
25
|
-
sharedkernel-2.0.
|
|
26
|
-
sharedkernel-2.0.
|
|
23
|
+
sharedkernel-2.0.3.dist-info/METADATA,sha256=-6yQuP6iuDnMpXctZq9Lxbwj7_FL5CkUOsYFgGvEcRg,2683
|
|
24
|
+
sharedkernel-2.0.3.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
|
25
|
+
sharedkernel-2.0.3.dist-info/top_level.txt,sha256=TVTOnV1MItSSlpSjqkiijuHkoVsGHS4CArpsM-lylkE,13
|
|
26
|
+
sharedkernel-2.0.3.dist-info/RECORD,,
|
|
File without changes
|