Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

Commit 0403e65

Browse files
authored
fix dependencies versions (#17)
Co-authored-by: akhatre <akhatre@users.noreply.github.com>
1 parent 9b3cb8b commit 0403e65

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "overmind"
3-
version = "0.1.16"
3+
version = "0.1.17"
44
description = "Python client for Overmind API"
55
authors = ["Overmind Ltd"]
66
readme = "README.md"
@@ -32,8 +32,8 @@ langgraph = "^0.5.4"
3232
opentelemetry-exporter-otlp-proto-http = "^1.35.0"
3333
opentelemetry-instrumentation-fastapi = "^0.60b1"
3434
# Dependencies for vendored opentelemetry-instrumentation-openai (patched)
35-
opentelemetry-instrumentation = ">=0.59b0"
36-
opentelemetry-semantic-conventions = ">=0.59b0"
35+
opentelemetry-instrumentation = ">=0.60b1"
36+
opentelemetry-semantic-conventions = ">=0.60b1"
3737
opentelemetry-semantic-conventions-ai = "^0.4.13"
3838
wrapt = "^1.14.0"
3939
typing-extensions = "^4.0.0"

0 commit comments

Comments
 (0)