mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-08 18:51:37 -05:00
Merge pull request #1060 from bouk/otel
overrides: add some more opentelemetry packages
This commit is contained in:
commit
477e67ed03
1 changed files with 21 additions and 1 deletions
|
@ -10335,6 +10335,16 @@
|
||||||
"from": "0.34b0"
|
"from": "0.34b0"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"opentelemetry-instrumentation-asgi": [
|
||||||
|
{
|
||||||
|
"buildSystem": "setuptools",
|
||||||
|
"until": "0.34b0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"buildSystem": "hatchling",
|
||||||
|
"from": "0.34b0"
|
||||||
|
}
|
||||||
|
],
|
||||||
"opentelemetry-instrumentation-asyncpg": [
|
"opentelemetry-instrumentation-asyncpg": [
|
||||||
{
|
{
|
||||||
"buildSystem": "setuptools",
|
"buildSystem": "setuptools",
|
||||||
|
@ -10345,6 +10355,16 @@
|
||||||
"from": "0.34b0"
|
"from": "0.34b0"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"opentelemetry-instrumentation-fastapi": [
|
||||||
|
{
|
||||||
|
"buildSystem": "setuptools",
|
||||||
|
"until": "0.34b0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"buildSystem": "hatchling",
|
||||||
|
"from": "0.34b0"
|
||||||
|
}
|
||||||
|
],
|
||||||
"opentelemetry-instrumentation-httpx": [
|
"opentelemetry-instrumentation-httpx": [
|
||||||
{
|
{
|
||||||
"buildSystem": "setuptools",
|
"buildSystem": "setuptools",
|
||||||
|
@ -10392,7 +10412,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"buildSystem": "hatchling",
|
"buildSystem": "hatchling",
|
||||||
"from": "0.34b0"
|
"from": "0.33b0"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"opentimestamps": [
|
"opentimestamps": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue