Skip to content

Commit 59cb675

Browse files
authored
Merge pull request #971 from parea-ai/add-deployment-ver-num
Add deployment ver num
2 parents fdc26db + 4d49a46 commit 59cb675

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

parea/schemas/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ class Prompt:
6565
@define
6666
class UseDeployedPromptResponse:
6767
deployment_id: str
68+
version_number: int
6869
name: Optional[str] = None
6970
functions: Optional[List[str]] = None
7071
function_call: Optional[str] = None

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66
[tool.poetry]
77
name = "parea-ai"
88
packages = [{ include = "parea" }]
9-
version = "0.2.176"
9+
version = "0.2.177"
1010
description = "Parea python sdk"
1111
readme = "README.md"
1212
authors = ["joel-parea-ai <[email protected]>"]

0 commit comments

Comments
 (0)