para-sdk 0.21.4rc8__cp38-abi3-manylinux_2_34_x86_64.whl → 0.21.4rc9__cp38-abi3-manylinux_2_34_x86_64.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.

Potentially problematic release.


This version of para-sdk might be problematic. Click here for more details.

para/notebook_client.py CHANGED
@@ -21,8 +21,6 @@ class NotebookClient:
21
21
  def new_request(self, subject: str, action: str, target_actor_id=None, **kwargs):
22
22
  return self._client.pncp.skill_request(subject, action, target=target_actor_id, **kwargs)
23
23
 
24
-
25
-
26
24
 
27
25
  async def from_env():
28
26
  paranet_endpoint = os.environ.get('PARANET_ENDPOINT')
@@ -30,7 +28,7 @@ async def from_env():
30
28
  if not paranet_endpoint:
31
29
  raise ValueError("PARANET_ENDPOINT is not set")
32
30
 
33
- actor = os.environ.get('PARANET_ACTOR')
31
+ actor = os.environ.get('PARANET_ACTOR_ID')
34
32
  version = os.environ.get('PARANET_ACTOR_VERSION') or '1.0.0'
35
33
 
36
34
  if not actor:
@@ -38,12 +36,12 @@ async def from_env():
38
36
 
39
37
  actor_entity_id = f'{actor}@{version}'
40
38
 
41
- paranet_access_token = os.environ.get('PARANET_ACCESS_TOKEN')
42
- paranet_refresh_token = os.environ.get('PARANET_REFRESH_TOKEN')
39
+ paranet_access_token = os.environ.get('PARANET_ACTOR_ACCESS_TOKEN')
40
+ paranet_refresh_token = os.environ.get('PARANET_ACTOR_REFRESH_TOKEN')
43
41
 
44
- paranet_jwt = os.environ.get('PARANET_JWT')
45
- paranet_password = os.environ.get('PARANET_PASSWORD')
46
- paranet_cognito_password = os.environ.get('PARANET_COGNITO_PASSWORD')
42
+ paranet_jwt = os.environ.get('PARANET_ACTOR_JWT')
43
+ paranet_password = os.environ.get('PARANET_ACTOR_PASSWORD')
44
+ paranet_cognito_password = os.environ.get('PARANET_ACTOR_COGNITO_PASSWORD')
47
45
 
48
46
 
49
47
  print(f"Paranet endpoint: {paranet_endpoint}")
para/para.abi3.so CHANGED
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: para-sdk
3
- Version: 0.21.4rc8
3
+ Version: 0.21.4rc9
4
4
  Requires-Dist: python-mimeparse
5
5
  Requires-Dist: panel
6
6
  Requires-Dist: pydeck
@@ -3,9 +3,9 @@ para/__main__.py,sha256=GUDEQZo7PdWXRCYbNZm65kcl0lENtu3AikKs0bflDrM,64
3
3
  para/client.py,sha256=-L3BQ54fumiD06vW97etNcPbFgUA6qIjJUu0YF6Ng8A,10141
4
4
  para/conversation_panel.py,sha256=cGRdl2ay1BJJ1yOsJTunDgJAY7CD4BczTiWE0VzN3xc,2168
5
5
  para/messages.py,sha256=U41mSpPXp9ub5JpUU53hn-yha9dCA9qOxrj9vsGQUHY,6102
6
- para/notebook_client.py,sha256=RcDokI59j4jGg-6O2ej91ShRIRjneAIjEL1tK2WbBYY,2032
7
- para/para.abi3.so,sha256=uJrLjepHZOEPvTjMtuLBcz7E9MoJz93N99UHM9hXkvo,77664808
6
+ para/notebook_client.py,sha256=bSw3zZWtjw0fM1r4J-0fljriI62rghkwuScZftgmO6U,2059
7
+ para/para.abi3.so,sha256=mm8XNzN5XRNOK_BumY9MQM5oo4_esyIfZXGpOofHj4s,77655872
8
8
  para/poller.py,sha256=vmUeA_Gj9xD7O15n9tY8w37QMMHZwfJpbShB9lNHoJ4,1666
9
- para_sdk-0.21.4rc8.dist-info/METADATA,sha256=wibDE8Vxsw7BoF2vkNcrzpfL1UJbBHiNZJGxViMLxdo,154
10
- para_sdk-0.21.4rc8.dist-info/WHEEL,sha256=pUkYIDB1vZX9ZqAclLOB_KP53Hv9iCsStkIScN-dKhw,106
11
- para_sdk-0.21.4rc8.dist-info/RECORD,,
9
+ para_sdk-0.21.4rc9.dist-info/METADATA,sha256=g0zCB--p2U-pRiJvUl_R2rKYdpOk3LTZjcPayJZb03o,154
10
+ para_sdk-0.21.4rc9.dist-info/WHEEL,sha256=pUkYIDB1vZX9ZqAclLOB_KP53Hv9iCsStkIScN-dKhw,106
11
+ para_sdk-0.21.4rc9.dist-info/RECORD,,