forked from open-telemetry/opentelemetry-python-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test packages that are released individually with lowest versions the…
…y support (open-telemetry#2961)
- Loading branch information
Showing
16 changed files
with
1,669 additions
and
1,146 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
instrumentation-genai/opentelemetry-instrumentation-openai-v2/test-requirements-0.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
openai==1.26.0 | ||
pydantic==2.8.2 | ||
Deprecated==1.2.14 | ||
importlib-metadata==6.11.0 | ||
packaging==24.0 | ||
pytest==7.4.4 | ||
pytest-vcr==1.0.2 | ||
wrapt==1.16.0 | ||
opentelemetry-api==1.28 # when updating, also update in pyproject.toml | ||
opentelemetry-sdk==1.28 # when updating, also update in pyproject.toml | ||
opentelemetry-semantic-conventions==0.49b0 # when updating, also update in pyproject.toml | ||
|
||
-e instrumentation-genai/opentelemetry-instrumentation-openai-v2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
propagator/opentelemetry-propagator-aws-xray/test-requirements-0.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
asgiref==3.8.1 | ||
certifi==2024.7.4 | ||
charset-normalizer==3.3.2 | ||
Deprecated==1.2.14 | ||
idna==3.7 | ||
iniconfig==2.0.0 | ||
packaging==24.0 | ||
pluggy==1.5.0 | ||
py-cpuinfo==9.0.0 | ||
pytest==7.4.4 | ||
pytest-benchmark==4.0.0 | ||
requests==2.32.3 | ||
tomli==2.0.1 | ||
typing_extensions==4.12.2 | ||
urllib3==2.2.2 | ||
wrapt==1.16.0 | ||
zipp==3.19.2 | ||
opentelemetry-api==1.16 # when updating, also update in pyproject.toml | ||
opentelemetry-sdk==1.16 # when updating, also update in pyproject.toml | ||
|
||
-e propagator/opentelemetry-propagator-aws-xray |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
resource/opentelemetry-resource-detector-azure/test-requirements-0.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
asgiref==3.8.1 | ||
Deprecated==1.2.14 | ||
iniconfig==2.0.0 | ||
packaging==24.0 | ||
pluggy==1.5.0 | ||
py-cpuinfo==9.0.0 | ||
pytest==7.4.4 | ||
typing_extensions==4.12.2 | ||
wrapt==1.16.0 | ||
zipp==3.19.2 | ||
opentelemetry-api==1.21 # when updating, also update in pyproject.toml | ||
opentelemetry-sdk==1.21 # when updating, also update in pyproject.toml | ||
opentelemetry-instrumentation==0.44b0 # when updating, also update in pyproject.toml | ||
|
||
-e resource/opentelemetry-resource-detector-azure |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
sdk-extension/opentelemetry-sdk-extension-aws/test-requirements-1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
asgiref==3.8.1 | ||
Deprecated==1.2.14 | ||
iniconfig==2.0.0 | ||
packaging==24.0 | ||
pluggy==1.5.0 | ||
py-cpuinfo==9.0.0 | ||
pytest==7.4.4 | ||
pytest-benchmark==4.0.0 | ||
tomli==2.0.1 | ||
typing_extensions==4.12.2 | ||
wrapt==1.16.0 | ||
zipp==3.19.2 | ||
# test with the latest version of opentelemetry-api, sdk, and semantic conventions | ||
|
||
-e sdk-extension/opentelemetry-sdk-extension-aws |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters