fere-sdk 0.5.0.dev37__tar.gz → 0.5.0.dev39__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fere-sdk
3
- Version: 0.5.0.dev37
3
+ Version: 0.5.0.dev39
4
4
  Summary: Python SDK for the FereAI Gateway API
5
5
  Author-email: Fere AI <info@fere.ai>
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "fere-sdk"
3
- version = "0.5.0.dev37"
3
+ version = "0.5.0.dev39"
4
4
  description = "Python SDK for the FereAI Gateway API"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
@@ -173,7 +173,12 @@ class FereClient:
173
173
  timeout: int = DEFAULT_TIMEOUT,
174
174
  **kwargs,
175
175
  ) -> dict:
176
- """Execute a swap and wait for completion."""
176
+ """Execute a swap and wait for completion.
177
+
178
+ Fully gasless for the user (no native gas token needed on any
179
+ chain). One call handles same-chain, cross-chain, and
180
+ EVM↔Solana bridge swaps, with bridging built in.
181
+ """
177
182
  req = SwapRequest(
178
183
  chain_id_in=chain_id_in,
179
184
  chain_id_out=chain_id_out,
File without changes