-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
79 lines (77 loc) · 1.61 KB
/
pyproject.toml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
[project]
name = "secret-ai-sdk"
version = "0.1.3"
description = "Secret AI Confidential VM SDK"
authors = [
{name = "Alex H",email = "[email protected]"}
]
license = {text = "MIT"}
readme = "README.md"
requires-python = ">=3.12"
[tool.poetry.dependencies]
python = "^3.12"
aiohappyeyeballs = "2.4.4"
aiohttp = "3.11.11"
aiosignal = "1.3.2"
annotated-types = "0.7.0"
anyio = "4.7.0"
attrs = "20.3.0"
bech32 = "1.2.0"
betterproto = "2.0.0b5"
bip32utils = "0.3.post4"
boltons = "21.0.0"
certifi = "2024.12.14"
cffi = "1.17.1"
charset-normalizer = "3.4.0"
cryptography = "44.0.0"
ecdsa = "0.16.1"
frozenlist = "1.5.0"
furl = "2.1.3"
greenlet = "3.1.1"
grpclib = "0.4.7"
h11 = "0.14.0"
h2 = "4.1.0"
hpack = "4.0.0"
httpcore = "1.0.7"
httpx = "0.27.2"
hyperframe = "6.0.1"
idna = "3.10"
jsonpatch = "1.33"
jsonpointer = "3.0.0"
langchain = "0.3.13"
langchain-core = "0.3.28"
langchain-ollama = "0.2.2"
langchain-text-splitters = "0.3.4"
langsmith = "0.2.4"
miscreant = "0.3.0"
mnemonic = "0.19"
multidict = "6.1.0"
nest-asyncio = "1.6.0"
numpy = "2.2.0"
ollama = "0.4.4"
orderedmultidict = "1.0.1"
orjson = "3.10.12"
packaging = "24.2"
propcache = "0.2.1"
protobuf = "3.20.3"
pycparser = "2.22"
pydantic = "2.10.4"
pydantic-core = "2.27.2"
python-dateutil = "2.9.0.post0"
pyyaml = "6.0.2"
requests = "2.32.3"
requests-toolbelt = "1.0.0"
secret-sdk = "1.8.1"
setuptools = "75.1.0"
six = "1.17.0"
sniffio = "1.3.1"
sqlalchemy = "2.0.36"
tenacity = "9.0.0"
typing-extensions = "4.12.2"
urllib3 = "2.2.3"
wheel = "0.44.0"
wrapt = "1.17.0"
yarl = "1.18.3"
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"