Skip to content

Commit 01138e1

Browse files
authored
Merge pull request #1210 from hkad98/jkd/uv
chore: fix uv structure
2 parents d846e6f + 9dcccdb commit 01138e1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

packages/gooddata-pandas/pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ classifiers = [
4747
"Typing :: Typed",
4848
]
4949

50-
[tool.uv.sources]
51-
gooddata-sdk = { workspace = true }
52-
5350
[project.urls]
5451
Documentation = "https://gooddata-pandas.readthedocs.io/en/v1.54.0"
5552
Source = "https://github.com/gooddata/gooddata-python-sdk"

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies = [
1212
"gooddata-flight-server",
1313
"gooddata-flexconnect",
1414
"gooddata-api-client",
15+
"gooddata-pipelines",
1516
"tests-support",
1617
]
1718

@@ -25,6 +26,7 @@ gooddata-dbt = { workspace = true }
2526
gooddata-fdw = { workspace = true }
2627
gooddata-flight-server = { workspace = true }
2728
gooddata-flexconnect = { workspace = true }
29+
gooddata-pipelines = { workspace = true }
2830
tests-support = { workspace = true }
2931
gooddata-api-client = { path = "gooddata-api-client", editable = true }
3032

uv.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)