deeprails 0.3.0__py3-none-any.whl → 0.3.2__py3-none-any.whl
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/client.py +1 -1
- {deeprails-0.3.0.dist-info → deeprails-0.3.2.dist-info}/METADATA +4 -2
- deeprails-0.3.2.dist-info/RECORD +8 -0
- deeprails-0.3.0.dist-info/RECORD +0 -8
- {deeprails-0.3.0.dist-info → deeprails-0.3.2.dist-info}/WHEEL +0 -0
- {deeprails-0.3.0.dist-info → deeprails-0.3.2.dist-info}/licenses/LICENSE +0 -0
deeprails/client.py
CHANGED
|
@@ -24,7 +24,7 @@ class DeepRails:
|
|
|
24
24
|
self._headers = {
|
|
25
25
|
"Authorization": f"Bearer {token}",
|
|
26
26
|
"Content-Type": "application/json",
|
|
27
|
-
"User-Agent": "deeprails-python-sdk/0.3.
|
|
27
|
+
"User-Agent": "deeprails-python-sdk/0.3.2"
|
|
28
28
|
}
|
|
29
29
|
self._client = httpx.Client(base_url=self._base_url, headers=self._headers, timeout=30.0)
|
|
30
30
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: deeprails
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.2
|
|
4
4
|
Summary: Python SDK for interacting with the DeepRails API
|
|
5
5
|
Project-URL: Homepage, https://deeprails.com
|
|
6
6
|
Project-URL: Documentation, https://docs.deeprails.com
|
|
@@ -35,7 +35,9 @@ Description-Content-Type: text/markdown
|
|
|
35
35
|
|
|
36
36
|
# DeepRails Python SDK
|
|
37
37
|
|
|
38
|
-
|
|
38
|
+
Official Python SDK for interacting with the DeepRails API v2.0.
|
|
39
|
+
|
|
40
|
+
DeepRails is a powerful developer tool with a comprehesive set of adaptive and accurate guardrails to protect against LLM hallucinations - deploy our Evaluate, Monitor, and Defend APIs in <15 mins for the best out-of-the-box guardrails in the market.
|
|
39
41
|
|
|
40
42
|
## Installation
|
|
41
43
|
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
deeprails/__init__.py,sha256=7ccTz1heYcCd3DIH3wmHc67FD6CUzM8_J4WmDeq0RZ0,29
|
|
2
|
+
deeprails/client.py,sha256=CbwE0StrrCeuvDC9NSmt_iDoUIuTn9ODd3sPMVbruiI,10406
|
|
3
|
+
deeprails/exceptions.py,sha256=ipwFq4lROv7XpcBC5h9cGqPf6f68zeOMEyKPVy7H0co,405
|
|
4
|
+
deeprails/schemas.py,sha256=XqBUFNEW4nwxm53YIUWVk4fEPsDGC6gzzXGL9lPuRAU,2870
|
|
5
|
+
deeprails-0.3.2.dist-info/METADATA,sha256=fycma2juTg3YVd54dkZYqnTExHHUWx1_Xtrj_zFX_h4,8495
|
|
6
|
+
deeprails-0.3.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
7
|
+
deeprails-0.3.2.dist-info/licenses/LICENSE,sha256=GsV7lN6fihCcDgkJbfs0rq1q9d6IyB0TFQ8HLKUpSXM,1077
|
|
8
|
+
deeprails-0.3.2.dist-info/RECORD,,
|
deeprails-0.3.0.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
deeprails/__init__.py,sha256=7ccTz1heYcCd3DIH3wmHc67FD6CUzM8_J4WmDeq0RZ0,29
|
|
2
|
-
deeprails/client.py,sha256=Jv4Z4LR3g_eYO4L86sabOAibHJGV9p8naDOl1Yw-2L0,10406
|
|
3
|
-
deeprails/exceptions.py,sha256=ipwFq4lROv7XpcBC5h9cGqPf6f68zeOMEyKPVy7H0co,405
|
|
4
|
-
deeprails/schemas.py,sha256=XqBUFNEW4nwxm53YIUWVk4fEPsDGC6gzzXGL9lPuRAU,2870
|
|
5
|
-
deeprails-0.3.0.dist-info/METADATA,sha256=qWrjZCxrzK1ar8I9Q8xzoDt_QB1kq_JWRLlJKeV_oOQ,8366
|
|
6
|
-
deeprails-0.3.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
7
|
-
deeprails-0.3.0.dist-info/licenses/LICENSE,sha256=GsV7lN6fihCcDgkJbfs0rq1q9d6IyB0TFQ8HLKUpSXM,1077
|
|
8
|
-
deeprails-0.3.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|