Skip to content

Commit

Permalink
Merge pull request #971 from parea-ai/add-deployment-ver-num
Browse files Browse the repository at this point in the history
Add deployment ver num
  • Loading branch information
jalexanderII committed Jun 19, 2024
2 parents fdc26db + 4d49a46 commit 59cb675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions parea/schemas/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class Prompt:
@define
class UseDeployedPromptResponse:
deployment_id: str
version_number: int
name: Optional[str] = None
functions: Optional[List[str]] = None
function_call: Optional[str] = None
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.176"
version = "0.2.177"
description = "Parea python sdk"
readme = "README.md"
authors = ["joel-parea-ai <[email protected]>"]
Expand Down

0 comments on commit 59cb675

Please sign in to comment.