ErrorAI 1.9.3__tar.gz → 1.10.0__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 (25) hide show
  1. {errorai-1.9.3 → errorai-1.10.0}/ErrorAI.egg-info/PKG-INFO +1 -1
  2. {errorai-1.9.3 → errorai-1.10.0}/PKG-INFO +1 -1
  3. {errorai-1.9.3 → errorai-1.10.0}/errorai/runtime.py +1 -0
  4. {errorai-1.9.3 → errorai-1.10.0}/pyproject.toml +1 -1
  5. {errorai-1.9.3 → errorai-1.10.0}/ErrorAI.egg-info/SOURCES.txt +0 -0
  6. {errorai-1.9.3 → errorai-1.10.0}/ErrorAI.egg-info/dependency_links.txt +0 -0
  7. {errorai-1.9.3 → errorai-1.10.0}/ErrorAI.egg-info/entry_points.txt +0 -0
  8. {errorai-1.9.3 → errorai-1.10.0}/ErrorAI.egg-info/requires.txt +0 -0
  9. {errorai-1.9.3 → errorai-1.10.0}/ErrorAI.egg-info/top_level.txt +0 -0
  10. {errorai-1.9.3 → errorai-1.10.0}/README.md +0 -0
  11. {errorai-1.9.3 → errorai-1.10.0}/errorai/__init__.py +0 -0
  12. {errorai-1.9.3 → errorai-1.10.0}/errorai/__main__.py +0 -0
  13. {errorai-1.9.3 → errorai-1.10.0}/errorai/bootstrap.py +0 -0
  14. {errorai-1.9.3 → errorai-1.10.0}/errorai/cli.py +0 -0
  15. {errorai-1.9.3 → errorai-1.10.0}/errorai/compat.py +0 -0
  16. {errorai-1.9.3 → errorai-1.10.0}/errorai/config.py +0 -0
  17. {errorai-1.9.3 → errorai-1.10.0}/errorai/environment.py +0 -0
  18. {errorai-1.9.3 → errorai-1.10.0}/errorai/pipeline.py +0 -0
  19. {errorai-1.9.3 → errorai-1.10.0}/errorai/providers.py +0 -0
  20. {errorai-1.9.3 → errorai-1.10.0}/errorai/universal.py +0 -0
  21. {errorai-1.9.3 → errorai-1.10.0}/setup.cfg +0 -0
  22. {errorai-1.9.3 → errorai-1.10.0}/tests/test_bootstrap.py +0 -0
  23. {errorai-1.9.3 → errorai-1.10.0}/tests/test_config.py +0 -0
  24. {errorai-1.9.3 → errorai-1.10.0}/tests/test_runtime.py +0 -0
  25. {errorai-1.9.3 → errorai-1.10.0}/tests/test_safety.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ErrorAI
3
- Version: 1.9.3
3
+ Version: 1.10.0
4
4
  Summary: Python-only autonomous runtime that watches/analyzes errors with safe local auto-fix fallbacks.
5
5
  Author: Aswanth R
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ErrorAI
3
- Version: 1.9.3
3
+ Version: 1.10.0
4
4
  Summary: Python-only autonomous runtime that watches/analyzes errors with safe local auto-fix fallbacks.
5
5
  Author: Aswanth R
6
6
  License: MIT
@@ -312,3 +312,4 @@ def _reset_for_tests() -> None:
312
312
  if runtime is not None:
313
313
  runtime.shutdown()
314
314
  RuntimeManager._instance = None
315
+
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ErrorAI"
7
- version = "1.9.3"
7
+ version = "1.10.0"
8
8
  description = "Python-only autonomous runtime that watches/analyzes errors with safe local auto-fix fallbacks."
9
9
  readme = "README.md"
10
10
  authors = [
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes