-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuv.lock
More file actions
36 lines (32 loc) · 1.72 KB
/
uv.lock
File metadata and controls
36 lines (32 loc) · 1.72 KB
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
version = 1
revision = 3
requires-python = ">=3.12"
[[package]]
name = "python-dotenv"
version = "1.2.1"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/f0/26/19cadc79a718c5edbec86fd4919a6b6d3f681039a2f6d66d14be94e75fb9/python_dotenv-1.2.1.tar.gz", hash = "sha256:42667e897e16ab0d66954af0e60a9caa94f0fd4ecf3aaf6d2d260eec1aa36ad6", size = 44221, upload-time = "2025-10-26T15:12:10.434Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/14/1b/a298b06749107c305e1fe0f814c6c74aea7b2f1e10989cb30f544a1b3253/python_dotenv-1.2.1-py3-none-any.whl", hash = "sha256:b81ee9561e9ca4004139c6cbba3a238c32b03e4894671e181b671e8cb8425d61", size = 21230, upload-time = "2025-10-26T15:12:09.109Z" },
]
[[package]]
name = "yaka-llm"
version = "1.0.0"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/da/9c/df1d621177c65861610410e0ef80efdfa62a48a09cc5f9c35fabe0bd9a8e/yaka_llm-1.0.0.tar.gz", hash = "sha256:55fc020ce74bc8187722274e99680fc0833872e28a921979b645a045f5a531dd", size = 6038, upload-time = "2025-12-18T04:13:52.632Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/8a/2b/48cbffae7b4b443e6bf0f570699346631d7ad9d4b780cc23062e3c3ad15c/yaka_llm-1.0.0-py3-none-any.whl", hash = "sha256:2d41cb27847cc57dae504d1c699008c063581570bccfae4b0d41d56d0419843f", size = 8351, upload-time = "2025-12-18T04:13:53.835Z" },
]
[[package]]
name = "yaka-llm-example"
version = "0.1.0"
source = { virtual = "." }
dependencies = [
{ name = "python-dotenv" },
{ name = "yaka-llm" },
]
[package.metadata]
requires-dist = [
{ name = "python-dotenv", specifier = ">=1.2.1" },
{ name = "yaka-llm", specifier = ">=1.0.0" },
]