Skip to content

Commit

Permalink
Merge pull request #325 from parea-ai/feat-new-base-url
Browse files Browse the repository at this point in the history
feat: update base url
  • Loading branch information
joschkabraun authored Jan 15, 2024
2 parents 0f2043c + 32d1ff5 commit 231d7d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parea/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class HTTPClient:
_instance = None
base_url = "https://parea-ai-backend-e2adf7624bcb3980.onporter.run/api/parea/v1"
base_url = "https://parea-ai-backend-us-9ac16cdbc7a7b006.onporter.run/api/parea/v1"
api_key = None

def __new__(cls, *args, **kwargs):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "parea-ai"
packages = [{ include = "parea" }]
version = "0.2.30a0"
version = "0.2.30"
description = "Parea python sdk"
readme = "README.md"
authors = ["joel-parea-ai <[email protected]>"]
Expand Down

0 comments on commit 231d7d3

Please sign in to comment.