baml-py 0.210.0__cp38-abi3-win_arm64.whl → 0.211.1__cp38-abi3-win_arm64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
baml_py/baml_py.pyd CHANGED
Binary file
baml_py/baml_py.pyi CHANGED
@@ -418,8 +418,7 @@ class LLMStreamCall:
418
418
  def http_response(self) -> Optional[HTTPResponse]: ...
419
419
  @property
420
420
  def usage(self) -> Usage: ...
421
- @property
422
- def timing(self) -> Timing: ...
421
+
423
422
  @property
424
423
  def provider(self) -> str: ...
425
424
 
baml_py/logging.py CHANGED
@@ -1,3 +1,12 @@
1
1
  from .baml_py import set_log_level, set_log_json_mode, get_log_level, set_log_max_chunk_length
2
2
 
3
- __all__ = ["set_log_level", "set_log_json_mode", "get_log_level", "set_log_max_chunk_length"]
3
+ # Alias to match docs naming
4
+ set_log_max_message_length = set_log_max_chunk_length
5
+
6
+ __all__ = [
7
+ "set_log_level",
8
+ "set_log_json_mode",
9
+ "get_log_level",
10
+ "set_log_max_chunk_length",
11
+ "set_log_max_message_length",
12
+ ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: baml-py
3
- Version: 0.210.0
3
+ Version: 0.211.1
4
4
  License-File: LICENSE
5
5
  Summary: BAML python bindings (pyproject.toml)
6
6
  Author-email: Boundary <contact@boundaryml.com>
@@ -1,16 +1,16 @@
1
- baml_py-0.210.0.dist-info/METADATA,sha256=hogO_OOiJLlk0kZXnSeyHWVPVl88E_qtoeRa_zW2ThQ,305
2
- baml_py-0.210.0.dist-info/WHEEL,sha256=wRfj8GLw6XkUkX0dkamG42TDgUgPnSOCdLYcT08AD6w,94
3
- baml_py-0.210.0.dist-info/entry_points.txt,sha256=C5Qb3JdnQK_6tOFKhrAJnEJsMSQzSoluojZp7aDNZGk,86
4
- baml_py-0.210.0.dist-info/licenses/LICENSE,sha256=WtjCEwlcVzkh1ziO35P2qfVEkLjr87Flro7xlHz3CEY,11556
1
+ baml_py-0.211.1.dist-info/METADATA,sha256=SB2nLrqQFeU_5qJ45zFvFekPV_4fClx-IyQXEXazHtI,305
2
+ baml_py-0.211.1.dist-info/WHEEL,sha256=_14R2rwuMthxK09dWhxZSIlbEo8HtjML8V8AsLBlX8w,94
3
+ baml_py-0.211.1.dist-info/entry_points.txt,sha256=C5Qb3JdnQK_6tOFKhrAJnEJsMSQzSoluojZp7aDNZGk,86
4
+ baml_py-0.211.1.dist-info/licenses/LICENSE,sha256=WtjCEwlcVzkh1ziO35P2qfVEkLjr87Flro7xlHz3CEY,11556
5
5
  baml_py/__init__.py,sha256=iya4VPU6rBDBAjRnRVTjr0lsagfUV289picJ8HGZA34,991
6
- baml_py/baml_py.pyd,sha256=bfpa-QgPRufRwqGsbw9Bq6sNgUHazC5aVmEbd-_1j8E,46800896
7
- baml_py/baml_py.pyi,sha256=lE8W8GrzhJ34qgzCjAMcdjYq8_OdSO316bwIGHeFmmc,17861
6
+ baml_py/baml_py.pyd,sha256=p9d1VQeIAtt4nXj5iZHppclHvsGcq17VTEGPaMloCoE,45813760
7
+ baml_py/baml_py.pyi,sha256=DhDx0nR_fIWMLmKkmntFYpzv9PKAw6akkzc91WX7CTo,17811
8
8
  baml_py/ctx_manager.py,sha256=KLsEi-clqnabNKR-R2hCoBd3SxY5uxZqBl1AFgfejng,6268
9
9
  baml_py/errors.py,sha256=IVgxDwBuB_4S2WxYq3DMko_OVY2clNxNallEMDSwFAQ,453
10
10
  baml_py/internal_monkeypatch.py,sha256=aiEc9WaQ0UEi84evpuY3E_xkrmsysFsMLH504urL_u4,3662
11
- baml_py/logging.py,sha256=x5sJibE7KfT4YsnNgmyXbhzHu4xOwLtc4trbYHsYmzc,193
11
+ baml_py/logging.py,sha256=HCGGnh3EUMSssZFpiJ0taKoLK-w-KyHQzZCU94OMVKI,339
12
12
  baml_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
13
  baml_py/safe_import.py,sha256=gV6nMqBx-O6INutLxGSdfKzgtICx4WjXV40uz_NKwhQ,2971
14
14
  baml_py/stream.py,sha256=RiKSTf8tKMVVm2b1y7ZPkoFhGJ1LsxEYHAQ1Xy6w8Vs,8468
15
15
  baml_py/type_builder.py,sha256=qTEQSU3aZn-D9r_KS0z2sI6yo0XXbXA0h6gxN4nqcrU,5804
16
- baml_py-0.210.0.dist-info/RECORD,,
16
+ baml_py-0.211.1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: maturin (1.9.4)
2
+ Generator: maturin (1.9.6)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp38-abi3-win_arm64