deeprails 1.5.0__tar.gz → 1.6.1__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 deeprails might be problematic. Click here for more details.
- deeprails-1.6.1/.release-please-manifest.json +3 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/CHANGELOG.md +16 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/PKG-INFO +10 -10
- {deeprails-1.5.0 → deeprails-1.6.1}/README.md +8 -8
- {deeprails-1.5.0 → deeprails-1.6.1}/pyproject.toml +2 -2
- {deeprails-1.5.0 → deeprails-1.6.1}/requirements-dev.lock +1 -1
- {deeprails-1.5.0 → deeprails-1.6.1}/requirements.lock +1 -1
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_version.py +1 -1
- deeprails-1.5.0/.release-please-manifest.json +0 -3
- deeprails-1.5.0/SECURITY.md +0 -27
- {deeprails-1.5.0 → deeprails-1.6.1}/.gitignore +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/CONTRIBUTING.md +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/LICENSE +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/api.md +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/bin/check-release-environment +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/bin/publish-pypi +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/examples/.keep +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/noxfile.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/release-please-config.json +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/__init__.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_base_client.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_client.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_compat.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_constants.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_exceptions.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_files.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_models.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_qs.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_resource.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_response.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_streaming.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_types.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_utils/__init__.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_utils/_compat.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_utils/_datetime_parse.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_utils/_logs.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_utils/_proxy.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_utils/_reflection.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_utils/_resources_proxy.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_utils/_streams.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_utils/_sync.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_utils/_transform.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_utils/_typing.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_utils/_utils.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/lib/.keep +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/py.typed +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/resources/__init__.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/resources/defend.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/resources/evaluate.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/resources/monitor.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/types/__init__.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/types/api_response.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/types/defend_create_workflow_params.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/types/defend_response.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/types/defend_submit_event_params.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/types/defend_update_workflow_params.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/types/evaluate_create_params.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/types/evaluation.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/types/monitor_create_params.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/types/monitor_retrieve_params.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/types/monitor_retrieve_response.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/types/monitor_submit_event_params.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/types/monitor_submit_event_response.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/types/monitor_update_params.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/types/workflow_event_response.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/tests/__init__.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/tests/api_resources/__init__.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/tests/api_resources/test_defend.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/tests/api_resources/test_evaluate.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/tests/api_resources/test_monitor.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/tests/conftest.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/tests/sample_file.txt +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/tests/test_client.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/tests/test_deepcopy.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/tests/test_extract_files.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/tests/test_files.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/tests/test_models.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/tests/test_qs.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/tests/test_required_args.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/tests/test_response.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/tests/test_streaming.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/tests/test_transform.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/tests/test_utils/test_datetime_parse.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/tests/test_utils/test_proxy.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/tests/test_utils/test_typing.py +0 -0
- {deeprails-1.5.0 → deeprails-1.6.1}/tests/utils.py +0 -0
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.6.1 (2025-10-22)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v1.6.0...v1.6.1](https://github.com/deeprails/deeprails-sdk-python/compare/v1.6.0...v1.6.1)
|
|
6
|
+
|
|
7
|
+
### Chores
|
|
8
|
+
|
|
9
|
+
* bump `httpx-aiohttp` version to 0.1.9 ([fde0f65](https://github.com/deeprails/deeprails-sdk-python/commit/fde0f65f5947336baeee5ae71d7ad49fa8aefc98))
|
|
10
|
+
|
|
11
|
+
## 1.6.0 (2025-10-20)
|
|
12
|
+
|
|
13
|
+
Full Changelog: [v1.5.0...v1.6.0](https://github.com/deeprails/deeprails-sdk-python/compare/v1.5.0...v1.6.0)
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **api:** readme example update ([412839e](https://github.com/deeprails/deeprails-sdk-python/commit/412839e484bcc4b216b88ea3f22849dc9355b643))
|
|
18
|
+
|
|
3
19
|
## 1.5.0 (2025-10-16)
|
|
4
20
|
|
|
5
21
|
Full Changelog: [v1.4.1...v1.5.0](https://github.com/deeprails/deeprails-sdk-python/compare/v1.4.1...v1.5.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: deeprails
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.6.1
|
|
4
4
|
Summary: The official Python library for the deeprails API
|
|
5
5
|
Project-URL: Homepage, https://docs.deeprails.com/
|
|
6
6
|
Project-URL: Repository, https://github.com/deeprails/deeprails-sdk-python
|
|
@@ -30,7 +30,7 @@ Requires-Dist: sniffio
|
|
|
30
30
|
Requires-Dist: typing-extensions<5,>=4.10
|
|
31
31
|
Provides-Extra: aiohttp
|
|
32
32
|
Requires-Dist: aiohttp; extra == 'aiohttp'
|
|
33
|
-
Requires-Dist: httpx-aiohttp>=0.1.
|
|
33
|
+
Requires-Dist: httpx-aiohttp>=0.1.9; extra == 'aiohttp'
|
|
34
34
|
Description-Content-Type: text/markdown
|
|
35
35
|
|
|
36
36
|
# Deeprails Python API library
|
|
@@ -68,7 +68,7 @@ client = Deeprails(
|
|
|
68
68
|
defend_response = client.defend.create_workflow(
|
|
69
69
|
improvement_action="fixit",
|
|
70
70
|
metrics={
|
|
71
|
-
"completeness": 0.
|
|
71
|
+
"completeness": 0.7,
|
|
72
72
|
"instruction_adherence": 0.75,
|
|
73
73
|
},
|
|
74
74
|
name="Push Alert Workflow",
|
|
@@ -100,7 +100,7 @@ async def main() -> None:
|
|
|
100
100
|
defend_response = await client.defend.create_workflow(
|
|
101
101
|
improvement_action="fixit",
|
|
102
102
|
metrics={
|
|
103
|
-
"completeness": 0.
|
|
103
|
+
"completeness": 0.7,
|
|
104
104
|
"instruction_adherence": 0.75,
|
|
105
105
|
},
|
|
106
106
|
name="Push Alert Workflow",
|
|
@@ -141,7 +141,7 @@ async def main() -> None:
|
|
|
141
141
|
defend_response = await client.defend.create_workflow(
|
|
142
142
|
improvement_action="fixit",
|
|
143
143
|
metrics={
|
|
144
|
-
"completeness": 0.
|
|
144
|
+
"completeness": 0.7,
|
|
145
145
|
"instruction_adherence": 0.75,
|
|
146
146
|
},
|
|
147
147
|
name="Push Alert Workflow",
|
|
@@ -200,7 +200,7 @@ try:
|
|
|
200
200
|
client.defend.create_workflow(
|
|
201
201
|
improvement_action="fixit",
|
|
202
202
|
metrics={
|
|
203
|
-
"completeness": 0.
|
|
203
|
+
"completeness": 0.7,
|
|
204
204
|
"instruction_adherence": 0.75,
|
|
205
205
|
},
|
|
206
206
|
name="Push Alert Workflow",
|
|
@@ -251,7 +251,7 @@ client = Deeprails(
|
|
|
251
251
|
client.with_options(max_retries=5).defend.create_workflow(
|
|
252
252
|
improvement_action="fixit",
|
|
253
253
|
metrics={
|
|
254
|
-
"completeness": 0.
|
|
254
|
+
"completeness": 0.7,
|
|
255
255
|
"instruction_adherence": 0.75,
|
|
256
256
|
},
|
|
257
257
|
name="Push Alert Workflow",
|
|
@@ -282,7 +282,7 @@ client = Deeprails(
|
|
|
282
282
|
client.with_options(timeout=5.0).defend.create_workflow(
|
|
283
283
|
improvement_action="fixit",
|
|
284
284
|
metrics={
|
|
285
|
-
"completeness": 0.
|
|
285
|
+
"completeness": 0.7,
|
|
286
286
|
"instruction_adherence": 0.75,
|
|
287
287
|
},
|
|
288
288
|
name="Push Alert Workflow",
|
|
@@ -331,7 +331,7 @@ client = Deeprails()
|
|
|
331
331
|
response = client.defend.with_raw_response.create_workflow(
|
|
332
332
|
improvement_action="fixit",
|
|
333
333
|
metrics={
|
|
334
|
-
"completeness": 0.
|
|
334
|
+
"completeness": 0.7,
|
|
335
335
|
"instruction_adherence": 0.75,
|
|
336
336
|
},
|
|
337
337
|
name="Push Alert Workflow",
|
|
@@ -357,7 +357,7 @@ To stream the response body, use `.with_streaming_response` instead, which requi
|
|
|
357
357
|
with client.defend.with_streaming_response.create_workflow(
|
|
358
358
|
improvement_action="fixit",
|
|
359
359
|
metrics={
|
|
360
|
-
"completeness": 0.
|
|
360
|
+
"completeness": 0.7,
|
|
361
361
|
"instruction_adherence": 0.75,
|
|
362
362
|
},
|
|
363
363
|
name="Push Alert Workflow",
|
|
@@ -33,7 +33,7 @@ client = Deeprails(
|
|
|
33
33
|
defend_response = client.defend.create_workflow(
|
|
34
34
|
improvement_action="fixit",
|
|
35
35
|
metrics={
|
|
36
|
-
"completeness": 0.
|
|
36
|
+
"completeness": 0.7,
|
|
37
37
|
"instruction_adherence": 0.75,
|
|
38
38
|
},
|
|
39
39
|
name="Push Alert Workflow",
|
|
@@ -65,7 +65,7 @@ async def main() -> None:
|
|
|
65
65
|
defend_response = await client.defend.create_workflow(
|
|
66
66
|
improvement_action="fixit",
|
|
67
67
|
metrics={
|
|
68
|
-
"completeness": 0.
|
|
68
|
+
"completeness": 0.7,
|
|
69
69
|
"instruction_adherence": 0.75,
|
|
70
70
|
},
|
|
71
71
|
name="Push Alert Workflow",
|
|
@@ -106,7 +106,7 @@ async def main() -> None:
|
|
|
106
106
|
defend_response = await client.defend.create_workflow(
|
|
107
107
|
improvement_action="fixit",
|
|
108
108
|
metrics={
|
|
109
|
-
"completeness": 0.
|
|
109
|
+
"completeness": 0.7,
|
|
110
110
|
"instruction_adherence": 0.75,
|
|
111
111
|
},
|
|
112
112
|
name="Push Alert Workflow",
|
|
@@ -165,7 +165,7 @@ try:
|
|
|
165
165
|
client.defend.create_workflow(
|
|
166
166
|
improvement_action="fixit",
|
|
167
167
|
metrics={
|
|
168
|
-
"completeness": 0.
|
|
168
|
+
"completeness": 0.7,
|
|
169
169
|
"instruction_adherence": 0.75,
|
|
170
170
|
},
|
|
171
171
|
name="Push Alert Workflow",
|
|
@@ -216,7 +216,7 @@ client = Deeprails(
|
|
|
216
216
|
client.with_options(max_retries=5).defend.create_workflow(
|
|
217
217
|
improvement_action="fixit",
|
|
218
218
|
metrics={
|
|
219
|
-
"completeness": 0.
|
|
219
|
+
"completeness": 0.7,
|
|
220
220
|
"instruction_adherence": 0.75,
|
|
221
221
|
},
|
|
222
222
|
name="Push Alert Workflow",
|
|
@@ -247,7 +247,7 @@ client = Deeprails(
|
|
|
247
247
|
client.with_options(timeout=5.0).defend.create_workflow(
|
|
248
248
|
improvement_action="fixit",
|
|
249
249
|
metrics={
|
|
250
|
-
"completeness": 0.
|
|
250
|
+
"completeness": 0.7,
|
|
251
251
|
"instruction_adherence": 0.75,
|
|
252
252
|
},
|
|
253
253
|
name="Push Alert Workflow",
|
|
@@ -296,7 +296,7 @@ client = Deeprails()
|
|
|
296
296
|
response = client.defend.with_raw_response.create_workflow(
|
|
297
297
|
improvement_action="fixit",
|
|
298
298
|
metrics={
|
|
299
|
-
"completeness": 0.
|
|
299
|
+
"completeness": 0.7,
|
|
300
300
|
"instruction_adherence": 0.75,
|
|
301
301
|
},
|
|
302
302
|
name="Push Alert Workflow",
|
|
@@ -322,7 +322,7 @@ To stream the response body, use `.with_streaming_response` instead, which requi
|
|
|
322
322
|
with client.defend.with_streaming_response.create_workflow(
|
|
323
323
|
improvement_action="fixit",
|
|
324
324
|
metrics={
|
|
325
|
-
"completeness": 0.
|
|
325
|
+
"completeness": 0.7,
|
|
326
326
|
"instruction_adherence": 0.75,
|
|
327
327
|
},
|
|
328
328
|
name="Push Alert Workflow",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "deeprails"
|
|
3
|
-
version = "1.
|
|
3
|
+
version = "1.6.1"
|
|
4
4
|
description = "The official Python library for the deeprails API"
|
|
5
5
|
dynamic = ["readme"]
|
|
6
6
|
license = "Apache-2.0"
|
|
@@ -39,7 +39,7 @@ Homepage = "https://docs.deeprails.com/"
|
|
|
39
39
|
Repository = "https://github.com/deeprails/deeprails-sdk-python"
|
|
40
40
|
|
|
41
41
|
[project.optional-dependencies]
|
|
42
|
-
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.
|
|
42
|
+
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.9"]
|
|
43
43
|
|
|
44
44
|
[tool.rye]
|
|
45
45
|
managed = true
|
deeprails-1.5.0/SECURITY.md
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
# Security Policy
|
|
2
|
-
|
|
3
|
-
## Reporting Security Issues
|
|
4
|
-
|
|
5
|
-
This SDK is generated by [Stainless Software Inc](http://stainless.com). Stainless takes security seriously, and encourages you to report any security vulnerability promptly so that appropriate action can be taken.
|
|
6
|
-
|
|
7
|
-
To report a security issue, please contact the Stainless team at security@stainless.com.
|
|
8
|
-
|
|
9
|
-
## Responsible Disclosure
|
|
10
|
-
|
|
11
|
-
We appreciate the efforts of security researchers and individuals who help us maintain the security of
|
|
12
|
-
SDKs we generate. If you believe you have found a security vulnerability, please adhere to responsible
|
|
13
|
-
disclosure practices by allowing us a reasonable amount of time to investigate and address the issue
|
|
14
|
-
before making any information public.
|
|
15
|
-
|
|
16
|
-
## Reporting Non-SDK Related Security Issues
|
|
17
|
-
|
|
18
|
-
If you encounter security issues that are not directly related to SDKs but pertain to the services
|
|
19
|
-
or products provided by Deeprails, please follow the respective company's security reporting guidelines.
|
|
20
|
-
|
|
21
|
-
### Deeprails Terms and Policies
|
|
22
|
-
|
|
23
|
-
Please contact support@deeprails.ai for any questions or concerns regarding the security of our services.
|
|
24
|
-
|
|
25
|
-
---
|
|
26
|
-
|
|
27
|
-
Thank you for helping us keep the SDKs and systems they interact with secure.
|
|
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
|
|
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
|