langtrace-python-sdk 2.1.0__py3-none-any.whl → 2.1.1__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.
- langtrace_python_sdk/instrumentation/weaviate/instrumentation.py +1 -1
- langtrace_python_sdk/version.py +1 -1
- {langtrace_python_sdk-2.1.0.dist-info → langtrace_python_sdk-2.1.1.dist-info}/METADATA +1 -1
- {langtrace_python_sdk-2.1.0.dist-info → langtrace_python_sdk-2.1.1.dist-info}/RECORD +6 -6
- {langtrace_python_sdk-2.1.0.dist-info → langtrace_python_sdk-2.1.1.dist-info}/WHEEL +0 -0
- {langtrace_python_sdk-2.1.0.dist-info → langtrace_python_sdk-2.1.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -26,7 +26,7 @@ from langtrace_python_sdk.instrumentation.weaviate.patch import (
|
|
|
26
26
|
generic_collection_patch,
|
|
27
27
|
generic_query_patch,
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from langtrace_python_sdk.constants.instrumentation.weaviate import APIS
|
|
30
30
|
|
|
31
31
|
logging.basicConfig(level=logging.FATAL)
|
|
32
32
|
|
langtrace_python_sdk/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "2.1.
|
|
1
|
+
__version__ = "2.1.1"
|
|
@@ -38,7 +38,7 @@ examples/qdrant_example/basic.py,sha256=DCMjHSuBZKkhEjCkwy5d5La9WMyW0lCWqtcZWiFC
|
|
|
38
38
|
examples/weaviate_example/query_text.py,sha256=s3f0hYYi-xdbh_LlTBDHegQiVi-4bW_eACb2EnEj8J4,64533
|
|
39
39
|
langtrace_python_sdk/__init__.py,sha256=R4dv73QARUw4WRfCdSKkKzZTLDumF9jcSdwtVrzWhb4,962
|
|
40
40
|
langtrace_python_sdk/langtrace.py,sha256=2VVVeWX3b20jwDY9iqDTxeE-Zunfgt2gfgRs3SreZLU,6993
|
|
41
|
-
langtrace_python_sdk/version.py,sha256=
|
|
41
|
+
langtrace_python_sdk/version.py,sha256=zPJIgPGcoSNiD0qme18OnYJYE3A9VVytlhO-V5DaAW0,22
|
|
42
42
|
langtrace_python_sdk/constants/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
43
43
|
langtrace_python_sdk/constants/exporter/langtrace_exporter.py,sha256=5MNjnAOg-4am78J3gVMH6FSwq5N8TOj72ugkhsw4vi0,46
|
|
44
44
|
langtrace_python_sdk/constants/instrumentation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -91,7 +91,7 @@ langtrace_python_sdk/instrumentation/qdrant/__init__.py,sha256=47DEQpj8HBSa-_TIm
|
|
|
91
91
|
langtrace_python_sdk/instrumentation/qdrant/instrumentation.py,sha256=vl2eKSP55aqDo1JiRlvOUBrr6kddvG9Z5dCYew2OG08,1816
|
|
92
92
|
langtrace_python_sdk/instrumentation/qdrant/patch.py,sha256=KcUWmvnS3PgPStzs1oWmlZsyomKBl3dmg8nXuR0T1C0,4654
|
|
93
93
|
langtrace_python_sdk/instrumentation/weaviate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
94
|
-
langtrace_python_sdk/instrumentation/weaviate/instrumentation.py,sha256=
|
|
94
|
+
langtrace_python_sdk/instrumentation/weaviate/instrumentation.py,sha256=i5xi0uWY1pPvGWyedFEvOtbRVT7ybFnMia-9TYFigOA,2309
|
|
95
95
|
langtrace_python_sdk/instrumentation/weaviate/patch.py,sha256=ig2fc33hNydEcH5cJWRycFnMXiXiJr731J-Vg5Ze4No,5634
|
|
96
96
|
langtrace_python_sdk/types/__init__.py,sha256=-j8cuz3bhUdOqj7N2c0w5y-j3UmcxwEgNh8BWeXwHoI,813
|
|
97
97
|
langtrace_python_sdk/utils/__init__.py,sha256=MbBqT4NpDCNTqqvZ0lG4tRiFFZ-tlM8Dwophg4xyrRw,148
|
|
@@ -137,7 +137,7 @@ tests/pinecone/cassettes/test_query.yaml,sha256=b5v9G3ssUy00oG63PlFUR3JErF2Js-5A
|
|
|
137
137
|
tests/pinecone/cassettes/test_upsert.yaml,sha256=neWmQ1v3d03V8WoLl8FoFeeCYImb8pxlJBWnFd_lITU,38607
|
|
138
138
|
tests/qdrant/conftest.py,sha256=9n0uHxxIjWk9fbYc4bx-uP8lSAgLBVx-cV9UjnsyCHM,381
|
|
139
139
|
tests/qdrant/test_qdrant.py,sha256=pzjAjVY2kmsmGfrI2Gs2xrolfuaNHz7l1fqGQCjp5_o,3353
|
|
140
|
-
langtrace_python_sdk-2.1.
|
|
141
|
-
langtrace_python_sdk-2.1.
|
|
142
|
-
langtrace_python_sdk-2.1.
|
|
143
|
-
langtrace_python_sdk-2.1.
|
|
140
|
+
langtrace_python_sdk-2.1.1.dist-info/METADATA,sha256=QyEMBrnv_vd8SjrZdVVtifuCLr9VlCjUKCefnT28O7c,11722
|
|
141
|
+
langtrace_python_sdk-2.1.1.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
|
|
142
|
+
langtrace_python_sdk-2.1.1.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
143
|
+
langtrace_python_sdk-2.1.1.dist-info/RECORD,,
|
|
File without changes
|
{langtrace_python_sdk-2.1.0.dist-info → langtrace_python_sdk-2.1.1.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|