sharedkernel 2.0.1__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.
@@ -1,28 +1,37 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: sharedkernel
3
- Version: 2.0.1
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
7
7
  Requires-Dist: numpy
8
8
  Requires-Dist: requests
9
9
  Requires-Dist: pymongo
10
- Requires-Dist: fastapi==0.111.0
10
+ Requires-Dist: fastapi
11
11
  Requires-Dist: PyJWT
12
12
  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
20
20
  Requires-Dist: beautifulsoup4
21
+ Dynamic: author
22
+ Dynamic: description
23
+ Dynamic: description-content-type
24
+ Dynamic: requires-dist
25
+ Dynamic: summary
21
26
 
22
27
  # SharedKernel
23
28
  this a shared kernel package
24
29
 
25
30
  # Change Log
31
+ ### Version 2.0.3
32
+ - Fix boto3 version
33
+ ### Version 2.0.3
34
+ - Fix FastApi dependency
26
35
  ### Version 2.0.1
27
36
  - Fix minor bugs
28
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.1.dist-info/METADATA,sha256=eN83MXu9cRNsl8nnRNWvvAvy0q7VCD-6d6PgsarjBkg,2491
24
- sharedkernel-2.0.1.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
25
- sharedkernel-2.0.1.dist-info/top_level.txt,sha256=TVTOnV1MItSSlpSjqkiijuHkoVsGHS4CArpsM-lylkE,13
26
- sharedkernel-2.0.1.dist-info/RECORD,,
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,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.6.0)
2
+ Generator: setuptools (76.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5