core-https 1.1.5__py3-none-any.whl → 1.1.6__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.
core_https/exceptions.py CHANGED
@@ -27,7 +27,7 @@ class AuthenticationException(ServiceException):
27
27
 
28
28
  def __init__(
29
29
  self,
30
- status_code: int = 403,
30
+ status_code: int = 401,
31
31
  details: str = "Unauthorized"
32
32
  ) -> None:
33
33
  super().__init__(status_code=status_code, details=details)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: core-https
3
- Version: 1.1.5
3
+ Version: 1.1.6
4
4
  Summary: This project/library contains common elements related to HTTP & API services...
5
5
  Author-email: Alejandro Cora González <alek.cora.glez@gmail.com>
6
6
  Maintainer: Alejandro Cora González
@@ -1,11 +1,11 @@
1
1
  core_https/__init__.py,sha256=vbY7FkWyCqPvcHlSXEdG9hMWQci3K-PzZ8iKWNGyJ2k,510
2
- core_https/exceptions.py,sha256=RTen55tYVUhKp1j0mB4mSRtgrexZiFv8amtPZHPLlqE,1567
2
+ core_https/exceptions.py,sha256=bGE4Ih77VWFbG4DJ0TmRsuqw0iEGgGGoxaY72tGo5pA,1567
3
3
  core_https/utils.py,sha256=l95LyVWJsYfPlGLivBWuFOAe-bQk9Ocr-BAGEigBQFs,5024
4
4
  core_https/requesters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  core_https/requesters/base.py,sha256=OOT7KS5AdSEqu1EyQK8aUlFY4iWtz49KOV-fohWfN5E,572
6
6
  core_https/requesters/url_lib3.py,sha256=BuAsdblZ_yIyxp_lOGvIEwJmSFzoVlEG-PMxdHUztH4,886
7
- core_https-1.1.5.dist-info/licenses/LICENSE,sha256=dj8Wz7OWOIOTyLJzaYLn8RFz_W5uYWSGR2xS5lHNAl4,1082
8
- core_https-1.1.5.dist-info/METADATA,sha256=TFswB-sXSGnc0ebnH6Jw4X2KFibGTrkgELkvssWRIaQ,2612
9
- core_https-1.1.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
10
- core_https-1.1.5.dist-info/top_level.txt,sha256=Ufm6w6dLS6hyTPwMUXt4O6klJfLyKpkaG6csd2kmaDw,11
11
- core_https-1.1.5.dist-info/RECORD,,
7
+ core_https-1.1.6.dist-info/licenses/LICENSE,sha256=dj8Wz7OWOIOTyLJzaYLn8RFz_W5uYWSGR2xS5lHNAl4,1082
8
+ core_https-1.1.6.dist-info/METADATA,sha256=n8Yo4Lv28EA-kDzBZFcMF9FYBH0D2HoTgM8iI7-z6lY,2612
9
+ core_https-1.1.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
10
+ core_https-1.1.6.dist-info/top_level.txt,sha256=Ufm6w6dLS6hyTPwMUXt4O6klJfLyKpkaG6csd2kmaDw,11
11
+ core_https-1.1.6.dist-info/RECORD,,