Skip to content

Commit

Permalink
Update rowerowe_gminy dependency to include otel support in pyproject…
Browse files Browse the repository at this point in the history
….toml
  • Loading branch information
Mikołaj Nowak committed Dec 27, 2024
1 parent b73e0a7 commit e0c44dd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
22 changes: 11 additions & 11 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,13 @@ geobase = [
otel = [
"opentelemetry-distro>=0.48b0",
"opentelemetry-exporter-otlp>=1.27.0",
"opentelemetry-sdk>=1.28.2",
]
scrap = ["pandas>=2.2.2", "lxml>=5.3.0", "beautifulsoup4>=4.12.3"]
wha = [
"litestar[standard, opentelemetry]>=2.11.0",
"nats-py[nkeys]>=2.9.0",
"rowerowe_gminy[db-common]",
"rowerowe_gminy[db-common, otel]",
]
wkk = [
"polyline>=2.0.2",
Expand All @@ -65,7 +66,7 @@ worker = [
"faststream[nats, otel]>=0.5.25",
"click>=8.1.7",
"nats-py[nkeys,aiohttp]>=2.9.0",
"rowerowe_gminy[geobase]",
"rowerowe_gminy[geobase, otel]",
]

[build-system]
Expand Down

0 comments on commit e0c44dd

Please sign in to comment.