langtrace-python-sdk 3.3.12__py3-none-any.whl → 3.3.13__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/dspy/instrumentation.py +2 -2
- langtrace_python_sdk/langtrace.py +1 -1
- langtrace_python_sdk/version.py +1 -1
- {langtrace_python_sdk-3.3.12.dist-info → langtrace_python_sdk-3.3.13.dist-info}/METADATA +1 -1
- {langtrace_python_sdk-3.3.12.dist-info → langtrace_python_sdk-3.3.13.dist-info}/RECORD +8 -8
- {langtrace_python_sdk-3.3.12.dist-info → langtrace_python_sdk-3.3.13.dist-info}/WHEEL +0 -0
- {langtrace_python_sdk-3.3.12.dist-info → langtrace_python_sdk-3.3.13.dist-info}/entry_points.txt +0 -0
- {langtrace_python_sdk-3.3.12.dist-info → langtrace_python_sdk-3.3.13.dist-info}/licenses/LICENSE +0 -0
@@ -27,12 +27,12 @@ class DspyInstrumentation(BaseInstrumentor):
|
|
27
27
|
The DspyInstrumentor class represents the DSPy instrumentation"""
|
28
28
|
|
29
29
|
def instrumentation_dependencies(self) -> Collection[str]:
|
30
|
-
return ["dspy
|
30
|
+
return ["dspy >= 2.0.0"]
|
31
31
|
|
32
32
|
def _instrument(self, **kwargs):
|
33
33
|
tracer_provider = kwargs.get("tracer_provider")
|
34
34
|
tracer = get_tracer(__name__, "", tracer_provider)
|
35
|
-
version = v("dspy
|
35
|
+
version = v("dspy")
|
36
36
|
_W(
|
37
37
|
"dspy.teleprompt.bootstrap",
|
38
38
|
"BootstrapFewShot.compile",
|
@@ -275,7 +275,7 @@ def init(
|
|
275
275
|
"weaviate-client": WeaviateInstrumentation(),
|
276
276
|
"sqlalchemy": SQLAlchemyInstrumentor(),
|
277
277
|
"ollama": OllamaInstrumentor(),
|
278
|
-
"dspy
|
278
|
+
"dspy": DspyInstrumentation(),
|
279
279
|
"crewai": CrewAIInstrumentation(),
|
280
280
|
"vertexai": VertexAIInstrumentation(),
|
281
281
|
"google-cloud-aiplatform": VertexAIInstrumentation(),
|
langtrace_python_sdk/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "3.3.
|
1
|
+
__version__ = "3.3.13"
|
@@ -105,8 +105,8 @@ examples/vertexai_example/main.py,sha256=gndId5X5ksD-ycxnAWMdEqIDbLc3kz5Vt8vm4YP
|
|
105
105
|
examples/weaviate_example/__init__.py,sha256=8JMDBsRSEV10HfTd-YC7xb4txBjD3la56snk-Bbg2Kw,618
|
106
106
|
examples/weaviate_example/query_text.py,sha256=wPHQTc_58kPoKTZMygVjTj-2ZcdrIuaausJfMxNQnQc,127162
|
107
107
|
langtrace_python_sdk/__init__.py,sha256=VZM6i71NR7pBQK6XvJWRelknuTYUhqwqE7PlicKa5Wg,1166
|
108
|
-
langtrace_python_sdk/langtrace.py,sha256=
|
109
|
-
langtrace_python_sdk/version.py,sha256=
|
108
|
+
langtrace_python_sdk/langtrace.py,sha256=AN6ecuL47c5eIkgYLW-0nDyEZPaqKfOYRbw7ceZzJss,12598
|
109
|
+
langtrace_python_sdk/version.py,sha256=NrcIAr0BNQR9mCN28fqqP9XcjFrymE0bA3_rqg6Oem8,23
|
110
110
|
langtrace_python_sdk/constants/__init__.py,sha256=3CNYkWMdd1DrkGqzLUgNZXjdAlM6UFMlf_F-odAToyc,146
|
111
111
|
langtrace_python_sdk/constants/exporter/langtrace_exporter.py,sha256=d-3Qn5C_NTy1NkmdavZvy-6vePwTC5curN6QMy2haHc,50
|
112
112
|
langtrace_python_sdk/constants/instrumentation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -155,7 +155,7 @@ langtrace_python_sdk/instrumentation/crewai/__init__.py,sha256=_UBKfvQv7l0g2_wnm
|
|
155
155
|
langtrace_python_sdk/instrumentation/crewai/instrumentation.py,sha256=5Umzq8zjEnMEtjZZiMB4DQOPkxZ-1vts7RKC6JWpn24,2969
|
156
156
|
langtrace_python_sdk/instrumentation/crewai/patch.py,sha256=VoyOtGKYzaOIu7UnVNTemZeB3LrCIodrrYwmXLdxRw8,9133
|
157
157
|
langtrace_python_sdk/instrumentation/dspy/__init__.py,sha256=tM1srfi_QgyCzrde4izojMrRq2Wm7Dj5QUvVQXIJzkk,84
|
158
|
-
langtrace_python_sdk/instrumentation/dspy/instrumentation.py,sha256=
|
158
|
+
langtrace_python_sdk/instrumentation/dspy/instrumentation.py,sha256=qx2vBeuODI7rubf-0bkuNzDWu4bLI-E5uabrWTEuH6k,2923
|
159
159
|
langtrace_python_sdk/instrumentation/dspy/patch.py,sha256=H7zF4PVdtepOSpzJuEcckKUjnZQYKlY7yhn3dk6xbpY,10458
|
160
160
|
langtrace_python_sdk/instrumentation/embedchain/__init__.py,sha256=5L6n8-brMnRWZ0CMmHEuN1mrhIxrYLNtxRy0Ujc-hOY,103
|
161
161
|
langtrace_python_sdk/instrumentation/embedchain/instrumentation.py,sha256=dShwm0duy25IvL7g9I_v-2oYuyh2fadeiJqXtXBay-8,1987
|
@@ -265,8 +265,8 @@ tests/pinecone/cassettes/test_query.yaml,sha256=b5v9G3ssUy00oG63PlFUR3JErF2Js-5A
|
|
265
265
|
tests/pinecone/cassettes/test_upsert.yaml,sha256=neWmQ1v3d03V8WoLl8FoFeeCYImb8pxlJBWnFd_lITU,38607
|
266
266
|
tests/qdrant/conftest.py,sha256=9n0uHxxIjWk9fbYc4bx-uP8lSAgLBVx-cV9UjnsyCHM,381
|
267
267
|
tests/qdrant/test_qdrant.py,sha256=pzjAjVY2kmsmGfrI2Gs2xrolfuaNHz7l1fqGQCjp5_o,3353
|
268
|
-
langtrace_python_sdk-3.3.
|
269
|
-
langtrace_python_sdk-3.3.
|
270
|
-
langtrace_python_sdk-3.3.
|
271
|
-
langtrace_python_sdk-3.3.
|
272
|
-
langtrace_python_sdk-3.3.
|
268
|
+
langtrace_python_sdk-3.3.13.dist-info/METADATA,sha256=PTvFNsHskew8hssq1CAxynLul99E0Z3jZpJRPw9qXWk,15643
|
269
|
+
langtrace_python_sdk-3.3.13.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
270
|
+
langtrace_python_sdk-3.3.13.dist-info/entry_points.txt,sha256=1_b9-qvf2fE7uQNZcbUei9vLpFZBbbh9LrtGw95ssAo,70
|
271
|
+
langtrace_python_sdk-3.3.13.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
272
|
+
langtrace_python_sdk-3.3.13.dist-info/RECORD,,
|
File without changes
|
{langtrace_python_sdk-3.3.12.dist-info → langtrace_python_sdk-3.3.13.dist-info}/entry_points.txt
RENAMED
File without changes
|
{langtrace_python_sdk-3.3.12.dist-info → langtrace_python_sdk-3.3.13.dist-info}/licenses/LICENSE
RENAMED
File without changes
|