sunholo 0.58.2__py3-none-any.whl → 0.58.3__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.
@@ -1,9 +1,11 @@
1
1
  import os
2
2
  from urllib.parse import quote
3
3
  from datetime import datetime, timedelta
4
+
5
+ import google.auth # needs to be in minimal to check gcp
6
+
4
7
  try:
5
- from google.cloud import storage
6
- import google.auth
8
+ from google.cloud import storage
7
9
  from google.auth.transport import requests
8
10
  from google.auth.exceptions import RefreshError
9
11
  except ImportError:
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sunholo
3
- Version: 0.58.2
3
+ Version: 0.58.3
4
4
  Summary: Large Language Model DevOps - a package to help deploy LLMs to the Cloud.
5
5
  Home-page: https://github.com/sunholo-data/sunholo-py
6
- Download-URL: https://github.com/sunholo-data/sunholo-py/archive/refs/tags/v0.58.2.tar.gz
6
+ Download-URL: https://github.com/sunholo-data/sunholo-py/archive/refs/tags/v0.58.3.tar.gz
7
7
  Author: Holosun ApS
8
8
  Author-email: multivac@sunholo.com
9
9
  License: Apache License, Version 2.0
@@ -21,6 +21,7 @@ License-File: LICENSE.txt
21
21
  Requires-Dist: langchain
22
22
  Requires-Dist: langchain-experimental
23
23
  Requires-Dist: langchain-community
24
+ Requires-Dist: google-auth
24
25
  Provides-Extra: all
25
26
  Requires-Dist: asyncpg ; extra == 'all'
26
27
  Requires-Dist: flask ; extra == 'all'
@@ -68,7 +69,6 @@ Requires-Dist: pgvector ; extra == 'database'
68
69
  Requires-Dist: psycopg2-binary ; extra == 'database'
69
70
  Requires-Dist: lancedb ; extra == 'database'
70
71
  Provides-Extra: gcp
71
- Requires-Dist: google-auth ; extra == 'gcp'
72
72
  Requires-Dist: google-auth-httplib2 ; extra == 'gcp'
73
73
  Requires-Dist: google-auth-oauthlib ; extra == 'gcp'
74
74
  Requires-Dist: google-cloud-aiplatform ; extra == 'gcp'
@@ -56,7 +56,7 @@ sunholo/embedder/__init__.py,sha256=sI4N_CqgEVcrMDxXgxKp1FsfsB4FpjoXgPGkl4N_u4I,
56
56
  sunholo/embedder/embed_chunk.py,sha256=XV1kdDUWw2QO-am5_Yl7GrYP9V_4i1XRNNFPhqUSnZQ,5851
57
57
  sunholo/gcs/__init__.py,sha256=DtVw_AZwQn-IguR5BJuIi2XJeF_FQXizhJikzRNrXiE,50
58
58
  sunholo/gcs/add_file.py,sha256=JmJIuz5Z1h7-eJ6s2eE3wc8Y4IAv3Jridq1xfQbD9_E,4711
59
- sunholo/gcs/download_url.py,sha256=PAwYShV-sRd9sNvuJrEOvfF1V34ovVP0omWbuwDkRrA,4751
59
+ sunholo/gcs/download_url.py,sha256=WnRF5H0IX9tyiuD4b_UfV2InsR8kDTi1VYfXpx5_Vc0,4791
60
60
  sunholo/gcs/metadata.py,sha256=C9sMPsHsq1ETetdQCqB3EBs3Kws8b8QHS9L7ei_v5aw,891
61
61
  sunholo/langfuse/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
62
62
  sunholo/langfuse/callback.py,sha256=G9xcZHpLvyzolU57ycItLaooMCtRuM37QJSWjiwQEd0,1776
@@ -89,9 +89,9 @@ sunholo/utils/gcp.py,sha256=B2G1YKjeD7X9dqO86Jrp2vPuFwZ223Xl5Tg09Ndw-oc,5760
89
89
  sunholo/utils/parsers.py,sha256=OrHmASqIbI45atVOhiGodgLvnfrzkvVzyHnSvAXD89I,3841
90
90
  sunholo/vertex/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
91
91
  sunholo/vertex/init_vertex.py,sha256=JDMUaBRdednzbKF-5p33qqLit2LMsvgvWW-NRz0AqO0,1801
92
- sunholo-0.58.2.dist-info/LICENSE.txt,sha256=SdE3QjnD3GEmqqg9EX3TM9f7WmtOzqS1KJve8rhbYmU,11345
93
- sunholo-0.58.2.dist-info/METADATA,sha256=6N_BstncHOJiJJJ4N1QOHiKDxUB_Bc8UDnB2NA_xVb0,7894
94
- sunholo-0.58.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
95
- sunholo-0.58.2.dist-info/entry_points.txt,sha256=bZuN5AIHingMPt4Ro1b_T-FnQvZ3teBes-3OyO0asl4,49
96
- sunholo-0.58.2.dist-info/top_level.txt,sha256=wt5tadn5--5JrZsjJz2LceoUvcrIvxjHJe-RxuudxAk,8
97
- sunholo-0.58.2.dist-info/RECORD,,
92
+ sunholo-0.58.3.dist-info/LICENSE.txt,sha256=SdE3QjnD3GEmqqg9EX3TM9f7WmtOzqS1KJve8rhbYmU,11345
93
+ sunholo-0.58.3.dist-info/METADATA,sha256=b6EyBKaGDUvY355FAT2ZbVZgnnrFxiowbkhiAcQHe3Q,7877
94
+ sunholo-0.58.3.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
95
+ sunholo-0.58.3.dist-info/entry_points.txt,sha256=bZuN5AIHingMPt4Ro1b_T-FnQvZ3teBes-3OyO0asl4,49
96
+ sunholo-0.58.3.dist-info/top_level.txt,sha256=wt5tadn5--5JrZsjJz2LceoUvcrIvxjHJe-RxuudxAk,8
97
+ sunholo-0.58.3.dist-info/RECORD,,