lmnr 0.6.6__py3-none-any.whl → 0.6.7__py3-none-any.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.
lmnr/version.py CHANGED
@@ -3,7 +3,7 @@ import httpx
3
3
  from packaging import version
4
4
 
5
5
 
6
- __version__ = "0.6.6"
6
+ __version__ = "0.6.7"
7
7
  PYTHON_VERSION = f"{sys.version_info.major}.{sys.version_info.minor}"
8
8
 
9
9
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: lmnr
3
- Version: 0.6.6
3
+ Version: 0.6.7
4
4
  Summary: Python SDK for Laminar
5
5
  License: Apache-2.0
6
6
  Author: lmnr.ai
@@ -41,7 +41,7 @@ Provides-Extra: vertexai
41
41
  Provides-Extra: watsonx
42
42
  Provides-Extra: weaviate
43
43
  Requires-Dist: argparse (>=1.0)
44
- Requires-Dist: grpcio (<1.68.0)
44
+ Requires-Dist: grpcio (>=1)
45
45
  Requires-Dist: httpx (>=0.25.0)
46
46
  Requires-Dist: opentelemetry-api (>=1.33.0)
47
47
  Requires-Dist: opentelemetry-exporter-otlp-proto-grpc (>=1.33.0)
@@ -48,9 +48,9 @@ lmnr/sdk/laminar.py,sha256=jbsNHl-IbZs_6okGGckkDbh_gpV2rsR3ao5jflIZHgU,28627
48
48
  lmnr/sdk/log.py,sha256=nt_YMmPw1IRbGy0b7q4rTtP4Yo3pQfNxqJPXK3nDSNQ,2213
49
49
  lmnr/sdk/types.py,sha256=wnC1OkF-FErpAaRbEGYtiDnPBYw2qxmz3zu8kVBMn7w,12657
50
50
  lmnr/sdk/utils.py,sha256=AK9njI7s0cacR93NpvQr6nEiEp6Cj-GIBWSdbFHrWVk,3858
51
- lmnr/version.py,sha256=mhHzwj2eibp55ErvbjUipBjlxuc_-hMH-cT7ZNCN6Ck,1321
52
- lmnr-0.6.6.dist-info/LICENSE,sha256=67b_wJHVV1CBaWkrKFWU1wyqTPSdzH77Ls-59631COg,10411
53
- lmnr-0.6.6.dist-info/METADATA,sha256=_LjR4ov6NHgMmdZsGXnJECju7P2Dwt7YudVL3LDen5Y,15135
54
- lmnr-0.6.6.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
55
- lmnr-0.6.6.dist-info/entry_points.txt,sha256=K1jE20ww4jzHNZLnsfWBvU3YKDGBgbOiYG5Y7ivQcq4,37
56
- lmnr-0.6.6.dist-info/RECORD,,
51
+ lmnr/version.py,sha256=QKgugwDOKRISsnVvyqWlOf4zKJ-k26wBS0Qk3AIWIJU,1321
52
+ lmnr-0.6.7.dist-info/LICENSE,sha256=67b_wJHVV1CBaWkrKFWU1wyqTPSdzH77Ls-59631COg,10411
53
+ lmnr-0.6.7.dist-info/METADATA,sha256=zDwh1midVEMqtKFf_lcohn1TMU_g396t2XSCv-MSWXI,15131
54
+ lmnr-0.6.7.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
55
+ lmnr-0.6.7.dist-info/entry_points.txt,sha256=K1jE20ww4jzHNZLnsfWBvU3YKDGBgbOiYG5Y7ivQcq4,37
56
+ lmnr-0.6.7.dist-info/RECORD,,
File without changes
File without changes