genkit-plugin-google-cloud 0.5.2__tar.gz → 0.6.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. {genkit_plugin_google_cloud-0.5.2 → genkit_plugin_google_cloud-0.6.0}/PKG-INFO +5 -5
  2. {genkit_plugin_google_cloud-0.5.2 → genkit_plugin_google_cloud-0.6.0}/pyproject.toml +5 -5
  3. {genkit_plugin_google_cloud-0.5.2 → genkit_plugin_google_cloud-0.6.0}/.gitignore +0 -0
  4. {genkit_plugin_google_cloud-0.5.2 → genkit_plugin_google_cloud-0.6.0}/LICENSE +0 -0
  5. {genkit_plugin_google_cloud-0.5.2 → genkit_plugin_google_cloud-0.6.0}/PARITY_ANALYSIS.md +0 -0
  6. {genkit_plugin_google_cloud-0.5.2 → genkit_plugin_google_cloud-0.6.0}/README.md +0 -0
  7. {genkit_plugin_google_cloud-0.5.2 → genkit_plugin_google_cloud-0.6.0}/src/genkit/plugins/google_cloud/__init__.py +0 -0
  8. {genkit_plugin_google_cloud-0.5.2 → genkit_plugin_google_cloud-0.6.0}/src/genkit/plugins/google_cloud/py.typed +0 -0
  9. {genkit_plugin_google_cloud-0.5.2 → genkit_plugin_google_cloud-0.6.0}/src/genkit/plugins/google_cloud/telemetry/__init__.py +0 -0
  10. {genkit_plugin_google_cloud-0.5.2 → genkit_plugin_google_cloud-0.6.0}/src/genkit/plugins/google_cloud/telemetry/action.py +0 -0
  11. {genkit_plugin_google_cloud-0.5.2 → genkit_plugin_google_cloud-0.6.0}/src/genkit/plugins/google_cloud/telemetry/config.py +0 -0
  12. {genkit_plugin_google_cloud-0.5.2 → genkit_plugin_google_cloud-0.6.0}/src/genkit/plugins/google_cloud/telemetry/constants.py +0 -0
  13. {genkit_plugin_google_cloud-0.5.2 → genkit_plugin_google_cloud-0.6.0}/src/genkit/plugins/google_cloud/telemetry/engagement.py +0 -0
  14. {genkit_plugin_google_cloud-0.5.2 → genkit_plugin_google_cloud-0.6.0}/src/genkit/plugins/google_cloud/telemetry/exporters.py +0 -0
  15. {genkit_plugin_google_cloud-0.5.2 → genkit_plugin_google_cloud-0.6.0}/src/genkit/plugins/google_cloud/telemetry/feature.py +0 -0
  16. {genkit_plugin_google_cloud-0.5.2 → genkit_plugin_google_cloud-0.6.0}/src/genkit/plugins/google_cloud/telemetry/gcp_logger.py +0 -0
  17. {genkit_plugin_google_cloud-0.5.2 → genkit_plugin_google_cloud-0.6.0}/src/genkit/plugins/google_cloud/telemetry/generate.py +0 -0
  18. {genkit_plugin_google_cloud-0.5.2 → genkit_plugin_google_cloud-0.6.0}/src/genkit/plugins/google_cloud/telemetry/metrics.py +0 -0
  19. {genkit_plugin_google_cloud-0.5.2 → genkit_plugin_google_cloud-0.6.0}/src/genkit/plugins/google_cloud/telemetry/metrics_exporter.py +0 -0
  20. {genkit_plugin_google_cloud-0.5.2 → genkit_plugin_google_cloud-0.6.0}/src/genkit/plugins/google_cloud/telemetry/path.py +0 -0
  21. {genkit_plugin_google_cloud-0.5.2 → genkit_plugin_google_cloud-0.6.0}/src/genkit/plugins/google_cloud/telemetry/trace_exporter.py +0 -0
  22. {genkit_plugin_google_cloud-0.5.2 → genkit_plugin_google_cloud-0.6.0}/src/genkit/plugins/google_cloud/telemetry/tracing.py +0 -0
  23. {genkit_plugin_google_cloud-0.5.2 → genkit_plugin_google_cloud-0.6.0}/src/genkit/plugins/google_cloud/telemetry/utils.py +0 -0
  24. {genkit_plugin_google_cloud-0.5.2 → genkit_plugin_google_cloud-0.6.0}/src/genkit/py.typed +0 -0
  25. {genkit_plugin_google_cloud-0.5.2 → genkit_plugin_google_cloud-0.6.0}/tests/gcp_telemetry_metrics_test.py +0 -0
  26. {genkit_plugin_google_cloud-0.5.2 → genkit_plugin_google_cloud-0.6.0}/tests/gcp_telemetry_utils_test.py +0 -0
  27. {genkit_plugin_google_cloud-0.5.2 → genkit_plugin_google_cloud-0.6.0}/tests/tracing_test.py +0 -0
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: genkit-plugin-google-cloud
3
- Version: 0.5.2
3
+ Version: 0.6.0
4
4
  Summary: Genkit Google Cloud Plugin
5
- Project-URL: Bug Tracker, https://github.com/firebase/genkit/issues
6
- Project-URL: Changelog, https://github.com/firebase/genkit/blob/main/py/plugins/google-cloud/CHANGELOG.md
5
+ Project-URL: Bug Tracker, https://github.com/genkit-ai/genkit/issues
6
+ Project-URL: Changelog, https://github.com/genkit-ai/genkit/blob/main/py/plugins/google-cloud/CHANGELOG.md
7
7
  Project-URL: Documentation, https://firebase.google.com/docs/genkit
8
- Project-URL: Homepage, https://github.com/firebase/genkit
9
- Project-URL: Repository, https://github.com/firebase/genkit/tree/main/py
8
+ Project-URL: Homepage, https://github.com/genkit-ai/genkit
9
+ Project-URL: Repository, https://github.com/genkit-ai/genkit/tree/main/py
10
10
  Author: Google
11
11
  Author-email: Yesudeep Mangalapilly <yesudeep@google.com>, Elisa Shen <mengqin@google.com>, Niraj Nepal <nnepal@google.com>
12
12
  License-Expression: Apache-2.0
@@ -66,14 +66,14 @@ license = "Apache-2.0"
66
66
  name = "genkit-plugin-google-cloud"
67
67
  readme = "README.md"
68
68
  requires-python = ">=3.10"
69
- version = "0.5.2"
69
+ version = "0.6.0"
70
70
 
71
71
  [project.urls]
72
- "Bug Tracker" = "https://github.com/firebase/genkit/issues"
73
- Changelog = "https://github.com/firebase/genkit/blob/main/py/plugins/google-cloud/CHANGELOG.md"
72
+ "Bug Tracker" = "https://github.com/genkit-ai/genkit/issues"
73
+ Changelog = "https://github.com/genkit-ai/genkit/blob/main/py/plugins/google-cloud/CHANGELOG.md"
74
74
  "Documentation" = "https://firebase.google.com/docs/genkit"
75
- "Homepage" = "https://github.com/firebase/genkit"
76
- "Repository" = "https://github.com/firebase/genkit/tree/main/py"
75
+ "Homepage" = "https://github.com/genkit-ai/genkit"
76
+ "Repository" = "https://github.com/genkit-ai/genkit/tree/main/py"
77
77
 
78
78
  [build-system]
79
79
  build-backend = "hatchling.build"