Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit 0efad4e

Browse files
committed
fix: remove breakpoint
1 parent 85645ab commit 0efad4e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

literalai/callback/openai_agents_processor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ def _extract_response_span_data(span_data: ResponseSpanData) -> Dict[str, Any]:
143143

144144
def _extract_agent_span_data(span_data: AgentSpanData) -> Dict[str, Any]:
145145
"""Extract data from an agent span."""
146-
breakpoint()
147146
return {
148147
"inputs": force_dict(
149148
ensure_values_serializable(getattr(span_data, "input", None))

literalai/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.201"
1+
__version__ = "0.1.202"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="literalai",
5-
version="0.1.201", # update version in literalai/version.py
5+
version="0.1.202", # update version in literalai/version.py
66
description="An SDK for observability in Python applications",
77
long_description=open("README.md").read(),
88
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)