worker-automate-hub 0.5.718__py3-none-any.whl → 0.5.719__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.
@@ -147,9 +147,10 @@ async def get_processo(uuidProcesso: str) -> RpaProcesso:
147
147
  raise ValueError("O uuid do processo deve ser informado")
148
148
 
149
149
  headers_basic = {"Authorization": f"Basic {env_config["API_AUTHORIZATION"]}"}
150
+ timeout = aiohttp.ClientTimeout(total=600)
150
151
 
151
152
  async with aiohttp.ClientSession(
152
- connector=aiohttp.TCPConnector(verify_ssl=True)
153
+ connector=aiohttp.TCPConnector(verify_ssl=True), timeout=timeout
153
154
  ) as session:
154
155
  async with session.get(
155
156
  f"{env_config["API_BASE_URL"]}/processo/{uuidProcesso}",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: worker-automate-hub
3
- Version: 0.5.718
3
+ Version: 0.5.719
4
4
  Summary: Worker Automate HUB é uma aplicação para automatizar rotinas de RPA nos ambientes Argenta.
5
5
  Author: Joel Paim
6
6
  Requires-Python: >=3.12,<4.0
@@ -1,7 +1,7 @@
1
1
  worker_automate_hub/__init__.py,sha256=LV28uQvBfpPIqudGIMJmVB8E941MjXHcu8DMoX5n8AM,25
2
2
  worker_automate_hub/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  worker_automate_hub/api/ahead_service.py,sha256=QbNrZf9q7fS0s-S5fZVytqC7dINi9u2f6aB6SDrGVVA,2231
4
- worker_automate_hub/api/client.py,sha256=oOXEbXgF_LsFuOjF6vn4yPQE2jR7uY63yJbHNk7DFfY,25582
4
+ worker_automate_hub/api/client.py,sha256=nwF_lkADWjOP3JAu08jJ0W6XbHAbwo7xNiNVlafwM2M,25652
5
5
  worker_automate_hub/api/datalake_service.py,sha256=qw_N_OOgDKDuPbI-fdYkWWTlT4CUtFTl0VVlZ0fLM-M,3001
6
6
  worker_automate_hub/api/helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  worker_automate_hub/api/helpers/api_helpers.py,sha256=SkheO2fXexeh-a4shr8Qzsz_kZhuSG0DJ7kbODctRbM,3696
@@ -98,7 +98,7 @@ worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbV
98
98
  worker_automate_hub/utils/util.py,sha256=WooEK9h7xOwg_Z2g_SEFa7iJ7MbzQUzKcJBHCheKBUs,206793
99
99
  worker_automate_hub/utils/utils_nfe_entrada.py,sha256=ERqMuyL7yf3ID5P6vHyFNh7N5LqNRduUKLY8069Oabo,37958
100
100
  worker_automate_hub/worker.py,sha256=axdrr1xLTjWEyWfcyH3OCSpPTsyzck_fL_0u1DBLjvw,6525
101
- worker_automate_hub-0.5.718.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
102
- worker_automate_hub-0.5.718.dist-info/METADATA,sha256=A-EeDSXjFNi__M_VWc5c0l72GuioNmwM-h8Y9E3niR8,3049
103
- worker_automate_hub-0.5.718.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
104
- worker_automate_hub-0.5.718.dist-info/RECORD,,
101
+ worker_automate_hub-0.5.719.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
102
+ worker_automate_hub-0.5.719.dist-info/METADATA,sha256=nWdbR3nn7Hcb0NpGKZBeFGNM0-tysTiBzMMjQn7655A,3049
103
+ worker_automate_hub-0.5.719.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
104
+ worker_automate_hub-0.5.719.dist-info/RECORD,,