opentelemetry-instrumentation-botocore 0.55b0__tar.gz → 0.55b1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/PKG-INFO +3 -3
  2. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/pyproject.toml +2 -2
  3. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/src/opentelemetry/instrumentation/botocore/version.py +1 -1
  4. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/.gitignore +0 -0
  5. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/LICENSE +0 -0
  6. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/README.rst +0 -0
  7. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/src/opentelemetry/instrumentation/botocore/__init__.py +0 -0
  8. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/src/opentelemetry/instrumentation/botocore/environment_variables.py +0 -0
  9. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/src/opentelemetry/instrumentation/botocore/extensions/__init__.py +0 -0
  10. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/src/opentelemetry/instrumentation/botocore/extensions/_messaging.py +0 -0
  11. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/src/opentelemetry/instrumentation/botocore/extensions/bedrock.py +0 -0
  12. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/src/opentelemetry/instrumentation/botocore/extensions/bedrock_utils.py +0 -0
  13. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/src/opentelemetry/instrumentation/botocore/extensions/dynamodb.py +0 -0
  14. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/src/opentelemetry/instrumentation/botocore/extensions/lmbd.py +0 -0
  15. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/src/opentelemetry/instrumentation/botocore/extensions/sns.py +0 -0
  16. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/src/opentelemetry/instrumentation/botocore/extensions/sqs.py +0 -0
  17. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/src/opentelemetry/instrumentation/botocore/extensions/types.py +0 -0
  18. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/src/opentelemetry/instrumentation/botocore/package.py +0 -0
  19. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/src/opentelemetry/instrumentation/botocore/utils.py +0 -0
  20. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/README.md +0 -0
  21. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/__init__.py +0 -0
  22. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/bedrock_utils.py +0 -0
  23. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_converse_no_content.yaml +0 -0
  24. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_converse_no_content_different_events.yaml +0 -0
  25. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_converse_stream_close_before_consumption.yaml +0 -0
  26. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_converse_stream_handles_event_stream_error.yaml +0 -0
  27. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_converse_stream_no_content.yaml +0 -0
  28. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_converse_stream_no_content_different_events.yaml +0 -0
  29. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_converse_stream_no_content_tool_call.yaml +0 -0
  30. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_converse_stream_tool_call_parsing_errors.yaml +0 -0
  31. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_converse_stream_with_content.yaml +0 -0
  32. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_converse_stream_with_content_different_events.yaml +0 -0
  33. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_converse_stream_with_content_tool_call.yaml +0 -0
  34. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_converse_stream_with_invalid_model.yaml +0 -0
  35. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_converse_tool_call_no_content.yaml +0 -0
  36. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_converse_tool_call_with_content.yaml +0 -0
  37. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_converse_with_content.yaml +0 -0
  38. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_converse_with_content_different_events.yaml +0 -0
  39. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_converse_with_invalid_model.yaml +0 -0
  40. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_no_content[amazon.nova].yaml +0 -0
  41. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_no_content[amazon.titan].yaml +0 -0
  42. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_no_content[anthropic.claude].yaml +0 -0
  43. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_no_content[cohere.command-r].yaml +0 -0
  44. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_no_content[cohere.command].yaml +0 -0
  45. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_no_content[meta.llama].yaml +0 -0
  46. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_no_content[mistral.mistral].yaml +0 -0
  47. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_no_content_different_events[amazon.nova].yaml +0 -0
  48. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_no_content_different_events[anthropic.claude].yaml +0 -0
  49. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_no_content_tool_call[amazon.nova].yaml +0 -0
  50. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_no_content_tool_call[anthropic.claude].yaml +0 -0
  51. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_content[amazon.nova].yaml +0 -0
  52. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_content[amazon.titan].yaml +0 -0
  53. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_content[anthropic.claude].yaml +0 -0
  54. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_content[cohere.command-r].yaml +0 -0
  55. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_content[cohere.command].yaml +0 -0
  56. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_content[meta.llama].yaml +0 -0
  57. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_content[mistral.mistral].yaml +0 -0
  58. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_content_assistant_content_as_string.yaml +0 -0
  59. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_content_different_events[amazon.nova].yaml +0 -0
  60. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_content_different_events[anthropic.claude].yaml +0 -0
  61. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_content_tool_call[amazon.nova].yaml +0 -0
  62. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_content_tool_call[anthropic.claude].yaml +0 -0
  63. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_content_user_content_as_string.yaml +0 -0
  64. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_invalid_model.yaml +0 -0
  65. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_response_stream_close_before_consumption[amazon.nova].yaml +0 -0
  66. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_response_stream_close_before_consumption[amazon.titan].yaml +0 -0
  67. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_response_stream_close_before_consumption[anthropic.claude].yaml +0 -0
  68. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_response_stream_handles_stream_error.yaml +0 -0
  69. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_response_stream_invalid_model.yaml +0 -0
  70. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_response_stream_no_content[amazon.nova].yaml +0 -0
  71. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_response_stream_no_content[amazon.titan].yaml +0 -0
  72. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_response_stream_no_content[anthropic.claude].yaml +0 -0
  73. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_response_stream_no_content_different_events[amazon.nova].yaml +0 -0
  74. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_response_stream_no_content_different_events[anthropic.claude].yaml +0 -0
  75. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_response_stream_no_content_tool_call[amazon.nova].yaml +0 -0
  76. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_response_stream_no_content_tool_call[anthropic.claude].yaml +0 -0
  77. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_response_stream_with_content[amazon.nova].yaml +0 -0
  78. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_response_stream_with_content[amazon.titan].yaml +0 -0
  79. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_response_stream_with_content[anthropic.claude].yaml +0 -0
  80. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_response_stream_with_content_different_events[amazon.nova].yaml +0 -0
  81. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_response_stream_with_content_different_events[anthropic.claude].yaml +0 -0
  82. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_response_stream_with_content_tool_call[amazon.nova].yaml +0 -0
  83. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/cassettes/test_invoke_model_with_response_stream_with_content_tool_call[anthropic.claude].yaml +0 -0
  84. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/conftest.py +0 -0
  85. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/test_botocore_bedrock.py +0 -0
  86. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/test_botocore_dynamodb.py +0 -0
  87. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/test_botocore_instrumentation.py +0 -0
  88. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/test_botocore_lambda.py +0 -0
  89. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/test_botocore_messaging.py +0 -0
  90. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/test_botocore_sns.py +0 -0
  91. {opentelemetry_instrumentation_botocore-0.55b0 → opentelemetry_instrumentation_botocore-0.55b1}/tests/test_botocore_sqs.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: opentelemetry-instrumentation-botocore
3
- Version: 0.55b0
3
+ Version: 0.55b1
4
4
  Summary: OpenTelemetry Botocore instrumentation
5
5
  Project-URL: Homepage, https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-botocore
6
6
  Project-URL: Repository, https://github.com/open-telemetry/opentelemetry-python-contrib
@@ -19,9 +19,9 @@ Classifier: Programming Language :: Python :: 3.12
19
19
  Classifier: Programming Language :: Python :: 3.13
20
20
  Requires-Python: >=3.9
21
21
  Requires-Dist: opentelemetry-api~=1.30
22
- Requires-Dist: opentelemetry-instrumentation==0.55b0
22
+ Requires-Dist: opentelemetry-instrumentation==0.55b1
23
23
  Requires-Dist: opentelemetry-propagator-aws-xray~=1.0
24
- Requires-Dist: opentelemetry-semantic-conventions==0.55b0
24
+ Requires-Dist: opentelemetry-semantic-conventions==0.55b1
25
25
  Provides-Extra: instruments
26
26
  Requires-Dist: botocore~=1.0; extra == 'instruments'
27
27
  Description-Content-Type: text/x-rst
@@ -26,8 +26,8 @@ classifiers = [
26
26
  ]
27
27
  dependencies = [
28
28
  "opentelemetry-api ~= 1.30",
29
- "opentelemetry-instrumentation == 0.55b0",
30
- "opentelemetry-semantic-conventions == 0.55b0",
29
+ "opentelemetry-instrumentation == 0.55b1",
30
+ "opentelemetry-semantic-conventions == 0.55b1",
31
31
  "opentelemetry-propagator-aws-xray ~= 1.0",
32
32
  ]
33
33
 
@@ -12,4 +12,4 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
- __version__ = "0.55b0"
15
+ __version__ = "0.55b1"