Skip to content

Commit

Permalink
release files
Browse files Browse the repository at this point in the history
  • Loading branch information
cjunkin committed Jan 17, 2025
1 parent 1c6deba commit 5bbc78b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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
Expand Down Expand Up @@ -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:.}
Expand Down
4 changes: 4 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}

0 comments on commit 5bbc78b

Please sign in to comment.