Skip to content

Commit

Permalink
fix hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarco committed Jan 30, 2025
1 parent 670af9e commit 27fbdc0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: "1.0"
speakeasyVersion: 1.477.2
generationVersion: 2.497.8
releaseVersion: 0.0.10
configChecksum: 7fa3b1adba526fe4d535e31d39d59e1f
releaseVersion: 0.2.1
configChecksum: 77178376caee6dd9555e96cfc16eb02b
repoURL: https://github.com/novuhq/novu-py.git
installationURL: https://github.com/novuhq/novu-py.git
published: true
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
python:
version: 0.0.10
version: 0.2.1
additionalDependencies:
dev:
- pytest>=6.0.0
Expand Down
6 changes: 3 additions & 3 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ speakeasyVersion: 1.477.2
sources:
novu-OAS:
sourceNamespace: novu-oas
sourceRevisionDigest: sha256:4deb6573ba4e1fc526a4e7dc05253ee7138f4ee7b8aafdbdbcce00034f225c4c
sourceRevisionDigest: sha256:7e844cf7b8a2587528010a002cd1770245bb445aa5367b31408c7005629d4d3b
sourceBlobDigest: sha256:fe3888a32f984f1ab3c1c7d180a8d9a100c4dd19a7ed2e0a167ddf77d2b622d3
tags:
- latest
Expand All @@ -11,10 +11,10 @@ targets:
novu:
source: novu-OAS
sourceNamespace: novu-oas
sourceRevisionDigest: sha256:4deb6573ba4e1fc526a4e7dc05253ee7138f4ee7b8aafdbdbcce00034f225c4c
sourceRevisionDigest: sha256:7e844cf7b8a2587528010a002cd1770245bb445aa5367b31408c7005629d4d3b
sourceBlobDigest: sha256:fe3888a32f984f1ab3c1c7d180a8d9a100c4dd19a7ed2e0a167ddf77d2b622d3
codeSamplesNamespace: novu-oas-python-code-samples
codeSamplesRevisionDigest: sha256:eb86800532215cc27bc03fea10d9cd1c6ac64f4a984f648f5f87ac80e85dc7ac
codeSamplesRevisionDigest: sha256:daed489e0a8f1e19d85913dcbfa1584b1a133ec205def357d1551929c454a03e
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "novu-py"
version = "0.0.10"
version = "0.2.1"
description = "Python Client SDK Generated by Speakeasy."
authors = [{ name = "Speakeasy" },]
readme = "README-PYPI.md"
Expand Down
4 changes: 2 additions & 2 deletions src/novu_py/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
import importlib.metadata

__title__: str = "novu-py"
__version__: str = "0.0.10"
__version__: str = "0.2.1"
__openapi_doc_version__: str = "1.0"
__gen_version__: str = "2.497.8"
__user_agent__: str = "speakeasy-sdk/python 0.0.10 2.497.8 1.0 novu-py"
__user_agent__: str = "speakeasy-sdk/python 0.2.1 2.497.8 1.0 novu-py"

try:
if __package__ is not None:
Expand Down

0 comments on commit 27fbdc0

Please sign in to comment.