diffio 0.1.2__tar.gz → 0.1.3__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: diffio
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: Python SDK for the Diffio API.
5
5
  Author: Diffio
6
6
  License: MIT
@@ -50,7 +50,7 @@ Set the API key with `DIFFIO_API_KEY`. If you need to set the base URL explicitl
50
50
 
51
51
  ```bash
52
52
  export DIFFIO_API_KEY="diffio_live_..."
53
- export DIFFIO_API_BASE_URL="https://us-central1-diffioai.cloudfunctions.net/v1"
53
+ export DIFFIO_API_BASE_URL="https://api.diffio.ai/v1"
54
54
  ```
55
55
 
56
56
  ## Request options
@@ -22,7 +22,7 @@ Set the API key with `DIFFIO_API_KEY`. If you need to set the base URL explicitl
22
22
 
23
23
  ```bash
24
24
  export DIFFIO_API_KEY="diffio_live_..."
25
- export DIFFIO_API_BASE_URL="https://us-central1-diffioai.cloudfunctions.net/v1"
25
+ export DIFFIO_API_BASE_URL="https://api.diffio.ai/v1"
26
26
  ```
27
27
 
28
28
  ## Request options
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "diffio"
7
- version = "0.1.2"
7
+ version = "0.1.3"
8
8
  description = "Python SDK for the Diffio API."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
@@ -54,4 +54,4 @@ __all__ = [
54
54
  "WebhooksClient",
55
55
  ]
56
56
 
57
- __version__ = "0.1.2"
57
+ __version__ = "0.1.3"
@@ -26,7 +26,7 @@ from .types import (
26
26
  WebhookTestEventResponse,
27
27
  )
28
28
 
29
- DEFAULT_BASE_URL = "https://us-central1-diffioai.cloudfunctions.net"
29
+ DEFAULT_BASE_URL = "https://api.diffio.ai"
30
30
  API_PREFIX = "v1"
31
31
  MODEL_ENDPOINTS = {
32
32
  "diffio-2": "diffio-2.0-generation",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: diffio
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: Python SDK for the Diffio API.
5
5
  Author: Diffio
6
6
  License: MIT
@@ -50,7 +50,7 @@ Set the API key with `DIFFIO_API_KEY`. If you need to set the base URL explicitl
50
50
 
51
51
  ```bash
52
52
  export DIFFIO_API_KEY="diffio_live_..."
53
- export DIFFIO_API_BASE_URL="https://us-central1-diffioai.cloudfunctions.net/v1"
53
+ export DIFFIO_API_BASE_URL="https://api.diffio.ai/v1"
54
54
  ```
55
55
 
56
56
  ## Request options
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes