Skip to content

Commit 6b9c04d

Browse files
AbeJLazaroAbraham Lazaro Martinez
andauthored
release: python genkit 0.3.2 (#2840)
Co-authored-by: Abraham Lazaro Martinez <[email protected]>
1 parent 9832be9 commit 6b9c04d

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

py/packages/genkit/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ license = { text = "Apache-2.0" }
3838
name = "genkit"
3939
readme = "README.md"
4040
requires-python = ">=3.10"
41-
version = "0.3.1"
41+
version = "0.3.2"
4242

4343
[project.optional-dependencies]
4444
dev-local-vectorstore = ["genkit-plugin-dev-local-vectorstore"]

py/packages/genkit/src/genkit/core/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"""Module containing various core constants."""
1818

1919
# The version of Genkit sent over HTTP in the headers.
20-
DEFAULT_GENKIT_VERSION = '0.3.1'
20+
DEFAULT_GENKIT_VERSION = '0.3.2'
2121

2222
# TODO: make this dynamic
2323
GENKIT_VERSION = DEFAULT_GENKIT_VERSION

py/plugins/compat-oai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ license = { text = "Apache-2.0" }
2222
name = "genkit-plugin-compat-oai"
2323
readme = "README.md"
2424
requires-python = ">=3.10"
25-
version = "0.3.1"
25+
version = "0.3.2"
2626

2727
[build-system]
2828
build-backend = "hatchling.build"

py/plugins/dev-local-vectorstore/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ license = { text = "Apache-2.0" }
2727
name = "genkit-plugin-dev-local-vectorstore"
2828
readme = "README.md"
2929
requires-python = ">=3.10"
30-
version = "0.3.1"
30+
version = "0.3.2"
3131

3232
[build-system]
3333
build-backend = "hatchling.build"

py/plugins/firebase/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ license = { text = "Apache-2.0" }
2626
name = "genkit-plugin-firebase"
2727
readme = "README.md"
2828
requires-python = ">=3.10"
29-
version = "0.3.1"
29+
version = "0.3.2"
3030

3131
[build-system]
3232
build-backend = "hatchling.build"

py/plugins/flask/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ license = { text = "Apache-2.0" }
2828
name = "genkit-plugin-flask"
2929
readme = "README.md"
3030
requires-python = ">=3.10"
31-
version = "0.3.1"
31+
version = "0.3.2"
3232

3333
[build-system]
3434
build-backend = "hatchling.build"

py/plugins/google-cloud/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ license = { text = "Apache-2.0" }
2626
name = "genkit-plugin-google-cloud"
2727
readme = "README.md"
2828
requires-python = ">=3.10"
29-
version = "0.3.1"
29+
version = "0.3.2"
3030

3131
[build-system]
3232
build-backend = "hatchling.build"

py/plugins/google-genai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ license = { text = "Apache-2.0" }
2828
name = "genkit-plugin-google-genai"
2929
readme = "README.md"
3030
requires-python = ">=3.10"
31-
version = "0.3.1"
31+
version = "0.3.2"
3232

3333
[build-system]
3434
build-backend = "hatchling.build"

py/plugins/ollama/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ license = { text = "Apache-2.0" }
2222
name = "genkit-plugin-ollama"
2323
readme = "README.md"
2424
requires-python = ">=3.10"
25-
version = "0.3.1"
25+
version = "0.3.2"
2626

2727
[build-system]
2828
build-backend = "hatchling.build"

py/plugins/vertex-ai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ license = { text = "Apache-2.0" }
2828
name = "genkit-plugin-vertex-ai"
2929
readme = "README.md"
3030
requires-python = ">=3.10"
31-
version = "0.3.1"
31+
version = "0.3.2"
3232

3333
[build-system]
3434
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)