langtrace-python-sdk 2.2.13__py3-none-any.whl → 2.2.14__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/gemini/instrumentation.py +1 -1
- langtrace_python_sdk/version.py +1 -1
- {langtrace_python_sdk-2.2.13.dist-info → langtrace_python_sdk-2.2.14.dist-info}/METADATA +1 -1
- {langtrace_python_sdk-2.2.13.dist-info → langtrace_python_sdk-2.2.14.dist-info}/RECORD +7 -7
- {langtrace_python_sdk-2.2.13.dist-info → langtrace_python_sdk-2.2.14.dist-info}/WHEEL +0 -0
- {langtrace_python_sdk-2.2.13.dist-info → langtrace_python_sdk-2.2.14.dist-info}/entry_points.txt +0 -0
- {langtrace_python_sdk-2.2.13.dist-info → langtrace_python_sdk-2.2.14.dist-info}/licenses/LICENSE +0 -0
|
@@ -14,7 +14,7 @@ class GeminiInstrumentation(BaseInstrumentor):
|
|
|
14
14
|
def _instrument(self, **kwargs):
|
|
15
15
|
trace_provider = kwargs.get("tracer_provider")
|
|
16
16
|
tracer = get_tracer(__name__, "", trace_provider)
|
|
17
|
-
version = v("google-
|
|
17
|
+
version = v("google-generativeai")
|
|
18
18
|
|
|
19
19
|
for _, api_config in APIS.items():
|
|
20
20
|
module = api_config.get("module")
|
langtrace_python_sdk/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "2.2.
|
|
1
|
+
__version__ = "2.2.14"
|
|
@@ -62,7 +62,7 @@ examples/weaviate_example/__init__.py,sha256=8JMDBsRSEV10HfTd-YC7xb4txBjD3la56sn
|
|
|
62
62
|
examples/weaviate_example/query_text.py,sha256=sG8O-bXQpflBAiYpgE_M2X7GcHUlZNgl_wJW8_h-W6Q,127024
|
|
63
63
|
langtrace_python_sdk/__init__.py,sha256=VZM6i71NR7pBQK6XvJWRelknuTYUhqwqE7PlicKa5Wg,1166
|
|
64
64
|
langtrace_python_sdk/langtrace.py,sha256=1L0IjME-pzEYht92QfwByPZr3H1MClTrqQdoN1KyKJY,7689
|
|
65
|
-
langtrace_python_sdk/version.py,sha256=
|
|
65
|
+
langtrace_python_sdk/version.py,sha256=lhjEB3Y2vk3gZBaVGeGthDSSummeOI8kw3jJM6KgoaM,22
|
|
66
66
|
langtrace_python_sdk/constants/__init__.py,sha256=P8QvYwt5czUNDZsKS64vxm9Dc41ptGbuF1TFtAF6nv4,44
|
|
67
67
|
langtrace_python_sdk/constants/exporter/langtrace_exporter.py,sha256=5MNjnAOg-4am78J3gVMH6FSwq5N8TOj72ugkhsw4vi0,46
|
|
68
68
|
langtrace_python_sdk/constants/instrumentation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -98,7 +98,7 @@ langtrace_python_sdk/instrumentation/dspy/__init__.py,sha256=tM1srfi_QgyCzrde4iz
|
|
|
98
98
|
langtrace_python_sdk/instrumentation/dspy/instrumentation.py,sha256=o8URiDvCbZ8LL0I-4xKHkn_Ms2sETBRpn-gOliv3xzQ,2929
|
|
99
99
|
langtrace_python_sdk/instrumentation/dspy/patch.py,sha256=E2P3MJBQ71or4M6BsvZOwYFtJK1UdTsYkdxVj9fSWPs,9869
|
|
100
100
|
langtrace_python_sdk/instrumentation/gemini/__init__.py,sha256=ilWmKA4Li-g3DX6R10WQ4v-51VljxToEnJpOQoQB5uQ,88
|
|
101
|
-
langtrace_python_sdk/instrumentation/gemini/instrumentation.py,sha256=
|
|
101
|
+
langtrace_python_sdk/instrumentation/gemini/instrumentation.py,sha256=eGWr2dy1f_9TVZiXSH_MlNQINyS4I28EsOTKREdMVio,1304
|
|
102
102
|
langtrace_python_sdk/instrumentation/gemini/patch.py,sha256=XtsxD9vbe4lv4o8K8iRb9K1-U8DrjtUG6rWCYkCdJuc,6315
|
|
103
103
|
langtrace_python_sdk/instrumentation/groq/__init__.py,sha256=ZXeq_nrej6Lm_uoMFEg8wbSejhjB2UJ5IoHQBPc2-C0,91
|
|
104
104
|
langtrace_python_sdk/instrumentation/groq/instrumentation.py,sha256=Ttf07XVKhdYY1_fqJc7QWiSdmgEhEVyQB_3Az2_wqYo,1832
|
|
@@ -188,8 +188,8 @@ tests/pinecone/cassettes/test_query.yaml,sha256=b5v9G3ssUy00oG63PlFUR3JErF2Js-5A
|
|
|
188
188
|
tests/pinecone/cassettes/test_upsert.yaml,sha256=neWmQ1v3d03V8WoLl8FoFeeCYImb8pxlJBWnFd_lITU,38607
|
|
189
189
|
tests/qdrant/conftest.py,sha256=9n0uHxxIjWk9fbYc4bx-uP8lSAgLBVx-cV9UjnsyCHM,381
|
|
190
190
|
tests/qdrant/test_qdrant.py,sha256=pzjAjVY2kmsmGfrI2Gs2xrolfuaNHz7l1fqGQCjp5_o,3353
|
|
191
|
-
langtrace_python_sdk-2.2.
|
|
192
|
-
langtrace_python_sdk-2.2.
|
|
193
|
-
langtrace_python_sdk-2.2.
|
|
194
|
-
langtrace_python_sdk-2.2.
|
|
195
|
-
langtrace_python_sdk-2.2.
|
|
191
|
+
langtrace_python_sdk-2.2.14.dist-info/METADATA,sha256=8jP7aKSniagZM_T8qPBhLB_44ypGdUtDiy9QU7rcPhw,14705
|
|
192
|
+
langtrace_python_sdk-2.2.14.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
|
193
|
+
langtrace_python_sdk-2.2.14.dist-info/entry_points.txt,sha256=1_b9-qvf2fE7uQNZcbUei9vLpFZBbbh9LrtGw95ssAo,70
|
|
194
|
+
langtrace_python_sdk-2.2.14.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
195
|
+
langtrace_python_sdk-2.2.14.dist-info/RECORD,,
|
|
File without changes
|
{langtrace_python_sdk-2.2.13.dist-info → langtrace_python_sdk-2.2.14.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.13.dist-info → langtrace_python_sdk-2.2.14.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|