open-telemetry / open-telemetry/opentelemetry-python
Failed to resolve this package in environment where pre-releases are not allowed.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.6k
- Forks
- 1k
- Avg merge
- 4d 15h
- Merged PRs (30d)
- 19
Description
Describe your environment
OS: MacOS
Python version: 3.11
SDK version: 1.27
API version: 1.27
What happened?
opentelemetry-semantic-conventions package is published with version like 0.48b0, which treated as BETA version.
https://packaging.python.org/en/latest/discussions/versioning/
This package also is a peer dependency from apache-airflow.
As a result, opentelemetry-semantic-conventions package can't be resolved in the environments where pre-release packages are not allowed.
Steps to Reproduce
We use PDM.
pdm init
Add the following section to the pyproject.toml
[tool.pdm.resolution]
allow-prereleases = false
then run
pdm add opentelemetry-semantic-conventions==0.48b0
Expected Result
Package resolved and installed.
This will work if package version will not include b0 suffix, so instead of 0.48b0 it should be 0.48.
Actual Result
❯ pdm add opentelemetry-semantic-conventions==0.48b0
Adding packages to default dependencies: opentelemetry-semantic-conventions==0.48b0
0:00:00 🔒 Lock failed. ERROR: Unable to find a resolution for opentelemetry-semantic-conventions
Please make sure the package name is correct.
0:00:00 🔒 Lock failed.
See /Users/XXXX/Library/Logs/pdm/pdm-lock-58p93c2u.log for detailed debug log.
[ResolutionImpossible]: Unable to find a resolution
WARNING: Add '-v' to see the detailed traceback
Additional context
No response
Would you like to implement a fix?
None
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the resolution failure with PDM using the provided pyproject.toml setting and opentelemetry-semantic-conventions==0.48b0 command. Trace where this package version is defined and verify that the published version can resolve when prereleases are disallowed; done means the package no longer requires the b0 suffix for this release.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- release
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100