bosa-connectors-binary 0.1.0__cp312-cp312-macosx_14_0_arm64.whl → 0.1.2__cp312-cp312-macosx_14_0_arm64.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.
- bosa_connectors.cpython-312-darwin.so +0 -0
- bosa_connectors.pyi +3 -3
- {bosa_connectors_binary-0.1.0.dist-info → bosa_connectors_binary-0.1.2.dist-info}/METADATA +1 -1
- bosa_connectors_binary-0.1.2.dist-info/RECORD +6 -0
- bosa_connectors_binary-0.1.0.dist-info/RECORD +0 -6
- {bosa_connectors_binary-0.1.0.dist-info → bosa_connectors_binary-0.1.2.dist-info}/WHEEL +0 -0
Binary file
|
bosa_connectors.pyi
CHANGED
@@ -21,11 +21,11 @@ import requests
|
|
21
21
|
import requests.exceptions
|
22
22
|
import bosa_connectors.auth.ApiKeyAuthenticator
|
23
23
|
import pydantic
|
24
|
-
import langchain_core
|
25
|
-
import langchain_core.tools
|
26
24
|
import uuid
|
27
25
|
import random
|
28
26
|
import time
|
29
27
|
import cgi
|
30
28
|
import legacy_cgi
|
31
|
-
import inspect
|
29
|
+
import inspect
|
30
|
+
import langchain_core
|
31
|
+
import langchain_core.tools
|
@@ -0,0 +1,6 @@
|
|
1
|
+
bosa_connectors.build/.gitignore,sha256=aEiIwOuxfzdCmLZe4oB1JsBmCUxwG8x-u-HBCV9JT8E,1
|
2
|
+
bosa_connectors.cpython-312-darwin.so,sha256=Vlb1WWrXCmLHVANXdphu6GcZL-C4IsLExHaD7g5GaII,952056
|
3
|
+
bosa_connectors.pyi,sha256=nHURoVUwcgMfcsbiXPeT96DBCaaiRIuNm0va3oT_wC8,676
|
4
|
+
bosa_connectors_binary-0.1.2.dist-info/METADATA,sha256=N0EwthV-KBRT73PdWz7ZjO4QKkJqzG5t4Zsg2NKkUWY,15944
|
5
|
+
bosa_connectors_binary-0.1.2.dist-info/WHEEL,sha256=yhFWDruQeL16y7AZmR-YzCRfHXG6441RPQ3U5xtqaLo,106
|
6
|
+
bosa_connectors_binary-0.1.2.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
bosa_connectors.build/.gitignore,sha256=aEiIwOuxfzdCmLZe4oB1JsBmCUxwG8x-u-HBCV9JT8E,1
|
2
|
-
bosa_connectors.cpython-312-darwin.so,sha256=oftysH4d_UqF58rTvAgz3gKrigijVCwDLe0snGDqPxk,1006072
|
3
|
-
bosa_connectors.pyi,sha256=klto3AY3o5l8lA5NKYApY68UZ8FyQR07O37aQafpJZA,676
|
4
|
-
bosa_connectors_binary-0.1.0.dist-info/METADATA,sha256=LUuzOJ78WglpDnC3USCNKDzotW2gy9-n7AV9GrB42qc,15944
|
5
|
-
bosa_connectors_binary-0.1.0.dist-info/WHEEL,sha256=yhFWDruQeL16y7AZmR-YzCRfHXG6441RPQ3U5xtqaLo,106
|
6
|
-
bosa_connectors_binary-0.1.0.dist-info/RECORD,,
|
File without changes
|