pypomes-iam 0.4.2__tar.gz → 0.4.3__tar.gz

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.

Potentially problematic release.


This version of pypomes-iam might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pypomes_iam
3
- Version: 0.4.2
3
+ Version: 0.4.3
4
4
  Summary: A collection of Python pomes, penyeach (IAM modules)
5
5
  Project-URL: Homepage, https://github.com/TheWiseCoder/PyPomes-IAM
6
6
  Project-URL: Bug Tracker, https://github.com/TheWiseCoder/PyPomes-IAM/issues
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
6
 
7
7
  [project]
8
8
  name = "pypomes_iam"
9
- version = "0.4.2"
9
+ version = "0.4.3"
10
10
  authors = [
11
11
  { name="GT Nunes", email="wisecoder01@gmail.com" }
12
12
  ]
@@ -168,8 +168,6 @@ def service_callback() -> Response:
168
168
  if errors:
169
169
  result = jsonify({"errors": "; ".join(errors)})
170
170
  result.status_code = 400
171
- if __IAM_LOGGER:
172
- __IAM_LOGGER.error(msg=json.dumps(obj=result))
173
171
  else:
174
172
  result = jsonify({"user-id": token_data[0],
175
173
  "token": token_data[1]})
File without changes
File without changes
File without changes