forked from vercel-labs/ai-sdk-preview-python-streaming
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
39 lines (38 loc) · 1004 Bytes
/
pyproject.toml
File metadata and controls
39 lines (38 loc) · 1004 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[project]
name = "ai-sdk-preview-python-streaming"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"annotated-types==0.7.0",
"anyio==4.11.0",
"certifi==2025.10.5",
"charset-normalizer==3.4.4",
"click==8.3.0",
"distro==1.9.0",
"fastapi==0.119.1",
"h11==0.16.0",
"httpcore==1.0.9",
"httpx==0.28.1",
"idna==3.11",
"jiter==0.11.1",
"kiln-ai",
"openai>=2.26.0",
"pydantic==2.12.3",
"pydantic-core==2.41.4",
"python-dotenv==1.1.1",
"requests==2.32.5",
"sniffio==1.3.1",
"starlette==0.48.0",
"tqdm==4.67.1",
"typing-extensions==4.15.0",
"typing-inspection==0.4.2",
"urllib3==2.5.0",
"uvicorn==0.38.0",
"vercel==0.3.2",
"vercel-sandbox==0.0.2",
"vercel-sdk==0.0.8",
]
[tool.uv.sources]
kiln-ai = { git = "https://github.com/Kiln-AI/Kiln.git", subdirectory = "libs/core", rev = "a5a902ca9f03d46e332b9561d08beb657d839df1" }