Skip to content

Commit fbb8ee7

Browse files
Release 2.2.4 (#253)
* remove logs * remove requirements * Bump version * DSPy - Bugfixes and update to dspy-ai (#246) * Bugfix DSPy instrumentation * Add example for parallel execution * Bump version * chore: add back openai tool choice arg (#245) * chore: add back openai tool choice arg * style: fix formating * Allow DSPy span naming (#249) * Update example * Allow span naming using langtrace.span.name * Bump version * Bump trace attributes --------- Co-authored-by: darshit-s3 <[email protected]>
1 parent a8c6cc4 commit fbb8ee7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers=[
1818
"Operating System :: OS Independent",
1919
]
2020
dependencies = [
21-
'trace-attributes>=6.0.0,<7.0.0',
21+
'trace-attributes>=6.0.3,<7.0.0',
2222
'opentelemetry-api>=1.25.0',
2323
'opentelemetry-sdk>=1.25.0',
2424
'opentelemetry-instrumentation>=0.46b0',
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.2.3"
1+
__version__ = "2.2.4"

0 commit comments

Comments
 (0)