cycls 0.0.2.66__tar.gz → 0.0.2.67__tar.gz

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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cycls
3
- Version: 0.0.2.66
3
+ Version: 0.0.2.67
4
4
  Summary: Distribute Intelligence
5
5
  Author: Mohammed J. AlRujayi
6
6
  Author-email: mj@cycls.com
@@ -1,6 +1,5 @@
1
- import json, time, modal, inspect, uvicorn
1
+ import time, inspect, uvicorn
2
2
  from .runtime import Runtime
3
- from modal.runner import run_app
4
3
  from .web import web, Config
5
4
  from .auth import PK_LIVE, PK_TEST, JWKS_PROD, JWKS_TEST
6
5
  import importlib.resources
@@ -123,6 +122,8 @@ class Agent:
123
122
  return
124
123
 
125
124
  def modal(self, prod=False):
125
+ import modal
126
+ from modal.runner import run_app
126
127
  self.client = modal.Client.from_credentials(*self.modal_keys)
127
128
  image = (modal.Image.debian_slim()
128
129
  .pip_install("fastapi[standard]", "pyjwt", "cryptography", *self.pip)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "cycls"
3
- version = "0.0.2.66"
3
+ version = "0.0.2.67"
4
4
 
5
5
  packages = [{ include = "cycls" }]
6
6
  include = ["cycls/theme/**/*"]
File without changes
File without changes
File without changes
File without changes
File without changes