Skip to content

Commit

Permalink
Merge pull request #7 from novuhq/speakeasy-sdk-regen-1738742359
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarco authored Feb 5, 2025
2 parents 61d85e4 + a006293 commit 9693e55
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 12 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.484.1
generationVersion: 2.503.2
releaseVersion: 0.3.3
configChecksum: 7cd4b55b4f7b51e191ee7f3a2f63d90f
releaseVersion: 0.3.4
configChecksum: 2b8eb569bf51f66648a4714dba6fa621
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.3.3
version: 0.3.4
additionalDependencies:
dev:
- pytest>=6.0.0
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.484.1
sources:
novu-OAS:
sourceNamespace: novu-oas
sourceRevisionDigest: sha256:80039e912e7f118b895a0703edd14e6e3d3114baf906741125e20326cb971723
sourceRevisionDigest: sha256:3c883b168e1783744a16c908e3a69b3f36443e150da8cde51013031094766498
sourceBlobDigest: sha256:db81ca9cc9bf732f310e4177d6b79f2389839029e46460e72e2f808d5452e26a
tags:
- latest
- speakeasy-sdk-regen-1738713839
- speakeasy-sdk-regen-1738742359
- "1.0"
targets:
novu:
source: novu-OAS
sourceNamespace: novu-oas
sourceRevisionDigest: sha256:80039e912e7f118b895a0703edd14e6e3d3114baf906741125e20326cb971723
sourceRevisionDigest: sha256:3c883b168e1783744a16c908e3a69b3f36443e150da8cde51013031094766498
sourceBlobDigest: sha256:db81ca9cc9bf732f310e4177d6b79f2389839029e46460e72e2f808d5452e26a
codeSamplesNamespace: novu-oas-python-code-samples
codeSamplesRevisionDigest: sha256:739edd0d8894985119391f8a86c5f962de00308205c14d7a2487a93e595d9a99
codeSamplesRevisionDigest: sha256:00a74842af61666058a7cb0315fddfd5b66e1b4869f39e8cd6869ec08ace8117
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand All @@ -38,5 +38,5 @@ workflow:
registry:
location: registry.speakeasyapi.dev/novu/novu/novu-oas-python-code-samples
labelOverride:
fixedValue: Python (SDK)
fixedValue: Python
blocking: false
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,14 @@ Based on:
### Generated
- [python v0.3.3] .
### Releases
- [PyPI v0.3.3] https://pypi.org/project/novu-py/0.3.3 - .
- [PyPI v0.3.3] https://pypi.org/project/novu-py/0.3.3 - .

## 2025-02-05 07:59:03
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.484.1 (2.503.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.3.4] .
### Releases
- [PyPI v0.3.4] https://pypi.org/project/novu-py/0.3.4 - .
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.3.3"
version = "0.3.4"
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.3.3"
__version__: str = "0.3.4"
__openapi_doc_version__: str = "1.0"
__gen_version__: str = "2.503.2"
__user_agent__: str = "speakeasy-sdk/python 0.3.3 2.503.2 1.0 novu-py"
__user_agent__: str = "speakeasy-sdk/python 0.3.4 2.503.2 1.0 novu-py"

try:
if __package__ is not None:
Expand Down

0 comments on commit 9693e55

Please sign in to comment.