We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ead3b commit b4896b3Copy full SHA for b4896b3
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "agntcy-app-sdk"
3
-version = "0.1.5"
+version = "0.1.6"
4
description = "Agntcy Application SDK for Python"
5
authors = [{ name = "Cody Hartsook", email = "[email protected]" }]
6
requires-python = "~=3.12"
@@ -15,7 +15,7 @@ dependencies = [
15
"slim-bindings==0.3.6",
16
"mcp[cli]>=1.10.1",
17
"httpx>=0.28.1",
18
- "ioa-observe-sdk==1.0.12",
+ "ioa-observe-sdk==1.0.15",
19
"opentelemetry-instrumentation-requests>=0.54b1",
20
"opentelemetry-instrumentation-starlette>=0.54b0",
21
"asgi-lifespan>=2.1.0",
0 commit comments