-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathuv.lock
More file actions
27 lines (24 loc) · 2.22 KB
/
uv.lock
File metadata and controls
27 lines (24 loc) · 2.22 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
version = 1
requires-python = ">=3.10"
[[package]]
name = "baml-py"
version = "0.72.0"
source = { registry = "https://pypi.org/simple" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/2d/49/4af4575cd19fc03575b2663deba7ec96fc0d3792de0965cedf6e85d5fcb2/baml_py-0.72.0-cp38-abi3-macosx_10_12_x86_64.whl", hash = "sha256:30e3fbbacb6abbefcd686b2628e762dffbfb242c92aebf65a9ab96b1427a934f", size = 10981739 },
{ url = "https://files.pythonhosted.org/packages/c9/9c/4610866e5772afd35d11f4551e86034b3faebfea2c948514f3de6f4741ac/baml_py-0.72.0-cp38-abi3-macosx_11_0_arm64.whl", hash = "sha256:ec47f6976737044e6c1179c0e766cb4bd4daba54cc88f3834c7c813f55afa5b6", size = 10172694 },
{ url = "https://files.pythonhosted.org/packages/9b/64/eeaf4e5f8f8899ba691af70b5b9f468a2ba245a2353a84da2962d0685af4/baml_py-0.72.0-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1cafe790d894d0eaa710a20f93141daadf2f112af05471cad2bba918f54a7703", size = 13501240 },
{ url = "https://files.pythonhosted.org/packages/ff/72/e2556a7869c18f0795e8ae43aeb4ea6c16e2caffe26ab4444da9153a3cf5/baml_py-0.72.0-cp38-abi3-manylinux_2_24_aarch64.whl", hash = "sha256:a6ceba86cd47e8b3f58f3cd85043b1ae9d93d5f7346aa4b8ffea3e0f1734cc0d", size = 13108169 },
{ url = "https://files.pythonhosted.org/packages/a4/99/261e65c341455ba7580e33395ed8f4f4f0b7c8f888ef5cd0a0aa70b7cfdf/baml_py-0.72.0-cp38-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:e84f6d37cb406fce8c8f71289baad9bb1e4c3d81bec77fd58f100a3a155c7fce", size = 13377214 },
{ url = "https://files.pythonhosted.org/packages/dc/69/83da0ccea7024a08db77c2af9c7d4874b544c31ddeb3ecd6723ac0cd1dc7/baml_py-0.72.0-cp38-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:8dc8144c6e2d3ab07489c7eda70998ac3ec86af14188479122c80cc3bb69fa0e", size = 13616624 },
{ url = "https://files.pythonhosted.org/packages/ed/b7/f1f702ab8618a4921e86e1438c57aedfcc70619de175c931f2cf70709059/baml_py-0.72.0-cp38-abi3-win_amd64.whl", hash = "sha256:bfa30c6da29d39416d464e32588656446449a1c4d8142d46f4135bd5a21c50b1", size = 11178574 },
]
[[package]]
name = "katya"
version = "0.1.0"
source = { virtual = "." }
dependencies = [
{ name = "baml-py" },
]
[package.metadata]
requires-dist = [{ name = "baml-py", specifier = ">=0.72.0" }]