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.

Files changed (86) hide show
  1. deeprails-1.6.1/.release-please-manifest.json +3 -0
  2. {deeprails-1.5.0 → deeprails-1.6.1}/CHANGELOG.md +16 -0
  3. {deeprails-1.5.0 → deeprails-1.6.1}/PKG-INFO +10 -10
  4. {deeprails-1.5.0 → deeprails-1.6.1}/README.md +8 -8
  5. {deeprails-1.5.0 → deeprails-1.6.1}/pyproject.toml +2 -2
  6. {deeprails-1.5.0 → deeprails-1.6.1}/requirements-dev.lock +1 -1
  7. {deeprails-1.5.0 → deeprails-1.6.1}/requirements.lock +1 -1
  8. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_version.py +1 -1
  9. deeprails-1.5.0/.release-please-manifest.json +0 -3
  10. deeprails-1.5.0/SECURITY.md +0 -27
  11. {deeprails-1.5.0 → deeprails-1.6.1}/.gitignore +0 -0
  12. {deeprails-1.5.0 → deeprails-1.6.1}/CONTRIBUTING.md +0 -0
  13. {deeprails-1.5.0 → deeprails-1.6.1}/LICENSE +0 -0
  14. {deeprails-1.5.0 → deeprails-1.6.1}/api.md +0 -0
  15. {deeprails-1.5.0 → deeprails-1.6.1}/bin/check-release-environment +0 -0
  16. {deeprails-1.5.0 → deeprails-1.6.1}/bin/publish-pypi +0 -0
  17. {deeprails-1.5.0 → deeprails-1.6.1}/examples/.keep +0 -0
  18. {deeprails-1.5.0 → deeprails-1.6.1}/noxfile.py +0 -0
  19. {deeprails-1.5.0 → deeprails-1.6.1}/release-please-config.json +0 -0
  20. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/__init__.py +0 -0
  21. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_base_client.py +0 -0
  22. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_client.py +0 -0
  23. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_compat.py +0 -0
  24. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_constants.py +0 -0
  25. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_exceptions.py +0 -0
  26. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_files.py +0 -0
  27. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_models.py +0 -0
  28. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_qs.py +0 -0
  29. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_resource.py +0 -0
  30. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_response.py +0 -0
  31. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_streaming.py +0 -0
  32. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_types.py +0 -0
  33. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_utils/__init__.py +0 -0
  34. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_utils/_compat.py +0 -0
  35. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_utils/_datetime_parse.py +0 -0
  36. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_utils/_logs.py +0 -0
  37. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_utils/_proxy.py +0 -0
  38. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_utils/_reflection.py +0 -0
  39. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_utils/_resources_proxy.py +0 -0
  40. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_utils/_streams.py +0 -0
  41. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_utils/_sync.py +0 -0
  42. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_utils/_transform.py +0 -0
  43. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_utils/_typing.py +0 -0
  44. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/_utils/_utils.py +0 -0
  45. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/lib/.keep +0 -0
  46. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/py.typed +0 -0
  47. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/resources/__init__.py +0 -0
  48. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/resources/defend.py +0 -0
  49. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/resources/evaluate.py +0 -0
  50. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/resources/monitor.py +0 -0
  51. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/types/__init__.py +0 -0
  52. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/types/api_response.py +0 -0
  53. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/types/defend_create_workflow_params.py +0 -0
  54. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/types/defend_response.py +0 -0
  55. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/types/defend_submit_event_params.py +0 -0
  56. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/types/defend_update_workflow_params.py +0 -0
  57. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/types/evaluate_create_params.py +0 -0
  58. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/types/evaluation.py +0 -0
  59. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/types/monitor_create_params.py +0 -0
  60. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/types/monitor_retrieve_params.py +0 -0
  61. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/types/monitor_retrieve_response.py +0 -0
  62. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/types/monitor_submit_event_params.py +0 -0
  63. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/types/monitor_submit_event_response.py +0 -0
  64. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/types/monitor_update_params.py +0 -0
  65. {deeprails-1.5.0 → deeprails-1.6.1}/src/deeprails/types/workflow_event_response.py +0 -0
  66. {deeprails-1.5.0 → deeprails-1.6.1}/tests/__init__.py +0 -0
  67. {deeprails-1.5.0 → deeprails-1.6.1}/tests/api_resources/__init__.py +0 -0
  68. {deeprails-1.5.0 → deeprails-1.6.1}/tests/api_resources/test_defend.py +0 -0
  69. {deeprails-1.5.0 → deeprails-1.6.1}/tests/api_resources/test_evaluate.py +0 -0
  70. {deeprails-1.5.0 → deeprails-1.6.1}/tests/api_resources/test_monitor.py +0 -0
  71. {deeprails-1.5.0 → deeprails-1.6.1}/tests/conftest.py +0 -0
  72. {deeprails-1.5.0 → deeprails-1.6.1}/tests/sample_file.txt +0 -0
  73. {deeprails-1.5.0 → deeprails-1.6.1}/tests/test_client.py +0 -0
  74. {deeprails-1.5.0 → deeprails-1.6.1}/tests/test_deepcopy.py +0 -0
  75. {deeprails-1.5.0 → deeprails-1.6.1}/tests/test_extract_files.py +0 -0
  76. {deeprails-1.5.0 → deeprails-1.6.1}/tests/test_files.py +0 -0
  77. {deeprails-1.5.0 → deeprails-1.6.1}/tests/test_models.py +0 -0
  78. {deeprails-1.5.0 → deeprails-1.6.1}/tests/test_qs.py +0 -0
  79. {deeprails-1.5.0 → deeprails-1.6.1}/tests/test_required_args.py +0 -0
  80. {deeprails-1.5.0 → deeprails-1.6.1}/tests/test_response.py +0 -0
  81. {deeprails-1.5.0 → deeprails-1.6.1}/tests/test_streaming.py +0 -0
  82. {deeprails-1.5.0 → deeprails-1.6.1}/tests/test_transform.py +0 -0
  83. {deeprails-1.5.0 → deeprails-1.6.1}/tests/test_utils/test_datetime_parse.py +0 -0
  84. {deeprails-1.5.0 → deeprails-1.6.1}/tests/test_utils/test_proxy.py +0 -0
  85. {deeprails-1.5.0 → deeprails-1.6.1}/tests/test_utils/test_typing.py +0 -0
  86. {deeprails-1.5.0 → deeprails-1.6.1}/tests/utils.py +0 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "1.6.1"
3
+ }
@@ -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.5.0
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.8; extra == 'aiohttp'
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.8,
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.8,
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.8,
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.8,
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.8,
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.8,
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.8,
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.8,
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.8,
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.8,
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.8,
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.8,
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.8,
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.8,
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.8,
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.8,
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.5.0"
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.8"]
42
+ aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.9"]
43
43
 
44
44
  [tool.rye]
45
45
  managed = true
@@ -56,7 +56,7 @@ httpx==0.28.1
56
56
  # via deeprails
57
57
  # via httpx-aiohttp
58
58
  # via respx
59
- httpx-aiohttp==0.1.8
59
+ httpx-aiohttp==0.1.9
60
60
  # via deeprails
61
61
  idna==3.4
62
62
  # via anyio
@@ -43,7 +43,7 @@ httpcore==1.0.9
43
43
  httpx==0.28.1
44
44
  # via deeprails
45
45
  # via httpx-aiohttp
46
- httpx-aiohttp==0.1.8
46
+ httpx-aiohttp==0.1.9
47
47
  # via deeprails
48
48
  idna==3.4
49
49
  # via anyio
@@ -1,4 +1,4 @@
1
1
  # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  __title__ = "deeprails"
4
- __version__ = "1.5.0" # x-release-please-version
4
+ __version__ = "1.6.1" # x-release-please-version
@@ -1,3 +0,0 @@
1
- {
2
- ".": "1.5.0"
3
- }
@@ -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