File tree Expand file tree Collapse file tree 14 files changed +475
-317
lines changed
Expand file tree Collapse file tree 14 files changed +475
-317
lines changed Original file line number Diff line number Diff line change 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/*
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ build-backend = "setuptools.build_meta"
55[project ]
66name = " garf-google-ads"
77dependencies = [
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"
1919description = " Garf implementation for Google Ads API"
2020readme = " README.md"
2121classifiers = [
22- " Development Status :: 2 - Pre-Alpha " ,
22+ " Development Status :: 4 - Beta " ,
2323 " Programming Language :: Python"
2424]
2525
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ build-backend = "setuptools.build_meta"
55[project ]
66name = " garf-google-analytics"
77dependencies = [
8- " garf-core" ,
9- " garf-io" ,
8+ " garf-core>=1.0.0 " ,
9+ " garf-io>=1.0.0 " ,
1010 " google-analytics-data" ,
1111]
1212authors = [
@@ -17,7 +17,7 @@ requires-python = ">=3.8"
1717description = " Garf implementation for Google Analytics API"
1818readme = " README.md"
1919classifiers = [
20- " Development Status :: 2 - Pre-Alpha " ,
20+ " Development Status :: 4 - Beta " ,
2121 " Programming Language :: Python"
2222]
2323
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ build-backend = "setuptools.build_meta"
55[project ]
66name = " garf-bid-manager"
77dependencies = [
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"
2020description = " Garf implementation for Google Bid Manager API"
2121readme = " README.md"
2222classifiers = [
23- " Development Status :: 2 - Pre-Alpha " ,
23+ " Development Status :: 4 - Beta " ,
2424 " Programming Language :: Python"
2525]
2626
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ build-backend = "setuptools.build_meta"
55[project ]
66name = " garf-knowledge-graph-api"
77dependencies = [
8- " garf-core" ,
9- " garf-io" ,
8+ " garf-core>=1.0.0 " ,
9+ " garf-io>=1.0.0 " ,
1010 " google-api-python-client" ,
1111]
1212authors = [
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ build-backend = "setuptools.build_meta"
55[project ]
66name = " garf-merchant-api"
77dependencies = [
8- " garf-core" ,
9- " garf-io" ,
8+ " garf-core>=1.0.0 " ,
9+ " garf-io>=1.0.0 " ,
1010 " google-shopping-merchant-reports" ,
1111]
1212authors = [
Original file line number Diff line number Diff line change @@ -57,4 +57,4 @@ all = [
5757
5858[tool .setuptools .packages .find ]
5959where = [" ." ]
60- include =[" garf_core" , " garf" ]
60+ include =[" garf_core* " , " garf.* " ]
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ build-backend = "setuptools.build_meta"
55[project ]
66name = " garf-executors"
77dependencies = [
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" ,
Original file line number Diff line number Diff line change 1- garf-executors[server]
1+ garf-executors[server]>=1.0.0
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments