ai-lls-lib 1.4.0rc4__tar.gz → 1.4.0rc6__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 ai-lls-lib might be problematic. Click here for more details.

Files changed (32) hide show
  1. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/PKG-INFO +3 -2
  2. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/pyproject.toml +1 -1
  3. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/src/ai_lls_lib/__init__.py +4 -2
  4. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/src/ai_lls_lib/payment/stripe_manager.py +2 -3
  5. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/README.md +0 -0
  6. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/src/ai_lls_lib/auth/__init__.py +0 -0
  7. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/src/ai_lls_lib/auth/context_parser.py +0 -0
  8. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/src/ai_lls_lib/cli/__init__.py +0 -0
  9. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/src/ai_lls_lib/cli/__main__.py +0 -0
  10. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/src/ai_lls_lib/cli/aws_client.py +0 -0
  11. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/src/ai_lls_lib/cli/commands/__init__.py +0 -0
  12. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/src/ai_lls_lib/cli/commands/admin.py +0 -0
  13. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/src/ai_lls_lib/cli/commands/cache.py +0 -0
  14. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/src/ai_lls_lib/cli/commands/stripe.py +0 -0
  15. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/src/ai_lls_lib/cli/commands/test_stack.py +0 -0
  16. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/src/ai_lls_lib/cli/commands/verify.py +0 -0
  17. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/src/ai_lls_lib/cli/env_loader.py +0 -0
  18. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/src/ai_lls_lib/core/__init__.py +0 -0
  19. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/src/ai_lls_lib/core/cache.py +0 -0
  20. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/src/ai_lls_lib/core/models.py +0 -0
  21. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/src/ai_lls_lib/core/processor.py +0 -0
  22. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/src/ai_lls_lib/core/verifier.py +0 -0
  23. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/src/ai_lls_lib/payment/__init__.py +0 -0
  24. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/src/ai_lls_lib/payment/credit_manager.py +0 -0
  25. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/src/ai_lls_lib/payment/models.py +0 -0
  26. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/src/ai_lls_lib/payment/webhook_processor.py +0 -0
  27. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/src/ai_lls_lib/providers/__init__.py +0 -0
  28. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/src/ai_lls_lib/providers/base.py +0 -0
  29. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/src/ai_lls_lib/providers/external.py +0 -0
  30. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/src/ai_lls_lib/providers/stub.py +0 -0
  31. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/src/ai_lls_lib/testing/__init__.py +0 -0
  32. {ai_lls_lib-1.4.0rc4 → ai_lls_lib-1.4.0rc6}/src/ai_lls_lib/testing/fixtures.py +0 -0
@@ -1,12 +1,13 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: ai-lls-lib
3
- Version: 1.4.0rc4
3
+ Version: 1.4.0rc6
4
4
  Summary: Landline Scrubber core library - phone verification and DNC checking
5
5
  Author: LandlineScrubber Team
6
6
  Requires-Python: >=3.12,<4.0
7
7
  Classifier: Programming Language :: Python :: 3
8
8
  Classifier: Programming Language :: Python :: 3.12
9
9
  Classifier: Programming Language :: Python :: 3.13
10
+ Classifier: Programming Language :: Python :: 3.14
10
11
  Requires-Dist: aws-lambda-powertools (>=2.30.0,<3.0.0)
11
12
  Requires-Dist: boto3 (>=1.34.0,<2.0.0)
12
13
  Requires-Dist: click (>=8.1.0,<9.0.0)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "ai-lls-lib"
3
- version = "1.4.0-rc.4"
3
+ version = "1.4.0-rc.6"
4
4
  description = "Landline Scrubber core library - phone verification and DNC checking"
5
5
  authors = ["LandlineScrubber Team"]
6
6
  readme = "README.md"
@@ -1,5 +1,7 @@
1
1
  """
2
- AI LLS Library - Core business logic for Landline Scrubber
2
+ AI LLS Library - Core business logic for Landline Scrubber.
3
+
4
+ This library provides phone verification and DNC checking capabilities.
3
5
  """
4
6
  from ai_lls_lib.core.models import (
5
7
  PhoneVerification,
@@ -13,7 +15,7 @@ from ai_lls_lib.core.verifier import PhoneVerifier
13
15
  from ai_lls_lib.core.processor import BulkProcessor
14
16
  from ai_lls_lib.core.cache import DynamoDBCache
15
17
 
16
- __version__ = "1.4.0-rc.4"
18
+ __version__ = "1.4.0-rc.6"
17
19
  __all__ = [
18
20
  "PhoneVerification",
19
21
  "BulkJob",
@@ -59,7 +59,6 @@ class StripeManager:
59
59
 
60
60
  # Filter by our metadata conventions
61
61
  if (metadata.get("product_type") == "landline_scrubber" and
62
- metadata.get("environment") == self.environment and
63
62
  metadata.get("active") == "true"):
64
63
 
65
64
  # Convert to Plan object
@@ -74,8 +73,8 @@ class StripeManager:
74
73
 
75
74
  except stripe.error.StripeError as e:
76
75
  logger.error(f"Stripe error listing plans: {e}")
77
- # Return mock data for development/testing
78
- return self._get_mock_plans()
76
+ # Let error propagate - no fallback to mock data
77
+ raise
79
78
 
80
79
  def create_setup_intent(self, user_id: str) -> Dict[str, str]:
81
80
  """
File without changes