Openai release branch: cherry-pick #2961 and core-version update from main (#2974)

This commit is contained in:
Liudmila Molkova
2024-11-07 15:53:20 -08:00
committed by GitHub
parent f877ac5e4f
commit 781fdd247f
142 changed files with 1332 additions and 1129 deletions

View File

@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
- Update `opentelemetry-api` version to 1.16
([#2961](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2961))
## Version 1.0.2 (2024-08-05)
See [common CHANGELOG](../../CHANGELOG.md) for the changes in this and prior versions.

View File

@ -25,7 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"opentelemetry-api ~= 1.12",
"opentelemetry-api ~= 1.16",
]
[project.entry-points.opentelemetry_propagator]

View File

@ -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

View File

@ -15,4 +15,6 @@ typing_extensions==4.12.2
urllib3==2.2.2
wrapt==1.16.0
zipp==3.19.2
# test with the latest version of opentelemetry-api, sdk, and semantic conventions
-e propagator/opentelemetry-propagator-aws-xray

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.49b0.dev"
__version__ = "0.50b0.dev"