Skip to content

Commit 9554e0d

Browse files
author
EGOROV Vadim
committed
fix pyroscope
1 parent 1cd3f63 commit 9554e0d

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
"rich>=13",
4242
"sentry-sdk>=2.7",
4343
"structlog>=24",
44-
"pyroscope-io; platform_system != 'Windows'",
44+
"pyroscope-io<=1.0.0; platform_system != 'Windows'",
4545
"opentelemetry-distro[otlp]>=0.54b1",
4646
"opentelemetry-instrumentation-aio-pika>=0.54b1",
4747
"opentelemetry-instrumentation-aiohttp-client>=0.54b1",
@@ -94,10 +94,17 @@ dev = [
9494
requires = ["uv_build"]
9595
build-backend = "uv_build"
9696

97+
[[tool.uv.index]]
98+
url = "https://artifactory.raiffeisen.ru/artifactory/api/pypi/remote-pypi/simple"
99+
97100
[tool.uv.build-backend]
98101
module-name = "microbootstrap"
99102
module-root = ""
100103

104+
[[tool.uv.index]]
105+
url = "https://pypi.org/simple"
106+
default = true
107+
101108
[tool.mypy]
102109
plugins = ["pydantic.mypy"]
103110
files = ["microbootstrap", "tests"]

0 commit comments

Comments
 (0)