fairo 25.9.6__tar.gz → 25.9.8__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 (52) hide show
  1. {fairo-25.9.6 → fairo-25.9.8}/PKG-INFO +4 -4
  2. fairo-25.9.8/fairo/__init__.py +1 -0
  3. {fairo-25.9.6 → fairo-25.9.8}/fairo/settings.py +1 -1
  4. {fairo-25.9.6 → fairo-25.9.8}/fairo.egg-info/PKG-INFO +4 -4
  5. {fairo-25.9.6 → fairo-25.9.8}/fairo.egg-info/requires.txt +3 -3
  6. {fairo-25.9.6 → fairo-25.9.8}/pyproject.toml +3 -3
  7. fairo-25.9.6/fairo/__init__.py +0 -1
  8. {fairo-25.9.6 → fairo-25.9.8}/README.md +0 -0
  9. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/__init__.py +0 -0
  10. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/agent/__init__.py +0 -0
  11. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/agent/base_agent.py +0 -0
  12. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/agent/code_analysis_agent.py +0 -0
  13. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/agent/output/__init__.py +0 -0
  14. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/agent/output/base_output.py +0 -0
  15. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/agent/output/google_drive.py +0 -0
  16. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/agent/tools/__init__.py +0 -0
  17. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/agent/tools/base_tools.py +0 -0
  18. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/agent/tools/code_analysis.py +0 -0
  19. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/agent/tools/utils.py +0 -0
  20. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/agent/utils.py +0 -0
  21. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/chat/__init__.py +0 -0
  22. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/chat/chat.py +0 -0
  23. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/client/__init__.py +0 -0
  24. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/client/client.py +0 -0
  25. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/exceptions.py +0 -0
  26. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/execution/__init__.py +0 -0
  27. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/execution/agent_serializer.py +0 -0
  28. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/execution/env_finder.py +0 -0
  29. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/execution/executor.py +0 -0
  30. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/execution/model_log_helper.py +0 -0
  31. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/models/__init__.py +0 -0
  32. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/models/custom_field_value.py +0 -0
  33. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/models/resources.py +0 -0
  34. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/runnable/__init__.py +0 -0
  35. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/runnable/runnable.py +0 -0
  36. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/tools/__init__.py +0 -0
  37. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/tools/plot.py +0 -0
  38. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/tools/suggestion.py +0 -0
  39. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/utils.py +0 -0
  40. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/workflow/__init__.py +0 -0
  41. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/workflow/base_workflow.py +0 -0
  42. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/workflow/dependency.py +0 -0
  43. {fairo-25.9.6 → fairo-25.9.8}/fairo/core/workflow/utils.py +0 -0
  44. {fairo-25.9.6 → fairo-25.9.8}/fairo/metrics/__init__.py +0 -0
  45. {fairo-25.9.6 → fairo-25.9.8}/fairo/metrics/fairness_object.py +0 -0
  46. {fairo-25.9.6 → fairo-25.9.8}/fairo/metrics/metrics.py +0 -0
  47. {fairo-25.9.6 → fairo-25.9.8}/fairo/tests/__init__.py +0 -0
  48. {fairo-25.9.6 → fairo-25.9.8}/fairo/tests/test_metrics.py +0 -0
  49. {fairo-25.9.6 → fairo-25.9.8}/fairo.egg-info/SOURCES.txt +0 -0
  50. {fairo-25.9.6 → fairo-25.9.8}/fairo.egg-info/dependency_links.txt +0 -0
  51. {fairo-25.9.6 → fairo-25.9.8}/fairo.egg-info/top_level.txt +0 -0
  52. {fairo-25.9.6 → fairo-25.9.8}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fairo
3
- Version: 25.9.6
3
+ Version: 25.9.8
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
@@ -12,11 +12,11 @@ Classifier: License :: OSI Approved :: Apache Software License
12
12
  Classifier: Operating System :: OS Independent
13
13
  Description-Content-Type: text/markdown
14
14
  Requires-Dist: mlflow<=3.1.1,>=3.1.0
15
- Requires-Dist: langchain<0.4.0,>=0.3.20
15
+ Requires-Dist: langchain<0.4.0,>=0.3.27
16
16
  Requires-Dist: langchain-aws<0.3.0,>=0.2.18
17
- Requires-Dist: langchain-community<0.4.0,>=0.3.20
17
+ Requires-Dist: langchain-community<0.4.0,>=0.3.27
18
18
  Requires-Dist: langchain-core<0.4.0,>=0.3.49
19
- Requires-Dist: langchain-text-splitters<0.4.0,>=0.3.7
19
+ Requires-Dist: langchain-text-splitters<0.4.0,>=0.3.11
20
20
  Requires-Dist: setuptools>=79.0.0
21
21
  Requires-Dist: pandas<3.0.0,>=2.0.0
22
22
 
@@ -0,0 +1 @@
1
+ __version__ = "25.9.8"
@@ -42,7 +42,7 @@ def get_use_databricks_tracking_server():
42
42
 
43
43
 
44
44
  def get_mlflow_gateway_uri():
45
- return os.getenv('MLFLOW_GATEWAY_URI', "https://deployments.fairo.ai")
45
+ return os.getenv('MLFLOW_GATEWAY_URI', "https://gateway.fairo.ai")
46
46
 
47
47
  def get_mlflow_gateway_chat_route():
48
48
  return os.getenv('MLFLOW_GATEWAY_ROUTE', "chat")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fairo
3
- Version: 25.9.6
3
+ Version: 25.9.8
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
@@ -12,11 +12,11 @@ Classifier: License :: OSI Approved :: Apache Software License
12
12
  Classifier: Operating System :: OS Independent
13
13
  Description-Content-Type: text/markdown
14
14
  Requires-Dist: mlflow<=3.1.1,>=3.1.0
15
- Requires-Dist: langchain<0.4.0,>=0.3.20
15
+ Requires-Dist: langchain<0.4.0,>=0.3.27
16
16
  Requires-Dist: langchain-aws<0.3.0,>=0.2.18
17
- Requires-Dist: langchain-community<0.4.0,>=0.3.20
17
+ Requires-Dist: langchain-community<0.4.0,>=0.3.27
18
18
  Requires-Dist: langchain-core<0.4.0,>=0.3.49
19
- Requires-Dist: langchain-text-splitters<0.4.0,>=0.3.7
19
+ Requires-Dist: langchain-text-splitters<0.4.0,>=0.3.11
20
20
  Requires-Dist: setuptools>=79.0.0
21
21
  Requires-Dist: pandas<3.0.0,>=2.0.0
22
22
 
@@ -1,8 +1,8 @@
1
1
  mlflow<=3.1.1,>=3.1.0
2
- langchain<0.4.0,>=0.3.20
2
+ langchain<0.4.0,>=0.3.27
3
3
  langchain-aws<0.3.0,>=0.2.18
4
- langchain-community<0.4.0,>=0.3.20
4
+ langchain-community<0.4.0,>=0.3.27
5
5
  langchain-core<0.4.0,>=0.3.49
6
- langchain-text-splitters<0.4.0,>=0.3.7
6
+ langchain-text-splitters<0.4.0,>=0.3.11
7
7
  setuptools>=79.0.0
8
8
  pandas<3.0.0,>=2.0.0
@@ -21,11 +21,11 @@ classifiers = [
21
21
  ]
22
22
  dependencies = [
23
23
  "mlflow>=3.1.0,<=3.1.1",
24
- "langchain>=0.3.20,<0.4.0",
24
+ "langchain>=0.3.27,<0.4.0",
25
25
  "langchain-aws>=0.2.18,<0.3.0",
26
- "langchain-community>=0.3.20,<0.4.0",
26
+ "langchain-community>=0.3.27,<0.4.0",
27
27
  "langchain-core>=0.3.49,<0.4.0",
28
- "langchain-text-splitters>=0.3.7,<0.4.0",
28
+ "langchain-text-splitters>=0.3.11,<0.4.0",
29
29
  "setuptools>=79.0.0",
30
30
  "pandas>=2.0.0,<3.0.0"
31
31
  ]
@@ -1 +0,0 @@
1
- __version__ = "25.9.6"
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