lightman_ai 1.0.2__py3-none-any.whl → 1.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.

Potentially problematic release.


This version of lightman_ai might be problematic. Click here for more details.

@@ -8,8 +8,8 @@ logger = logging.getLogger("lightman")
8
8
  def configure_sentry() -> None:
9
9
  """Configure Sentry for error tracking."""
10
10
  try:
11
- import sentry_sdk
12
- from sentry_sdk.integrations.logging import LoggingIntegration
11
+ import sentry_sdk # noqa: PLC0415
12
+ from sentry_sdk.integrations.logging import LoggingIntegration # noqa: PLC0415
13
13
  except ImportError:
14
14
  logger.warning(
15
15
  "Could not initialize sentry, it is not installed! Add it by installing the project with `lightman-ai[sentry]`."
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lightman_ai
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: LLM-powered cybersecurity news aggregator.
5
5
  Author-email: sdn4z <imsdn4z@gmail.com>, scastlara <s.cast.lara@gmail.com>
6
6
  License-File: LICENSE
@@ -21,7 +21,7 @@ lightman_ai/article/models.py,sha256=JZaBsqzw7MxC3qORUSJqxru9iSHsbLrgNW5nFc2N6Ks
21
21
  lightman_ai/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
22
  lightman_ai/core/config.py,sha256=ppWNoNivNqxGi4TOZIMaTGo46W7Ic1a8cO8hWVAkkps,3031
23
23
  lightman_ai/core/exceptions.py,sha256=c13ilQ80fGmiZZpVyZN5Kpuz5mKNqtzfRXVczHBS0SM,237
24
- lightman_ai/core/sentry.py,sha256=kqO2sBX_29v4qpmcYyhOBuG0hv82OkDBWh1rcyiKVWk,1375
24
+ lightman_ai/core/sentry.py,sha256=c_9K-csZEe92Pm71dK-B3GRdkFQ4Pc1cjJ2AxJ1geas,1409
25
25
  lightman_ai/core/settings.py,sha256=DSApQZS8xypWxrK2RMILZFY78GI0Ze2lcfUH2HluM2Q,976
26
26
  lightman_ai/integrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
27
  lightman_ai/integrations/service_desk/__init__.py,sha256=Ijs7_ysJVwiT_Y1U8iPOV17E7dtkVzNXL00d8cgyaCc,66
@@ -31,8 +31,8 @@ lightman_ai/integrations/service_desk/integration.py,sha256=5r3bipao_apaDWLRiH4o
31
31
  lightman_ai/sources/base.py,sha256=M_n9H9GdcX2tbBcYkiakDxHCnuwP9fV4BQhNAadBubQ,242
32
32
  lightman_ai/sources/exceptions.py,sha256=X43BZ6hx-lZAEyM2q5PQXBw3vKPDx5nmY_uRiuITK9s,379
33
33
  lightman_ai/sources/the_hacker_news.py,sha256=JTqbAJ1Pf8QKxvwFg6vWmymgj8LtUpIV6hD0KMOwMG8,3034
34
- lightman_ai-1.0.2.dist-info/METADATA,sha256=cM2qBrnuAo6_G3uRZRIS71IryZgaj8bUqD0SnjYw7Lc,12696
35
- lightman_ai-1.0.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
36
- lightman_ai-1.0.2.dist-info/entry_points.txt,sha256=9H7Ji-zxbCWAaVL5Yg4fG5va0H_5Tr2kMGGMsghaAas,60
37
- lightman_ai-1.0.2.dist-info/licenses/LICENSE,sha256=NhxDmY3AGgeEsYHIfDGLNkzBVX94pARRDS8H46JZ1zQ,1076
38
- lightman_ai-1.0.2.dist-info/RECORD,,
34
+ lightman_ai-1.0.3.dist-info/METADATA,sha256=e2S9e9LiUojyNxzA-GOMSuJ78ynW0MtuS5yaNtHcQo0,12696
35
+ lightman_ai-1.0.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
36
+ lightman_ai-1.0.3.dist-info/entry_points.txt,sha256=9H7Ji-zxbCWAaVL5Yg4fG5va0H_5Tr2kMGGMsghaAas,60
37
+ lightman_ai-1.0.3.dist-info/licenses/LICENSE,sha256=NhxDmY3AGgeEsYHIfDGLNkzBVX94pARRDS8H46JZ1zQ,1076
38
+ lightman_ai-1.0.3.dist-info/RECORD,,