uipath 2.0.0__tar.gz → 2.0.0.dev3__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.

Potentially problematic release.


This version of uipath might be problematic. Click here for more details.

Files changed (75) hide show
  1. {uipath-2.0.0 → uipath-2.0.0.dev3}/PKG-INFO +3 -2
  2. {uipath-2.0.0 → uipath-2.0.0.dev3}/pyproject.toml +3 -2
  3. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/middlewares.py +1 -1
  4. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_services/buckets_service.py +3 -3
  5. {uipath-2.0.0 → uipath-2.0.0.dev3}/.gitignore +0 -0
  6. {uipath-2.0.0 → uipath-2.0.0.dev3}/README.md +0 -0
  7. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/__init__.py +0 -0
  8. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/README.md +0 -0
  9. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/__init__.py +0 -0
  10. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_auth/_auth_server.py +0 -0
  11. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_auth/_models.py +0 -0
  12. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_auth/_oidc_utils.py +0 -0
  13. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_auth/_portal_service.py +0 -0
  14. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_auth/_utils.py +0 -0
  15. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_auth/auth_config.json +0 -0
  16. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_auth/index.html +0 -0
  17. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_auth/localhost.crt +0 -0
  18. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_auth/localhost.key +0 -0
  19. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_runtime/_contracts.py +0 -0
  20. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_runtime/_logging.py +0 -0
  21. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_runtime/_runtime.py +0 -0
  22. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_templates/.psmdcp.template +0 -0
  23. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_templates/.rels.template +0 -0
  24. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_templates/[Content_Types].xml.template +0 -0
  25. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_templates/main.py.template +0 -0
  26. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_templates/package.nuspec.template +0 -0
  27. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_utils/_common.py +0 -0
  28. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_utils/_input_args.py +0 -0
  29. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_utils/_parse_ast.py +0 -0
  30. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/cli_auth.py +0 -0
  31. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/cli_deploy.py +0 -0
  32. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/cli_init.py +0 -0
  33. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/cli_new.py +0 -0
  34. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/cli_pack.py +0 -0
  35. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/cli_publish.py +0 -0
  36. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/cli_run.py +0 -0
  37. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_config.py +0 -0
  38. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_execution_context.py +0 -0
  39. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_folder_context.py +0 -0
  40. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_models/__init__.py +0 -0
  41. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_models/action_schema.py +0 -0
  42. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_models/actions.py +0 -0
  43. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_models/assets.py +0 -0
  44. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_models/connections.py +0 -0
  45. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_models/context_grounding.py +0 -0
  46. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_models/context_grounding_index.py +0 -0
  47. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_models/exceptions.py +0 -0
  48. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_models/interrupt_models.py +0 -0
  49. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_models/job.py +0 -0
  50. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_models/llm_gateway.py +0 -0
  51. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_models/processes.py +0 -0
  52. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_models/queues.py +0 -0
  53. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_services/__init__.py +0 -0
  54. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_services/_base_service.py +0 -0
  55. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_services/actions_service.py +0 -0
  56. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_services/api_client.py +0 -0
  57. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_services/assets_service.py +0 -0
  58. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_services/connections_service.py +0 -0
  59. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_services/connections_service.pyi +0 -0
  60. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_services/context_grounding_service.py +0 -0
  61. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_services/folder_service.py +0 -0
  62. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_services/jobs_service.py +0 -0
  63. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_services/llm_gateway_service.py +0 -0
  64. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_services/processes_service.py +0 -0
  65. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_services/queues_service.py +0 -0
  66. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_uipath.py +0 -0
  67. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_utils/__init__.py +0 -0
  68. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_utils/_endpoint.py +0 -0
  69. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_utils/_infer_bindings.py +0 -0
  70. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_utils/_logs.py +0 -0
  71. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_utils/_request_override.py +0 -0
  72. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_utils/_request_spec.py +0 -0
  73. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_utils/_user_agent.py +0 -0
  74. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_utils/constants.py +0 -0
  75. {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/py.typed +0 -0
@@ -1,17 +1,18 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: uipath
3
- Version: 2.0.0
3
+ Version: 2.0.0.dev3
4
4
  Summary: Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools.
5
5
  Project-URL: Homepage, https://uipath.com
6
6
  Project-URL: Repository, https://github.com/UiPath/uipath-python
7
7
  Maintainer-email: Marius Cosareanu <marius.cosareanu@uipath.com>, Cristian Pufu <cristian.pufu@uipath.com>
8
8
  Classifier: Development Status :: 3 - Alpha
9
9
  Classifier: Intended Audience :: Developers
10
+ Classifier: Programming Language :: Python :: 3.9
10
11
  Classifier: Programming Language :: Python :: 3.10
11
12
  Classifier: Programming Language :: Python :: 3.11
12
13
  Classifier: Programming Language :: Python :: 3.12
13
14
  Classifier: Topic :: Software Development :: Build Tools
14
- Requires-Python: >=3.10
15
+ Requires-Python: >=3.9
15
16
  Requires-Dist: click>=8.1.8
16
17
  Requires-Dist: httpx>=0.28.1
17
18
  Requires-Dist: pydantic>=2.11.1
@@ -1,9 +1,9 @@
1
1
  [project]
2
2
  name = "uipath"
3
- version = "2.0.0"
3
+ version = "2.0.0.dev3"
4
4
  description = "Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools."
5
5
  readme = { file = "README.md", content-type = "text/markdown" }
6
- requires-python = ">=3.10"
6
+ requires-python = ">=3.9"
7
7
  dependencies = [
8
8
  "click>=8.1.8",
9
9
  "httpx>=0.28.1",
@@ -19,6 +19,7 @@ classifiers = [
19
19
  "Development Status :: 3 - Alpha",
20
20
  "Intended Audience :: Developers",
21
21
  "Topic :: Software Development :: Build Tools",
22
+ "Programming Language :: Python :: 3.9",
22
23
  "Programming Language :: Python :: 3.10",
23
24
  "Programming Language :: Python :: 3.11",
24
25
  "Programming Language :: Python :: 3.12",
@@ -86,7 +86,7 @@ class Middlewares:
86
86
  else:
87
87
  middlewares = list(entry_points.get("uipath.middlewares", []))
88
88
  except Exception:
89
- middlewares = list(importlib.metadata.entry_points()) # type: ignore
89
+ middlewares = list(importlib.metadata.entry_points())
90
90
  middlewares = [
91
91
  ep for ep in middlewares if ep.group == "uipath.middlewares"
92
92
  ]
@@ -45,7 +45,7 @@ class BucketsService(FolderContext, BaseService):
45
45
  headers = {
46
46
  key: value
47
47
  for key, value in zip(
48
- result["Headers"]["Keys"], result["Headers"]["Values"], strict=False
48
+ result["Headers"]["Keys"], result["Headers"]["Values"]
49
49
  )
50
50
  }
51
51
 
@@ -98,7 +98,7 @@ class BucketsService(FolderContext, BaseService):
98
98
  headers = {
99
99
  key: value
100
100
  for key, value in zip(
101
- result["Headers"]["Keys"], result["Headers"]["Values"], strict=False
101
+ result["Headers"]["Keys"], result["Headers"]["Values"]
102
102
  )
103
103
  }
104
104
 
@@ -149,7 +149,7 @@ class BucketsService(FolderContext, BaseService):
149
149
  headers = {
150
150
  key: value
151
151
  for key, value in zip(
152
- result["Headers"]["Keys"], result["Headers"]["Values"], strict=False
152
+ result["Headers"]["Keys"], result["Headers"]["Values"]
153
153
  )
154
154
  }
155
155
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes