File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11lockVersion: 2.0.0
22id: fca0ac3a-5f4e-452c-bbc7-2311afa8da40
33management:
4- docChecksum: 0dab16ea4c279e742755757d4209e952
5- docVersion: 10.24.8
4+ docChecksum: 31da3f43f8caa9d043fe7794246c5d46
5+ docVersion: 10.24.9
66 speakeasyVersion: 1.656.1
77 generationVersion: 2.753.1
8- releaseVersion: 0.31.3
9- configChecksum: a34b72ee378a10126a7fd601422249c2
8+ releaseVersion: 0.31.4
9+ configChecksum: de34ff112f1b46c716ae672332b210a7
1010 repoURL: https://github.com/apideck-libraries/sdk-python.git
1111 installationURL: https://github.com/apideck-libraries/sdk-python.git
1212 published: true
@@ -23838,7 +23838,7 @@ trackedFiles:
2383823838 src/apideck_unify/_hooks/types.py:
2383923839 last_write_checksum: sha1:4b923d3d84d979af6169a9db6b81bfc373079a25
2384023840 src/apideck_unify/_version.py:
23841- last_write_checksum: sha1:ed2f71093d9bbc82930e3bd1d26b4b9f23646841
23841+ last_write_checksum: sha1:29ff36d89bb7d19e377e2bb9e4f2c6db8a50e76f
2384223842 src/apideck_unify/accounting.py:
2384323843 last_write_checksum: sha1:afb8958c0092d6bbc935597b72e8a96d2b82b4aa
2384423844 src/apideck_unify/activities.py:
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ generation:
3232 persistentEdits : {}
3333 versioningStrategy : automatic
3434python :
35- version : 0.31.3
35+ version : 0.31.4
3636 additionalDependencies :
3737 dev : {}
3838 main : {}
Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ speakeasyVersion: 1.656.1
22sources:
33 Apideck:
44 sourceNamespace: apideck
5- sourceRevisionDigest: sha256:d5d1895a4b8dc2e1e8f8c04ad7b255a2d58370e2661df2deb21f8c5911ed4643
6- sourceBlobDigest: sha256:c6721bdcfbb3fcc6c24e68f682c4a0bc773d98e1b0d7f8bc6c7a45a93f5857cb
5+ sourceRevisionDigest: sha256:c576fe8eb48bddd3cc89d74e2444ec37030d9d6123764e5c18e85af55e5bc3ad
6+ sourceBlobDigest: sha256:ccd564885ba688c35c075a71e5dbe7ecf8d8e17f4ea16c14a533dae359004639
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1774380455
10- - 10.24.8
9+ - speakeasy-sdk-regen-1774522369
10+ - 10.24.9
1111targets:
1212 apideck:
1313 source: Apideck
1414 sourceNamespace: apideck
15- sourceRevisionDigest: sha256:d5d1895a4b8dc2e1e8f8c04ad7b255a2d58370e2661df2deb21f8c5911ed4643
16- sourceBlobDigest: sha256:c6721bdcfbb3fcc6c24e68f682c4a0bc773d98e1b0d7f8bc6c7a45a93f5857cb
15+ sourceRevisionDigest: sha256:c576fe8eb48bddd3cc89d74e2444ec37030d9d6123764e5c18e85af55e5bc3ad
16+ sourceBlobDigest: sha256:ccd564885ba688c35c075a71e5dbe7ecf8d8e17f4ea16c14a533dae359004639
1717 codeSamplesNamespace: apideck-python-code-samples
18- codeSamplesRevisionDigest: sha256:5ac9af26306f095a93640a8e86057ffa71a074d9001804fb42fb71a94d184a21
18+ codeSamplesRevisionDigest: sha256:585a4465c96fcc0d70a57cb18bdd9854fdb2cb6fe0c44412b56dadf46616f9f9
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -1098,4 +1098,14 @@ Based on:
10981098### Generated
10991099- [ python v0.31.3] .
11001100### Releases
1101- - [ PyPI v0.31.3] https://pypi.org/project/apideck-unify/0.31.3 - .
1101+ - [ PyPI v0.31.3] https://pypi.org/project/apideck-unify/0.31.3 - .
1102+
1103+ ## 2026-03-26 10:52:25
1104+ ### Changes
1105+ Based on:
1106+ - OpenAPI Doc
1107+ - Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
1108+ ### Generated
1109+ - [ python v0.31.4] .
1110+ ### Releases
1111+ - [ PyPI v0.31.4] https://pypi.org/project/apideck-unify/0.31.4 - .
Original file line number Diff line number Diff line change 11
22[project ]
33name = " apideck-unify"
4- version = " 0.31.3 "
4+ version = " 0.31.4 "
55description = " Python Client SDK Generated by Speakeasy."
66authors = [{ name = " Speakeasy" },]
77readme = " README-PYPI.md"
Original file line number Diff line number Diff line change 33import importlib .metadata
44
55__title__ : str = "apideck-unify"
6- __version__ : str = "0.31.3 "
7- __openapi_doc_version__ : str = "10.24.8 "
6+ __version__ : str = "0.31.4 "
7+ __openapi_doc_version__ : str = "10.24.9 "
88__gen_version__ : str = "2.753.1"
9- __user_agent__ : str = "speakeasy-sdk/python 0.31.3 2.753.1 10.24.8 apideck-unify"
9+ __user_agent__ : str = "speakeasy-sdk/python 0.31.4 2.753.1 10.24.9 apideck-unify"
1010
1111try :
1212 if __package__ is not None :
You canβt perform that action at this time.
0 commit comments