Skip to content

Commit bfafda5

Browse files
committed
fix(sdk): bump pydantic to >=2
1 parent d3e92be commit bfafda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/traceloop-sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ opentelemetry-instrumentation-groq = { path = "../opentelemetry-instrumentation-
6868
opentelemetry-instrumentation-mcp = { path = "../opentelemetry-instrumentation-mcp", develop = true }
6969
colorama = "^0.4.6"
7070
tenacity = ">=8.2.3, <10.0"
71-
pydantic = ">=1"
71+
pydantic = ">=2"
7272
jinja2 = "^3.1.5"
7373
deprecated = "^1.2.14"
7474
aiohttp = "^3.11.11"

0 commit comments

Comments
 (0)