langtrace-python-sdk 2.3.17__py3-none-any.whl → 2.3.18__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/anthropic/patch.py +1 -1
- langtrace_python_sdk/version.py +1 -1
- {langtrace_python_sdk-2.3.17.dist-info → langtrace_python_sdk-2.3.18.dist-info}/METADATA +1 -1
- {langtrace_python_sdk-2.3.17.dist-info → langtrace_python_sdk-2.3.18.dist-info}/RECORD +7 -7
- {langtrace_python_sdk-2.3.17.dist-info → langtrace_python_sdk-2.3.18.dist-info}/WHEEL +0 -0
- {langtrace_python_sdk-2.3.17.dist-info → langtrace_python_sdk-2.3.18.dist-info}/entry_points.txt +0 -0
- {langtrace_python_sdk-2.3.17.dist-info → langtrace_python_sdk-2.3.18.dist-info}/licenses/LICENSE +0 -0
@@ -112,7 +112,7 @@ def messages_create(version: str, tracer: Tracer) -> Callable[..., Any]:
|
|
112
112
|
if typ == "text":
|
113
113
|
content = result.content[0].text
|
114
114
|
set_event_completion(
|
115
|
-
span, [{"type": typ, role: role, content: content}]
|
115
|
+
span, [{"type": typ, "role": role, "content": content}]
|
116
116
|
)
|
117
117
|
|
118
118
|
if (
|
langtrace_python_sdk/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "2.3.
|
1
|
+
__version__ = "2.3.18"
|
@@ -92,7 +92,7 @@ examples/weaviate_example/__init__.py,sha256=8JMDBsRSEV10HfTd-YC7xb4txBjD3la56sn
|
|
92
92
|
examples/weaviate_example/query_text.py,sha256=wPHQTc_58kPoKTZMygVjTj-2ZcdrIuaausJfMxNQnQc,127162
|
93
93
|
langtrace_python_sdk/__init__.py,sha256=VZM6i71NR7pBQK6XvJWRelknuTYUhqwqE7PlicKa5Wg,1166
|
94
94
|
langtrace_python_sdk/langtrace.py,sha256=sNCOHq5dBsNAHkNLB9VsR-FgbnrQ_2Tjo7jiyR8svgk,8218
|
95
|
-
langtrace_python_sdk/version.py,sha256=
|
95
|
+
langtrace_python_sdk/version.py,sha256=mD-SDEtLNvyI2ufgzrAVc4SMA1MwfclBcYr9hOIt7Qo,23
|
96
96
|
langtrace_python_sdk/constants/__init__.py,sha256=3CNYkWMdd1DrkGqzLUgNZXjdAlM6UFMlf_F-odAToyc,146
|
97
97
|
langtrace_python_sdk/constants/exporter/langtrace_exporter.py,sha256=5MNjnAOg-4am78J3gVMH6FSwq5N8TOj72ugkhsw4vi0,46
|
98
98
|
langtrace_python_sdk/constants/instrumentation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -116,7 +116,7 @@ langtrace_python_sdk/extensions/langtrace_filesystem.py,sha256=34fZutG28EJ66l67O
|
|
116
116
|
langtrace_python_sdk/instrumentation/__init__.py,sha256=2ZSUFvF1Lv15PQvPGk8a_RiukjFKWOM5esDot5ZOkbo,1622
|
117
117
|
langtrace_python_sdk/instrumentation/anthropic/__init__.py,sha256=donrurJAGYlxrSRA3BIf76jGeUcAx9Tq8CVpah68S0Y,101
|
118
118
|
langtrace_python_sdk/instrumentation/anthropic/instrumentation.py,sha256=ndXdruI0BG7n75rsuEpKjfzePxrZxg40gZ39ONmD_v4,1845
|
119
|
-
langtrace_python_sdk/instrumentation/anthropic/patch.py,sha256=
|
119
|
+
langtrace_python_sdk/instrumentation/anthropic/patch.py,sha256=xVfWvULInOx_1dlC0phJsetDpN5cg8Dmma9hVlUHpSY,5234
|
120
120
|
langtrace_python_sdk/instrumentation/anthropic/types.py,sha256=WdeXe2tkjAisMLK38STKwVe7MJS5SLoETJ_aKhA_-UU,2463
|
121
121
|
langtrace_python_sdk/instrumentation/autogen/__init__.py,sha256=unDhpqWQIdHFw24lRsRu1Mm1NCZxZgyBrPRZrAJL3Lo,90
|
122
122
|
langtrace_python_sdk/instrumentation/autogen/instrumentation.py,sha256=0aUPPRtFkGBB2C7PYR3Myt8JHgze5vs93iCMqj2QN0E,1518
|
@@ -231,8 +231,8 @@ tests/pinecone/cassettes/test_query.yaml,sha256=b5v9G3ssUy00oG63PlFUR3JErF2Js-5A
|
|
231
231
|
tests/pinecone/cassettes/test_upsert.yaml,sha256=neWmQ1v3d03V8WoLl8FoFeeCYImb8pxlJBWnFd_lITU,38607
|
232
232
|
tests/qdrant/conftest.py,sha256=9n0uHxxIjWk9fbYc4bx-uP8lSAgLBVx-cV9UjnsyCHM,381
|
233
233
|
tests/qdrant/test_qdrant.py,sha256=pzjAjVY2kmsmGfrI2Gs2xrolfuaNHz7l1fqGQCjp5_o,3353
|
234
|
-
langtrace_python_sdk-2.3.
|
235
|
-
langtrace_python_sdk-2.3.
|
236
|
-
langtrace_python_sdk-2.3.
|
237
|
-
langtrace_python_sdk-2.3.
|
238
|
-
langtrace_python_sdk-2.3.
|
234
|
+
langtrace_python_sdk-2.3.18.dist-info/METADATA,sha256=VJScOd2S8TQoAooEiqHlsm7o6IMayM3z7f2-dUOEv9E,15380
|
235
|
+
langtrace_python_sdk-2.3.18.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
236
|
+
langtrace_python_sdk-2.3.18.dist-info/entry_points.txt,sha256=1_b9-qvf2fE7uQNZcbUei9vLpFZBbbh9LrtGw95ssAo,70
|
237
|
+
langtrace_python_sdk-2.3.18.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
238
|
+
langtrace_python_sdk-2.3.18.dist-info/RECORD,,
|
File without changes
|
{langtrace_python_sdk-2.3.17.dist-info → langtrace_python_sdk-2.3.18.dist-info}/entry_points.txt
RENAMED
File without changes
|
{langtrace_python_sdk-2.3.17.dist-info → langtrace_python_sdk-2.3.18.dist-info}/licenses/LICENSE
RENAMED
File without changes
|