memoryintelligence 2.0.0__tar.gz → 2.0.1__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.
Files changed (21) hide show
  1. {memoryintelligence-2.0.0 → memoryintelligence-2.0.1}/CHANGELOG.md +8 -0
  2. {memoryintelligence-2.0.0 → memoryintelligence-2.0.1}/PKG-INFO +8 -8
  3. {memoryintelligence-2.0.0 → memoryintelligence-2.0.1}/README.md +4 -4
  4. {memoryintelligence-2.0.0 → memoryintelligence-2.0.1}/memoryintelligence/_crypto.py +1 -1
  5. {memoryintelligence-2.0.0 → memoryintelligence-2.0.1}/memoryintelligence/_edge_client.py +1 -1
  6. {memoryintelligence-2.0.0 → memoryintelligence-2.0.1}/memoryintelligence/_errors.py +2 -2
  7. {memoryintelligence-2.0.0 → memoryintelligence-2.0.1}/memoryintelligence/_license.py +3 -3
  8. {memoryintelligence-2.0.0 → memoryintelligence-2.0.1}/memoryintelligence/_utils.py +1 -1
  9. {memoryintelligence-2.0.0 → memoryintelligence-2.0.1}/memoryintelligence/_version.py +1 -1
  10. {memoryintelligence-2.0.0 → memoryintelligence-2.0.1}/pyproject.toml +4 -4
  11. {memoryintelligence-2.0.0 → memoryintelligence-2.0.1}/LICENSE +0 -0
  12. {memoryintelligence-2.0.0 → memoryintelligence-2.0.1}/MANIFEST.in +0 -0
  13. {memoryintelligence-2.0.0 → memoryintelligence-2.0.1}/memoryintelligence/__init__.py +0 -0
  14. {memoryintelligence-2.0.0 → memoryintelligence-2.0.1}/memoryintelligence/_async_client.py +0 -0
  15. {memoryintelligence-2.0.0 → memoryintelligence-2.0.1}/memoryintelligence/_auth.py +0 -0
  16. {memoryintelligence-2.0.0 → memoryintelligence-2.0.1}/memoryintelligence/_client.py +0 -0
  17. {memoryintelligence-2.0.0 → memoryintelligence-2.0.1}/memoryintelligence/_http.py +0 -0
  18. {memoryintelligence-2.0.0 → memoryintelligence-2.0.1}/memoryintelligence/_models.py +0 -0
  19. {memoryintelligence-2.0.0 → memoryintelligence-2.0.1}/memoryintelligence/py.typed +0 -0
  20. {memoryintelligence-2.0.0 → memoryintelligence-2.0.1}/memoryintelligence.egg-info/SOURCES.txt +0 -0
  21. {memoryintelligence-2.0.0 → memoryintelligence-2.0.1}/setup.cfg +0 -0
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.1] - 2026-03-27
4
+
5
+ ### Fixed
6
+ - Corrected all documentation and billing URLs from `memoryintelligence.dev` to `memoryintelligence.io`
7
+ - Updated default API base URL from `api.memoryintelligence.dev` to `api.memoryintelligence.io`
8
+ - Resolved dead links in error messages, edge client defaults, and PyPI package metadata
9
+
10
+
3
11
  All notable changes to the Memory Intelligence Python SDK.
4
12
 
5
13
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: memoryintelligence
3
- Version: 2.0.0
3
+ Version: 2.0.1
4
4
  Summary: Official Python SDK for Memory Intelligence — Verifiable meaning infrastructure
5
- Author-email: Memory Intelligence Team <sdk@memoryintelligence.dev>
5
+ Author-email: Memory Intelligence Team <sdk@memoryintelligence.io>
6
6
  License: MIT
7
- Project-URL: Homepage, https://memoryintelligence.dev
8
- Project-URL: Documentation, https://docs.memoryintelligence.dev
7
+ Project-URL: Homepage, https://memoryintelligence.io
8
+ Project-URL: Documentation, https://docs.memoryintelligence.io
9
9
  Project-URL: Repository, https://github.com/memoryintelligence/sdk-python
10
10
  Project-URL: Changelog, https://github.com/memoryintelligence/sdk-python/blob/main/CHANGELOG.md
11
11
  Keywords: ai,llm,memory,rag,embeddings,privacy,compliance,hipaa,gdpr,provenance,umo
@@ -297,19 +297,19 @@ export MI_ENCRYPTION_KEY="$(openssl rand -base64 32)"
297
297
 
298
298
  # API configuration
299
299
  export MI_API_KEY="mi_sk_live_..."
300
- export MI_BASE_URL="https://api.memoryintelligence.dev"
300
+ export MI_BASE_URL="https://api.memoryintelligence.io"
301
301
  ```
302
302
 
303
303
  ## Documentation
304
304
 
305
305
  Full documentation is available at:
306
- - [API Reference](https://docs.memoryintelligence.dev)
307
- - [Getting Started Guide](https://memoryintelligence.dev/docs/getting-started)
306
+ - [API Reference](https://docs.memoryintelligence.io)
307
+ - [Getting Started Guide](https://memoryintelligence.io/docs/getting-started)
308
308
 
309
309
  ## Support
310
310
 
311
311
  For SDK issues, please contact:
312
- - support@memoryintelligence.dev
312
+ - support@memoryintelligence.io
313
313
  - GitHub Issues: [Create New Issue](https://github.com/memoryintelligence/sdk-python/issues/new)
314
314
 
315
315
  ## License
@@ -262,19 +262,19 @@ export MI_ENCRYPTION_KEY="$(openssl rand -base64 32)"
262
262
 
263
263
  # API configuration
264
264
  export MI_API_KEY="mi_sk_live_..."
265
- export MI_BASE_URL="https://api.memoryintelligence.dev"
265
+ export MI_BASE_URL="https://api.memoryintelligence.io"
266
266
  ```
267
267
 
268
268
  ## Documentation
269
269
 
270
270
  Full documentation is available at:
271
- - [API Reference](https://docs.memoryintelligence.dev)
272
- - [Getting Started Guide](https://memoryintelligence.dev/docs/getting-started)
271
+ - [API Reference](https://docs.memoryintelligence.io)
272
+ - [Getting Started Guide](https://memoryintelligence.io/docs/getting-started)
273
273
 
274
274
  ## Support
275
275
 
276
276
  For SDK issues, please contact:
277
- - support@memoryintelligence.dev
277
+ - support@memoryintelligence.io
278
278
  - GitHub Issues: [Create New Issue](https://github.com/memoryintelligence/sdk-python/issues/new)
279
279
 
280
280
  ## License
@@ -410,5 +410,5 @@ def log_ephemeral_warning() -> None:
410
410
  "WARNING: No MI_ENCRYPTION_KEY set. Using ephemeral session key.\n"
411
411
  "Content encrypted with this key cannot be decrypted after process restart.\n"
412
412
  "Set MI_ENCRYPTION_KEY to enable persistent encryption.\n"
413
- "See: https://docs.memoryintelligence.dev/encryption"
413
+ "See: https://docs.memoryintelligence.io/encryption"
414
414
  )
@@ -229,7 +229,7 @@ class EdgeClient(MemoryClient):
229
229
  if self.metering_enabled and self._api_key:
230
230
  self._metering_client = SyncTransport(
231
231
  api_key=self._api_key,
232
- base_url="https://api.memoryintelligence.dev",
232
+ base_url="https://api.memoryintelligence.io",
233
233
  timeout=5.0, # Fast timeout for metering
234
234
  max_retries=1,
235
235
  )
@@ -27,13 +27,13 @@ class LicenseError(MIError):
27
27
  """License invalid, expired beyond grace period, or revoked."""
28
28
  code = "license_error"
29
29
  days_expired: int = 0 # 0 if not expired, N if in warning period
30
- renew_url: str = "https://memoryintelligence.dev/billing"
30
+ renew_url: str = "https://memoryintelligence.io/billing"
31
31
 
32
32
  def __init__(
33
33
  self,
34
34
  message: str = "License error",
35
35
  days_expired: int = 0,
36
- renew_url: str = "https://memoryintelligence.dev/billing",
36
+ renew_url: str = "https://memoryintelligence.io/billing",
37
37
  ):
38
38
  super().__init__(message)
39
39
  self.days_expired = days_expired
@@ -369,14 +369,14 @@ class LicenseManager:
369
369
  # Hard stop after grace period
370
370
  raise LicenseError(
371
371
  f"License expired {days_expired} days ago. "
372
- f"Renew at https://memoryintelligence.dev/billing",
372
+ f"Renew at https://memoryintelligence.io/billing",
373
373
  days_expired=days_expired,
374
374
  )
375
375
  elif not self._warning_logged:
376
376
  # Warning during grace period
377
377
  logger.warning(
378
378
  f"License expired {days_expired} days ago. "
379
- f"Renew at https://memoryintelligence.dev/billing"
379
+ f"Renew at https://memoryintelligence.io/billing"
380
380
  )
381
381
  self._warning_logged = True
382
382
 
@@ -409,7 +409,7 @@ class LicenseManager:
409
409
  feature_name = feature.replace("umo.", "")
410
410
  raise LicenseError(
411
411
  f"{feature} requires {self._get_required_tiers(feature)} license. "
412
- f"Upgrade at https://memoryintelligence.dev/billing"
412
+ f"Upgrade at https://memoryintelligence.io/billing"
413
413
  )
414
414
 
415
415
  def schedule_background_revalidation(self) -> None:
@@ -373,7 +373,7 @@ def get_api_key() -> str | None:
373
373
 
374
374
  def get_base_url() -> str:
375
375
  """Get base URL from environment or default."""
376
- return os.environ.get("MI_BASE_URL", "https://api.memoryintelligence.dev")
376
+ return os.environ.get("MI_BASE_URL", "https://api.memoryintelligence.io")
377
377
 
378
378
 
379
379
  def is_test_key(api_key: str) -> bool:
@@ -1,3 +1,3 @@
1
1
  """Memory Intelligence SDK version."""
2
2
 
3
- __version__ = "2.0.0"
3
+ __version__ = "2.0.1"
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "memoryintelligence"
7
- version = "2.0.0"
7
+ version = "2.0.1"
8
8
  description = "Official Python SDK for Memory Intelligence — Verifiable meaning infrastructure"
9
9
  readme = "README.md"
10
10
  license = { text = "MIT" }
11
- authors = [{ name = "Memory Intelligence Team", email = "sdk@memoryintelligence.dev" }]
11
+ authors = [{ name = "Memory Intelligence Team", email = "sdk@memoryintelligence.io" }]
12
12
  requires-python = ">=3.10"
13
13
  keywords = ["ai", "llm", "memory", "rag", "embeddings", "privacy", "compliance",
14
14
  "hipaa", "gdpr", "provenance", "umo"]
@@ -40,8 +40,8 @@ dev = [
40
40
  ]
41
41
 
42
42
  [project.urls]
43
- Homepage = "https://memoryintelligence.dev"
44
- Documentation = "https://docs.memoryintelligence.dev"
43
+ Homepage = "https://memoryintelligence.io"
44
+ Documentation = "https://docs.memoryintelligence.io"
45
45
  Repository = "https://github.com/memoryintelligence/sdk-python"
46
46
  Changelog = "https://github.com/memoryintelligence/sdk-python/blob/main/CHANGELOG.md"
47
47