genkit-plugin-fastapi 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.
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: genkit-plugin-fastapi
3
- Version: 0.5.2
3
+ Version: 0.6.0
4
4
  Summary: Genkit FastAPI 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/fastapi/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/fastapi/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
  License-Expression: Apache-2.0
12
12
  License-File: LICENSE
@@ -52,14 +52,14 @@ license = "Apache-2.0"
52
52
  name = "genkit-plugin-fastapi"
53
53
  readme = "README.md"
54
54
  requires-python = ">=3.10"
55
- version = "0.5.2"
55
+ version = "0.6.0"
56
56
 
57
57
  [project.urls]
58
- "Bug Tracker" = "https://github.com/firebase/genkit/issues"
59
- "Changelog" = "https://github.com/firebase/genkit/blob/main/py/plugins/fastapi/CHANGELOG.md"
58
+ "Bug Tracker" = "https://github.com/genkit-ai/genkit/issues"
59
+ "Changelog" = "https://github.com/genkit-ai/genkit/blob/main/py/plugins/fastapi/CHANGELOG.md"
60
60
  "Documentation" = "https://firebase.google.com/docs/genkit"
61
- "Homepage" = "https://github.com/firebase/genkit"
62
- "Repository" = "https://github.com/firebase/genkit/tree/main/py"
61
+ "Homepage" = "https://github.com/genkit-ai/genkit"
62
+ "Repository" = "https://github.com/genkit-ai/genkit/tree/main/py"
63
63
 
64
64
  [build-system]
65
65
  build-backend = "hatchling.build"