onceonly-sdk 3.0.0__py3-none-any.whl → 3.0.1__py3-none-any.whl
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.
- onceonly/version.py +1 -1
- {onceonly_sdk-3.0.0.dist-info → onceonly_sdk-3.0.1.dist-info}/METADATA +3 -3
- {onceonly_sdk-3.0.0.dist-info → onceonly_sdk-3.0.1.dist-info}/RECORD +6 -6
- {onceonly_sdk-3.0.0.dist-info → onceonly_sdk-3.0.1.dist-info}/WHEEL +0 -0
- {onceonly_sdk-3.0.0.dist-info → onceonly_sdk-3.0.1.dist-info}/licenses/LICENSE +0 -0
- {onceonly_sdk-3.0.0.dist-info → onceonly_sdk-3.0.1.dist-info}/top_level.txt +0 -0
onceonly/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "3.0.
|
|
1
|
+
__version__ = "3.0.1"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: onceonly-sdk
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1
|
|
4
4
|
Summary: Python SDK for OnceOnly idempotency API
|
|
5
5
|
Author-email: OnceOnly <support@onceonly.tech>
|
|
6
6
|
License: MIT
|
|
@@ -35,7 +35,7 @@ Exactly-once execution + runtime safety + agent control plane.
|
|
|
35
35
|
[](https://www.python.org/downloads/)
|
|
36
36
|
[](https://opensource.org/licenses/MIT)
|
|
37
37
|
|
|
38
|
-
[Website](https://onceonly.tech/) • [Docs](https://docs.onceonly.tech) • [API Reference](https://docs.onceonly.tech/
|
|
38
|
+
[Website](https://onceonly.tech/) • [Docs](https://docs.onceonly.tech) • [API Reference](https://docs.onceonly.tech/reference/idempotency/) • [Examples](./examples/)
|
|
39
39
|
|
|
40
40
|
</div>
|
|
41
41
|
|
|
@@ -984,7 +984,7 @@ Before going live:
|
|
|
984
984
|
|
|
985
985
|
- **Website:** https://onceonly.tech
|
|
986
986
|
- **Documentation:** https://docs.onceonly.tech
|
|
987
|
-
- **API Reference:** https://docs.onceonly.tech/
|
|
987
|
+
- **API Reference:** https://docs.onceonly.tech/reference/idempotency/
|
|
988
988
|
- **Python SDK Docs:** https://docs.onceonly.tech/sdk/python
|
|
989
989
|
- **GitHub:** https://github.com/onceonly-tech/onceonly-python
|
|
990
990
|
- **PyPI:** https://pypi.org/project/onceonly-sdk/
|
|
@@ -8,11 +8,11 @@ onceonly/decorators.py,sha256=XTL3BITgVmCDRc4hrzyTNCpQyafvlFAQnjsN1EtEc7Y,8036
|
|
|
8
8
|
onceonly/exceptions.py,sha256=Issh08A4IHSDaysJhVZNRCU9W_9BfiGt65UHaMhDCs4,1156
|
|
9
9
|
onceonly/governance.py,sha256=-LRkX6kd8CfInlA3TQtLmWmOf5fCZmYQT0o_jQSq_58,19536
|
|
10
10
|
onceonly/models.py,sha256=rdZGQSYX-gzg0nRv2YUALGX5fv4iDw8gWleFABG9QQY,1990
|
|
11
|
-
onceonly/version.py,sha256=
|
|
11
|
+
onceonly/version.py,sha256=E3P6AbnCwaWk6ndR1zNqlOTVebX9z5rv9voltc71dos,22
|
|
12
12
|
onceonly/integrations/__init__.py,sha256=0tk-2HTTsmc42NhWuR_G_Afmz5-5WG8NvmlO7iIPkIY,34
|
|
13
13
|
onceonly/integrations/langchain.py,sha256=cdpHIluddX48uYeDeE1cxmn-arruVdE3k6gvZxYC9z4,5821
|
|
14
|
-
onceonly_sdk-3.0.
|
|
15
|
-
onceonly_sdk-3.0.
|
|
16
|
-
onceonly_sdk-3.0.
|
|
17
|
-
onceonly_sdk-3.0.
|
|
18
|
-
onceonly_sdk-3.0.
|
|
14
|
+
onceonly_sdk-3.0.1.dist-info/licenses/LICENSE,sha256=YQQ8IT_P7hcGmmLFFuOy3eKDZ90e1cqef_okg85oAiQ,129
|
|
15
|
+
onceonly_sdk-3.0.1.dist-info/METADATA,sha256=KmQC-EX4MU1L2IYpM2XPujahV4gwKcTYCt2D4jhW2fw,28163
|
|
16
|
+
onceonly_sdk-3.0.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
17
|
+
onceonly_sdk-3.0.1.dist-info/top_level.txt,sha256=lvz-sHerZcTwlZW-uYoda_wgx62kY07GdtzIdw89hnU,9
|
|
18
|
+
onceonly_sdk-3.0.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|