diff --git a/python/tox.ini b/python/tox.ini index 61002a953..931c93e8a 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -19,6 +19,7 @@ envlist = ; py3{9,12}-ci-instructor py3{8,12}-ci-{anthropic,anthropic-latest} py3{10,13}-ci-{smolagents,smolagents-latest} + py3{8,12}-ci-{smolagents,smolagents-latest} py38-mypy-langchain_core [testenv] @@ -45,6 +46,7 @@ changedir = instructor: instrumentation/openinference-instrumentation-instructor/ anthropic: instrumentation/openinference-instrumentation-anthropic/ smolagents: instrumentation/openinference-instrumentation-smolagents/ + autogen: instrumentation/openinference-instrumentation-autogen/ commands_pre = instrumentation: uv pip install --reinstall {toxinidir}/openinference-instrumentation[test] semconv: uv pip install --reinstall {toxinidir}/openinference-semantic-conventions @@ -87,6 +89,7 @@ commands_pre = anthropic: uv pip install -r test-requirements.txt anthropic-latest: uv pip install -U anthropic 'httpx<0.28' smolagents: uv pip install --reinstall {toxinidir}/instrumentation/openinference-instrumentation-smolagents[test] + autogen: uv pip install --reinstall {toxinidir}/instrumentation/openinference-instrumentation-autogen[test] commands = ruff: ruff format {posargs:.} ruff: ruff check --fix {posargs:.} diff --git a/release-please-config.json b/release-please-config.json index 1955fcf2d..95e8c2c23 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -70,6 +70,10 @@ "python/instrumentation/openinference-instrumentation-smolagents": { "package-name": "python-openinference-instrumentation-smolagents", "release-type": "python" + }, + "python/instrumentation/openinference-instrumentation-autogen": { + "package-name": "python-openinference-instrumentation-autogen", + "release-type": "python" } } }