get-claudia 1.4.0 → 1.4.1

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.
@@ -34,9 +34,9 @@ try:
34
34
  return _nlp
35
35
 
36
36
  SPACY_AVAILABLE = True
37
- except ImportError:
37
+ except (ImportError, Exception) as e:
38
38
  SPACY_AVAILABLE = False
39
- logger.warning("spaCy not installed. Entity extraction will use regex only.")
39
+ logger.warning(f"spaCy not available ({type(e).__name__}: {e}). Entity extraction will use regex only.")
40
40
 
41
41
  def _get_nlp():
42
42
  return None
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "get-claudia",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "An AI assistant who learns how you work.",
5
5
  "keywords": [
6
6
  "claudia",