lambdadb 0.5.10__py3-none-any.whl → 0.5.11__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.

Potentially problematic release.


This version of lambdadb might be problematic. Click here for more details.

lambdadb/_version.py CHANGED
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "lambdadb"
6
- __version__: str = "0.5.10"
6
+ __version__: str = "0.5.11"
7
7
  __openapi_doc_version__: str = "1.1.1"
8
- __gen_version__: str = "2.674.1"
9
- __user_agent__: str = "speakeasy-sdk/python 0.5.10 2.674.1 1.1.1 lambdadb"
8
+ __gen_version__: str = "2.681.8"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.5.11 2.681.8 1.1.1 lambdadb"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: lambdadb
3
- Version: 0.5.10
3
+ Version: 0.5.11
4
4
  Summary: The Official LambdaDB Python SDK.
5
5
  Author: Functional Systems, Inc.
6
6
  Requires-Python: >=3.9.2
@@ -63,7 +63,15 @@ LambdaDB API: LambdaDB Open API Spec
63
63
  >
64
64
  > Once a Python version reaches its [official end of life date](https://devguide.python.org/versions/), a 3-month grace period is provided for users to upgrade. Following this grace period, the minimum python version supported in the SDK will be updated.
65
65
 
66
- The SDK can be installed with either *pip* or *poetry* package managers.
66
+ The SDK can be installed with *uv*, *pip*, or *poetry* package managers.
67
+
68
+ ### uv
69
+
70
+ *uv* is a fast Python package installer and resolver, designed as a drop-in replacement for pip and pip-tools. It's recommended for its speed and modern Python tooling capabilities.
71
+
72
+ ```bash
73
+ uv add lambdadb
74
+ ```
67
75
 
68
76
  ### PIP
69
77
 
@@ -145,7 +153,7 @@ with LambdaDB(
145
153
 
146
154
  </br>
147
155
 
148
- The same SDK client can also be used to make asychronous requests by importing asyncio.
156
+ The same SDK client can also be used to make asynchronous requests by importing asyncio.
149
157
  ```python
150
158
  # Asynchronous Example
151
159
  import asyncio
@@ -3,7 +3,7 @@ lambdadb/_hooks/__init__.py,sha256=p5J13DeYuISQyQWirjJAObHIf2VtIlOtFqnIpvjjVwk,1
3
3
  lambdadb/_hooks/registration.py,sha256=1QZB41w6If7I9dXiOSQx6dhSc6BPWrnI5Q5bMOr4iVA,624
4
4
  lambdadb/_hooks/sdkhooks.py,sha256=KGhPvIuUjurDBQOT6t-aWgiu1YDRXpn-OMz6_PkUdFk,2463
5
5
  lambdadb/_hooks/types.py,sha256=09dUW5q4HN9aVFAhskDLQqjxLPBfDD97uuucmdcBa6Q,2987
6
- lambdadb/_version.py,sha256=x7AkEVfjavFZUJSxG_16XVdhMO6pMxYGYL8mdccLSKU,460
6
+ lambdadb/_version.py,sha256=rVrcKTpkgCOAT7o3tBYb8cyrA8t8MFNyl6T-AOGOkeg,460
7
7
  lambdadb/basesdk.py,sha256=wu3Ri2Po6LxhBngXYkD4-Grlxa0DX9I18cPH2vme-uI,11887
8
8
  lambdadb/collections.py,sha256=KAD2F4-R40sGDFQFuQ3-969jHNa1i9VcJK3fYXEPFE0,62326
9
9
  lambdadb/docs.py,sha256=rfKHo3omdeuMoImwU9T-rZXku_Ikz3jLut29MtpFNaE,62678
@@ -59,7 +59,7 @@ lambdadb/utils/serializers.py,sha256=Hndks5M_rJXVub_N5lu0gKZQUoEmWrn6PN7R-0HwvOE
59
59
  lambdadb/utils/unmarshal_json_response.py,sha256=SdqH-uoU2JxE7yVb6ZGSSzDdrS5VlaijaEYMrkgRb_c,584
60
60
  lambdadb/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
61
61
  lambdadb/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
62
- lambdadb-0.5.10.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
63
- lambdadb-0.5.10.dist-info/METADATA,sha256=79RrYk3NIVCWYGlh64-hgit6WVZ02Fn8e-1EsyUROcg,21692
64
- lambdadb-0.5.10.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
65
- lambdadb-0.5.10.dist-info/RECORD,,
62
+ lambdadb-0.5.11.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
63
+ lambdadb-0.5.11.dist-info/METADATA,sha256=uihXCP2wKQGjNu3jFPYh8nwVinWX9N2_3YjfGThqrKE,21913
64
+ lambdadb-0.5.11.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
65
+ lambdadb-0.5.11.dist-info/RECORD,,