fere-sdk 0.5.0.dev44__tar.gz → 0.5.0.dev45__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,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fere-sdk
3
- Version: 0.5.0.dev44
3
+ Version: 0.5.0.dev45
4
4
  Summary: Python SDK for the FereAI Gateway API
5
- Author-email: Fere AI <info@fere.ai>
5
+ Author-email: Fere AI <hello@fereai.xyz>
6
6
  License-Expression: MIT
7
7
  Requires-Python: >=3.10
8
8
  Requires-Dist: httpx>=0.27
@@ -28,7 +28,7 @@ pip install fere-sdk
28
28
  ```python
29
29
  from fere_sdk import FereClient
30
30
 
31
- client = FereClient(api_key="your-api-key", base_url="https://api.fere.ai")
31
+ client = FereClient(api_key="your-api-key", base_url="https://api.fereai.xyz")
32
32
  ```
33
33
 
34
- See the [FereAI docs](https://api.fere.ai) for full API reference.
34
+ See the [FereAI docs](https://api.fereai.xyz) for full API reference.
@@ -13,7 +13,7 @@ pip install fere-sdk
13
13
  ```python
14
14
  from fere_sdk import FereClient
15
15
 
16
- client = FereClient(api_key="your-api-key", base_url="https://api.fere.ai")
16
+ client = FereClient(api_key="your-api-key", base_url="https://api.fereai.xyz")
17
17
  ```
18
18
 
19
- See the [FereAI docs](https://api.fere.ai) for full API reference.
19
+ See the [FereAI docs](https://api.fereai.xyz) for full API reference.
@@ -1,11 +1,11 @@
1
1
  [project]
2
2
  name = "fere-sdk"
3
- version = "0.5.0.dev44"
3
+ version = "0.5.0.dev45"
4
4
  description = "Python SDK for the FereAI Gateway API"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
7
7
  license = "MIT"
8
- authors = [{ name = "Fere AI", email = "info@fere.ai" }]
8
+ authors = [{ name = "Fere AI", email = "hello@fereai.xyz" }]
9
9
  dependencies = [
10
10
  "httpx>=0.27",
11
11
  "pynacl>=1.5",