arthur-common 2.1.61__tar.gz → 2.1.67__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 arthur-common might be problematic. Click here for more details.
- {arthur_common-2.1.61 → arthur_common-2.1.67}/PKG-INFO +5 -6
- {arthur_common-2.1.61 → arthur_common-2.1.67}/README.md +4 -5
- {arthur_common-2.1.61 → arthur_common-2.1.67}/pyproject.toml +1 -1
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/models/connectors.py +2 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/models/request_schemas.py +8 -3
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/__init__.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/aggregations/__init__.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/aggregations/aggregator.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/aggregations/functions/README.md +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/aggregations/functions/__init__.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/aggregations/functions/agentic_aggregations.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/aggregations/functions/categorical_count.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/aggregations/functions/confusion_matrix.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/aggregations/functions/inference_count.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/aggregations/functions/inference_count_by_class.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/aggregations/functions/inference_null_count.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/aggregations/functions/mean_absolute_error.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/aggregations/functions/mean_squared_error.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/aggregations/functions/multiclass_confusion_matrix.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/aggregations/functions/multiclass_inference_count_by_class.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/aggregations/functions/numeric_stats.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/aggregations/functions/numeric_sum.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/aggregations/functions/py.typed +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/aggregations/functions/shield_aggregations.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/aggregations/py.typed +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/config/__init__.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/config/config.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/config/settings.yaml +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/models/__init__.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/models/common_schemas.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/models/constants.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/models/datasets.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/models/enums.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/models/metric_schemas.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/models/metrics.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/models/py.typed +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/models/response_schemas.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/models/schema_definitions.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/models/task_job_specs.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/py.typed +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/tools/__init__.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/tools/aggregation_analyzer.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/tools/aggregation_loader.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/tools/duckdb_data_loader.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/tools/duckdb_utils.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/tools/functions.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/tools/py.typed +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/tools/schema_inferer.py +0 -0
- {arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/tools/time_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: arthur-common
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.67
|
|
4
4
|
Summary: Utility code common to Arthur platform components.
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: Arthur
|
|
@@ -64,12 +64,11 @@ poetry run pytest
|
|
|
64
64
|
```
|
|
65
65
|
|
|
66
66
|
## Release process
|
|
67
|
-
1. Merge changes into
|
|
67
|
+
1. Merge changes into `main` branch
|
|
68
68
|
2. Go to **Actions** -> **Arthur Common Version Bump**
|
|
69
|
-
3.
|
|
70
|
-
4.
|
|
71
|
-
5.
|
|
72
|
-
6. Update package version in your project (arthur-engine)
|
|
69
|
+
3. Click **Run workflow**. The workflow will create a new commit with the version bump, push it back to the same branch it is triggered on (default `main`), and start the release process
|
|
70
|
+
4. Watch in [GitHub Actions](https://github.com/arthur-ai/arthur-common/actions) for Arthur Common Release to run
|
|
71
|
+
5. Update package version in your project (arthur-engine)
|
|
73
72
|
|
|
74
73
|
## License
|
|
75
74
|
|
|
@@ -38,12 +38,11 @@ poetry run pytest
|
|
|
38
38
|
```
|
|
39
39
|
|
|
40
40
|
## Release process
|
|
41
|
-
1. Merge changes into
|
|
41
|
+
1. Merge changes into `main` branch
|
|
42
42
|
2. Go to **Actions** -> **Arthur Common Version Bump**
|
|
43
|
-
3.
|
|
44
|
-
4.
|
|
45
|
-
5.
|
|
46
|
-
6. Update package version in your project (arthur-engine)
|
|
43
|
+
3. Click **Run workflow**. The workflow will create a new commit with the version bump, push it back to the same branch it is triggered on (default `main`), and start the release process
|
|
44
|
+
4. Watch in [GitHub Actions](https://github.com/arthur-ai/arthur-common/actions) for Arthur Common Release to run
|
|
45
|
+
5. Update package version in your project (arthur-engine)
|
|
47
46
|
|
|
48
47
|
## License
|
|
49
48
|
|
|
@@ -46,6 +46,8 @@ SNOWFLAKE_CONNECTOR_ROLE_FIELD = "role"
|
|
|
46
46
|
SNOWFLAKE_CONNECTOR_AUTHENTICATOR_FIELD = "authenticator"
|
|
47
47
|
SNOWFLAKE_CONNECTOR_PRIVATE_KEY_FIELD = "private_key"
|
|
48
48
|
SNOWFLAKE_CONNECTOR_PRIVATE_KEY_PASSPHRASE_FIELD = "private_key_passphrase"
|
|
49
|
+
SNOWFLAKE_CONNECTOR_AUTHENTICATOR_KEY_PAIR = "snowflake_key_pair"
|
|
50
|
+
SNOWFLAKE_CONNECTOR_AUTHENTICATOR_PASSWORD = "snowflake_password"
|
|
49
51
|
|
|
50
52
|
|
|
51
53
|
# dataset (connector type dependent) constants
|
|
@@ -49,9 +49,14 @@ class NewRuleRequest(BaseModel):
|
|
|
49
49
|
description="Boolean value to enable or disable the rule for llm response",
|
|
50
50
|
examples=[False],
|
|
51
51
|
)
|
|
52
|
-
config:
|
|
53
|
-
|
|
54
|
-
|
|
52
|
+
config: (
|
|
53
|
+
KeywordsConfig
|
|
54
|
+
| RegexConfig
|
|
55
|
+
| ExamplesConfig
|
|
56
|
+
| ToxicityConfig
|
|
57
|
+
| PIIConfig
|
|
58
|
+
| None
|
|
59
|
+
) = Field(description="Config of the rule", default=None)
|
|
55
60
|
|
|
56
61
|
model_config = ConfigDict(
|
|
57
62
|
json_schema_extra={
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/aggregations/functions/README.md
RENAMED
|
File without changes
|
{arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/aggregations/functions/__init__.py
RENAMED
|
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
|
{arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/aggregations/functions/py.typed
RENAMED
|
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
|
{arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/models/schema_definitions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arthur_common-2.1.61 → arthur_common-2.1.67}/src/arthur_common/tools/aggregation_analyzer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|