stackit-postgresflex 1.0.2__tar.gz → 1.1.0__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.
Files changed (69) hide show
  1. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/PKG-INFO +5 -4
  2. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/pyproject.toml +2 -2
  3. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/LICENSE.md +0 -0
  4. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/NOTICE.txt +0 -0
  5. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/README.md +0 -0
  6. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/__init__.py +0 -0
  7. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/api/__init__.py +0 -0
  8. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/api/default_api.py +0 -0
  9. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/api_client.py +0 -0
  10. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/api_response.py +0 -0
  11. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/configuration.py +0 -0
  12. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/exceptions.py +0 -0
  13. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/__init__.py +0 -0
  14. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/acl.py +0 -0
  15. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/api_configuration.py +0 -0
  16. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/api_extension_config_load_response.py +0 -0
  17. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/api_extension_configure_response.py +0 -0
  18. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/api_extension_delete_response.py +0 -0
  19. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/api_extension_list.py +0 -0
  20. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/api_extension_load_response.py +0 -0
  21. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/api_install_response.py +0 -0
  22. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/api_installed_list_response.py +0 -0
  23. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/backup.py +0 -0
  24. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/clone_instance_payload.py +0 -0
  25. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/clone_instance_response.py +0 -0
  26. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/create_database_payload.py +0 -0
  27. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/create_instance_payload.py +0 -0
  28. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/create_instance_response.py +0 -0
  29. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/create_user_payload.py +0 -0
  30. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/create_user_response.py +0 -0
  31. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/error.py +0 -0
  32. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/extensions_configuration.py +0 -0
  33. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/extensions_extension_list_response.py +0 -0
  34. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/extensions_new_config.py +0 -0
  35. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/flavor.py +0 -0
  36. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/get_backup_response.py +0 -0
  37. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/get_user_response.py +0 -0
  38. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/instance.py +0 -0
  39. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/instance_create_database_response.py +0 -0
  40. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/instance_data_point.py +0 -0
  41. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/instance_database.py +0 -0
  42. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/instance_host.py +0 -0
  43. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/instance_host_metric.py +0 -0
  44. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/instance_list_databases_response.py +0 -0
  45. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/instance_list_instance.py +0 -0
  46. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/instance_metrics_response.py +0 -0
  47. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/instance_response.py +0 -0
  48. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/list_backups_response.py +0 -0
  49. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/list_flavors_response.py +0 -0
  50. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/list_instances_response.py +0 -0
  51. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/list_storages_response.py +0 -0
  52. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/list_users_response.py +0 -0
  53. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/list_users_response_item.py +0 -0
  54. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/list_versions_response.py +0 -0
  55. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/partial_update_instance_payload.py +0 -0
  56. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/partial_update_instance_response.py +0 -0
  57. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/partial_update_user_payload.py +0 -0
  58. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/postgres_database_parameter.py +0 -0
  59. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/postgres_database_parameter_response.py +0 -0
  60. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/reset_user_response.py +0 -0
  61. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/storage.py +0 -0
  62. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/storage_range.py +0 -0
  63. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/update_backup_schedule_payload.py +0 -0
  64. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/update_instance_payload.py +0 -0
  65. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/update_user_payload.py +0 -0
  66. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/user.py +0 -0
  67. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/models/user_response.py +0 -0
  68. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/py.typed +0 -0
  69. {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.1.0}/src/stackit/postgresflex/rest.py +0 -0
@@ -1,14 +1,13 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: stackit-postgresflex
3
- Version: 1.0.2
3
+ Version: 1.1.0
4
4
  Summary: STACKIT PostgreSQL Flex API
5
5
  Author: STACKIT Developer Tools
6
6
  Author-email: developer-tools@stackit.cloud
7
- Requires-Python: >=3.8,<4.0
7
+ Requires-Python: >=3.9,<4.0
8
8
  Classifier: License :: OSI Approved :: Apache Software License
9
9
  Classifier: Operating System :: OS Independent
10
10
  Classifier: Programming Language :: Python :: 3
11
- Classifier: Programming Language :: Python :: 3.8
12
11
  Classifier: Programming Language :: Python :: 3.9
13
12
  Classifier: Programming Language :: Python :: 3.10
14
13
  Classifier: Programming Language :: Python :: 3.11
@@ -18,6 +17,8 @@ Requires-Dist: pydantic (>=2.9.2)
18
17
  Requires-Dist: python-dateutil (>=2.9.0.post0)
19
18
  Requires-Dist: requests (>=2.32.3)
20
19
  Requires-Dist: stackit-core (>=0.0.1a)
20
+ Project-URL: Homepage, https://github.com/stackitcloud/stackit-sdk-python
21
+ Project-URL: Issues, https://github.com/stackitcloud/stackit-sdk-python/issues
21
22
  Description-Content-Type: text/markdown
22
23
 
23
24
  # stackit.postgresflex
@@ -3,7 +3,7 @@ name = "stackit-postgresflex"
3
3
 
4
4
  [tool.poetry]
5
5
  name = "stackit-postgresflex"
6
- version = "v1.0.2"
6
+ version = "v1.1.0"
7
7
  authors = [
8
8
  "STACKIT Developer Tools <developer-tools@stackit.cloud>",
9
9
  ]
@@ -20,7 +20,7 @@ packages = [
20
20
  ]
21
21
 
22
22
  [tool.poetry.dependencies]
23
- python = ">=3.8,<4.0"
23
+ python = ">=3.9,<4.0"
24
24
  stackit-core = ">=0.0.1a"
25
25
  requests = ">=2.32.3"
26
26
  pydantic = ">=2.9.2"