Skip to content

Commit b5d4293

Browse files
committed
Release 0.5.0
1 parent 9b751dd commit b5d4293

File tree

169 files changed

+3688
-549
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+3688
-549
lines changed

poetry.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "vapi_server_sdk"
33

44
[tool.poetry]
55
name = "vapi_server_sdk"
6-
version = "0.4.0"
6+
version = "0.5.0"
77
description = ""
88
readme = "README.md"
99
authors = []

requirements.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
httpx>=0.21.2
2+
pydantic>= 1.9.2
3+
pydantic-core==^2.18.2
4+
typing_extensions>= 4.0.0

0 commit comments

Comments
 (0)