fairo 25.9.5__tar.gz → 25.9.7__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.
- {fairo-25.9.5 → fairo-25.9.7}/PKG-INFO +4 -4
- fairo-25.9.7/fairo/__init__.py +1 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/settings.py +1 -1
- {fairo-25.9.5 → fairo-25.9.7}/fairo.egg-info/PKG-INFO +4 -4
- {fairo-25.9.5 → fairo-25.9.7}/fairo.egg-info/requires.txt +3 -3
- {fairo-25.9.5 → fairo-25.9.7}/pyproject.toml +3 -3
- fairo-25.9.5/fairo/__init__.py +0 -1
- {fairo-25.9.5 → fairo-25.9.7}/README.md +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/__init__.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/agent/__init__.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/agent/base_agent.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/agent/code_analysis_agent.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/agent/output/__init__.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/agent/output/base_output.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/agent/output/google_drive.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/agent/tools/__init__.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/agent/tools/base_tools.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/agent/tools/code_analysis.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/agent/tools/utils.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/agent/utils.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/chat/__init__.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/chat/chat.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/client/__init__.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/client/client.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/exceptions.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/execution/__init__.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/execution/agent_serializer.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/execution/env_finder.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/execution/executor.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/execution/model_log_helper.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/models/__init__.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/models/custom_field_value.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/models/resources.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/runnable/__init__.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/runnable/runnable.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/tools/__init__.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/tools/plot.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/tools/suggestion.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/utils.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/workflow/__init__.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/workflow/base_workflow.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/workflow/dependency.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/core/workflow/utils.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/metrics/__init__.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/metrics/fairness_object.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/metrics/metrics.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/tests/__init__.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo/tests/test_metrics.py +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo.egg-info/SOURCES.txt +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo.egg-info/dependency_links.txt +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/fairo.egg-info/top_level.txt +0 -0
- {fairo-25.9.5 → fairo-25.9.7}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fairo
|
|
3
|
-
Version: 25.9.
|
|
3
|
+
Version: 25.9.7
|
|
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.
|
|
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.
|
|
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.
|
|
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.7"
|
|
@@ -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://
|
|
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.
|
|
3
|
+
Version: 25.9.7
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
24
|
+
"langchain>=0.3.27,<0.4.0",
|
|
25
25
|
"langchain-aws>=0.2.18,<0.3.0",
|
|
26
|
-
"langchain-community>=0.3.
|
|
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.
|
|
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
|
]
|
fairo-25.9.5/fairo/__init__.py
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "25.9.5"
|
|
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
|
|
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
|
|
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
|