File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 = [
9494requires = [" uv_build" ]
9595build-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 ]
98101module-name = " microbootstrap"
99102module-root = " "
100103
104+ [[tool .uv .index ]]
105+ url = " https://pypi.org/simple"
106+ default = true
107+
101108[tool .mypy ]
102109plugins = [" pydantic.mypy" ]
103110files = [" microbootstrap" , " tests" ]
You can’t perform that action at this time.
0 commit comments