fairo 25.5.1__tar.gz → 25.5.3__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 fairo might be problematic. Click here for more details.

Files changed (40) hide show
  1. {fairo-25.5.1 → fairo-25.5.3}/PKG-INFO +1 -1
  2. {fairo-25.5.1 → fairo-25.5.3}/fairo.egg-info/PKG-INFO +1 -1
  3. {fairo-25.5.1 → fairo-25.5.3}/README.md +0 -0
  4. {fairo-25.5.1 → fairo-25.5.3}/fairo/__init__.py +0 -0
  5. {fairo-25.5.1 → fairo-25.5.3}/fairo/core/__init__.py +0 -0
  6. {fairo-25.5.1 → fairo-25.5.3}/fairo/core/agent/__init__.py +0 -0
  7. {fairo-25.5.1 → fairo-25.5.3}/fairo/core/agent/base_agent.py +0 -0
  8. {fairo-25.5.1 → fairo-25.5.3}/fairo/core/agent/code_analysis_agent.py +0 -0
  9. {fairo-25.5.1 → fairo-25.5.3}/fairo/core/agent/output/__init__.py +0 -0
  10. {fairo-25.5.1 → fairo-25.5.3}/fairo/core/agent/output/base_output.py +0 -0
  11. {fairo-25.5.1 → fairo-25.5.3}/fairo/core/agent/output/google_drive.py +0 -0
  12. {fairo-25.5.1 → fairo-25.5.3}/fairo/core/agent/tools/__init__.py +0 -0
  13. {fairo-25.5.1 → fairo-25.5.3}/fairo/core/agent/tools/base_tools.py +0 -0
  14. {fairo-25.5.1 → fairo-25.5.3}/fairo/core/agent/tools/code_analysis.py +0 -0
  15. {fairo-25.5.1 → fairo-25.5.3}/fairo/core/agent/tools/utils.py +0 -0
  16. {fairo-25.5.1 → fairo-25.5.3}/fairo/core/agent/utils.py +0 -0
  17. {fairo-25.5.1 → fairo-25.5.3}/fairo/core/client/__init__.py +0 -0
  18. {fairo-25.5.1 → fairo-25.5.3}/fairo/core/client/client.py +0 -0
  19. {fairo-25.5.1 → fairo-25.5.3}/fairo/core/exceptions.py +0 -0
  20. {fairo-25.5.1 → fairo-25.5.3}/fairo/core/execution/__init__.py +0 -0
  21. {fairo-25.5.1 → fairo-25.5.3}/fairo/core/execution/executor.py +0 -0
  22. {fairo-25.5.1 → fairo-25.5.3}/fairo/core/models/__init__.py +0 -0
  23. {fairo-25.5.1 → fairo-25.5.3}/fairo/core/models/custom_field_value.py +0 -0
  24. {fairo-25.5.1 → fairo-25.5.3}/fairo/core/models/resources.py +0 -0
  25. {fairo-25.5.1 → fairo-25.5.3}/fairo/core/workflow/__init__.py +0 -0
  26. {fairo-25.5.1 → fairo-25.5.3}/fairo/core/workflow/base_workflow.py +0 -0
  27. {fairo-25.5.1 → fairo-25.5.3}/fairo/core/workflow/dependency.py +0 -0
  28. {fairo-25.5.1 → fairo-25.5.3}/fairo/core/workflow/utils.py +0 -0
  29. {fairo-25.5.1 → fairo-25.5.3}/fairo/metrics/__init__.py +0 -0
  30. {fairo-25.5.1 → fairo-25.5.3}/fairo/metrics/fairness_object.py +0 -0
  31. {fairo-25.5.1 → fairo-25.5.3}/fairo/metrics/metrics.py +0 -0
  32. {fairo-25.5.1 → fairo-25.5.3}/fairo/settings.py +0 -0
  33. {fairo-25.5.1 → fairo-25.5.3}/fairo/tests/__init__.py +0 -0
  34. {fairo-25.5.1 → fairo-25.5.3}/fairo/tests/test_metrics.py +0 -0
  35. {fairo-25.5.1 → fairo-25.5.3}/fairo.egg-info/SOURCES.txt +0 -0
  36. {fairo-25.5.1 → fairo-25.5.3}/fairo.egg-info/dependency_links.txt +0 -0
  37. {fairo-25.5.1 → fairo-25.5.3}/fairo.egg-info/requires.txt +0 -0
  38. {fairo-25.5.1 → fairo-25.5.3}/fairo.egg-info/top_level.txt +0 -0
  39. {fairo-25.5.1 → fairo-25.5.3}/pyproject.toml +0 -0
  40. {fairo-25.5.1 → fairo-25.5.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fairo
3
- Version: 25.5.1
3
+ Version: 25.5.3
4
4
  Summary: SDK for interfacing with Fairo SaaS platform.
5
5
  Author-email: "Fairo Systems, Inc." <support@fairo.ai>
6
6
  License: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fairo
3
- Version: 25.5.1
3
+ Version: 25.5.3
4
4
  Summary: SDK for interfacing with Fairo SaaS platform.
5
5
  Author-email: "Fairo Systems, Inc." <support@fairo.ai>
6
6
  License: Apache-2.0
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