Skip to content

Commit 925e86c

Browse files
deps: update pyprojects to use 1.* version of garf and update requirements files
1 parent 69b0a4c commit 925e86c

File tree

14 files changed

+475
-317
lines changed

14 files changed

+475
-317
lines changed

.github/workflows/publish_garf_google_analytics.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
4141
- name: Build the package
4242
if: steps.version_check.outputs.should_publish == 'true'
43-
run: uv build libs/community/google/google-analytics/
43+
run: uv build libs/community/google/analytics/
4444

4545
- name: Publish to PyPI
4646
if: steps.version_check.outputs.should_publish == 'true'
47-
run: uv publish libs/community/google/google-analytics/dist/*
47+
run: uv publish libs/community/google/analytics/dist/*

libs/community/google/ads/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "garf-google-ads"
77
dependencies = [
8-
"garf-core",
9-
"garf-io",
8+
"garf-core>=1.0.0",
9+
"garf-io>=1.0.0",
1010
"google-ads",
1111
"tenacity",
1212
]
@@ -19,7 +19,7 @@ requires-python = ">=3.9"
1919
description = "Garf implementation for Google Ads API"
2020
readme = "README.md"
2121
classifiers = [
22-
"Development Status :: 2 - Pre-Alpha",
22+
"Development Status :: 4 - Beta",
2323
"Programming Language :: Python"
2424
]
2525

libs/community/google/analytics/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "garf-google-analytics"
77
dependencies = [
8-
"garf-core",
9-
"garf-io",
8+
"garf-core>=1.0.0",
9+
"garf-io>=1.0.0",
1010
"google-analytics-data",
1111
]
1212
authors = [
@@ -17,7 +17,7 @@ requires-python = ">=3.8"
1717
description = "Garf implementation for Google Analytics API"
1818
readme = "README.md"
1919
classifiers = [
20-
"Development Status :: 2 - Pre-Alpha",
20+
"Development Status :: 4 - Beta",
2121
"Programming Language :: Python"
2222
]
2323

libs/community/google/bid-manager/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "garf-bid-manager"
77
dependencies = [
8-
"garf-core",
9-
"garf-io",
8+
"garf-core>=1.0.0",
9+
"garf-io>=1.0.0",
1010
"google-api-python-client",
1111
"google_auth_oauthlib",
1212
"tenacity",
@@ -20,7 +20,7 @@ requires-python = ">=3.9"
2020
description = "Garf implementation for Google Bid Manager API"
2121
readme = "README.md"
2222
classifiers = [
23-
"Development Status :: 2 - Pre-Alpha",
23+
"Development Status :: 4 - Beta",
2424
"Programming Language :: Python"
2525
]
2626

libs/community/google/knowledge-graph/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "garf-knowledge-graph-api"
77
dependencies = [
8-
"garf-core",
9-
"garf-io",
8+
"garf-core>=1.0.0",
9+
"garf-io>=1.0.0",
1010
"google-api-python-client",
1111
]
1212
authors = [

libs/community/google/merchant/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "garf-merchant-api"
77
dependencies = [
8-
"garf-core",
9-
"garf-io",
8+
"garf-core>=1.0.0",
9+
"garf-io>=1.0.0",
1010
"google-shopping-merchant-reports",
1111
]
1212
authors = [

libs/core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ all = [
5757

5858
[tool.setuptools.packages.find]
5959
where = ["."]
60-
include=["garf_core", "garf"]
60+
include=["garf_core*", "garf.*"]

libs/executors/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "garf-executors"
77
dependencies = [
8-
"garf-core",
9-
"garf-io",
8+
"garf-core>=1.0.0",
9+
"garf-io>=1.0.0",
1010
"pyyaml",
1111
"pydantic",
1212
"opentelemetry-api",

libs/executors/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
garf-executors[server]
1+
garf-executors[server]>=1.0.0

libs/executors/requirements.txt

Lines changed: 352 additions & 192 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)