Skip to content

Commit 97ea455

Browse files
committed
bump deps for pypi deploy
1 parent 1672a1f commit 97ea455

File tree

8 files changed

+139
-7
lines changed

8 files changed

+139
-7
lines changed

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packageName": "notehub_py",
33
"packageUrl": "https://github.com/blues/notehub-py",
44
"projectName": "notehub-py",
5-
"packageVersion": "1.0.16"
5+
"packageVersion": "1.0.17"
66
}

src/.openapi-generator/FILES

Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.github/workflows/python.yml
22
.gitignore
33
.gitlab-ci.yml
4+
.openapi-generator-ignore
45
.travis.yml
56
README.md
67
docs/Alert.md
@@ -281,4 +282,135 @@ setup.cfg
281282
setup.py
282283
test-requirements.txt
283284
test/__init__.py
285+
test/test_alert.py
286+
test/test_alert_api.py
287+
test/test_alert_data_inner.py
288+
test/test_alert_notifications_inner.py
289+
test/test_authorization_api.py
290+
test/test_aws.py
291+
test/test_aws_filter.py
292+
test/test_aws_transform.py
293+
test/test_azure.py
294+
test/test_billing_account.py
295+
test/test_billing_account_api.py
296+
test/test_billing_account_role.py
297+
test/test_body.py
298+
test/test_clone_project_request.py
299+
test/test_contact.py
300+
test/test_create_fleet_request.py
301+
test/test_create_monitor.py
302+
test/test_create_product_request.py
303+
test/test_create_project_request.py
304+
test/test_create_update_repository.py
305+
test/test_current_firmware.py
306+
test/test_data_field.py
307+
test/test_data_set_field.py
308+
test/test_delete_device_fleets_request.py
309+
test/test_device.py
310+
test/test_device_api.py
311+
test/test_device_dfu_history.py
312+
test/test_device_dfu_history_current.py
313+
test/test_device_dfu_history_page.py
314+
test/test_device_dfu_state_machine.py
315+
test/test_device_dfu_state_machine_node.py
316+
test/test_device_dfu_status.py
317+
test/test_device_dfu_status_page.py
318+
test/test_device_session.py
319+
test/test_device_tower_info.py
320+
test/test_device_usage.py
321+
test/test_dfu_action_request.py
322+
test/test_dfu_env.py
323+
test/test_dfu_state.py
324+
test/test_email_notification.py
325+
test/test_env_tree_json_node.py
326+
test/test_env_var.py
327+
test/test_environment_variables.py
328+
test/test_error.py
329+
test/test_event.py
330+
test/test_event_api.py
331+
test/test_external_devices_api.py
332+
test/test_firmware.py
333+
test/test_firmware_info.py
334+
test/test_fleet.py
335+
test/test_get_alerts200_response.py
336+
test/test_get_billing_accounts200_response.py
337+
test/test_get_device_environment_variables_by_pin200_response.py
338+
test/test_get_device_fleets200_response.py
339+
test/test_get_device_health_log200_response.py
340+
test/test_get_device_health_log200_response_health_log_inner.py
341+
test/test_get_device_latest200_response.py
342+
test/test_get_device_public_key200_response.py
343+
test/test_get_device_sessions200_response.py
344+
test/test_get_project_device_public_keys200_response.py
345+
test/test_get_project_device_public_keys200_response_device_public_keys_inner.py
346+
test/test_get_project_devices200_response.py
347+
test/test_get_project_events200_response.py
348+
test/test_get_project_events_by_cursor200_response.py
349+
test/test_get_project_members200_response.py
350+
test/test_get_project_products200_response.py
351+
test/test_get_projects200_response.py
352+
test/test_get_webhooks200_response.py
353+
test/test_google.py
354+
test/test_handle_note_changes200_response.py
355+
test/test_handle_note_get200_response.py
356+
test/test_handle_note_signal200_response.py
357+
test/test_handle_notefile_changes200_response.py
358+
test/test_handle_notefile_changes_pending200_response.py
359+
test/test_handle_notefile_delete_request.py
360+
test/test_http.py
361+
test/test_location.py
362+
test/test_login200_response.py
363+
test/test_login_request.py
364+
test/test_monitor.py
365+
test/test_monitor_alert_routes_inner.py
366+
test/test_monitor_api.py
367+
test/test_mqtt.py
368+
test/test_note.py
369+
test/test_notefile_schema.py
370+
test/test_notehub_route.py
371+
test/test_notehub_route_schema.py
372+
test/test_o_auth2_error.py
373+
test/test_o_auth2_token_response.py
374+
test/test_personal_access_token.py
375+
test/test_personal_access_token_created_by.py
376+
test/test_personal_access_token_info.py
377+
test/test_personal_access_token_secret.py
378+
test/test_post_provision_project_device_request.py
379+
test/test_product.py
380+
test/test_project.py
381+
test/test_project_api.py
382+
test/test_project_member.py
383+
test/test_proxy.py
384+
test/test_put_device_fleets_request.py
385+
test/test_radresponder.py
386+
test/test_repository.py
387+
test/test_role.py
388+
test/test_route_api.py
389+
test/test_route_log.py
390+
test/test_schema_property.py
391+
test/test_sim_usage.py
392+
test/test_slack.py
393+
test/test_slack_bearer_notification.py
394+
test/test_slack_transform.py
395+
test/test_slack_web_hook_notification.py
396+
test/test_snowflake.py
397+
test/test_thingworx.py
398+
test/test_tower_location.py
399+
test/test_twilio.py
400+
test/test_update_fleet_request.py
401+
test/test_upload_metadata.py
402+
test/test_usage_api.py
403+
test/test_usage_data.py
404+
test/test_usage_events_data.py
405+
test/test_usage_events_response.py
406+
test/test_usage_route_logs_data.py
407+
test/test_usage_route_logs_response.py
408+
test/test_usage_sessions_data.py
409+
test/test_usage_sessions_response.py
410+
test/test_user_db_route.py
411+
test/test_user_dfu_state_machine.py
412+
test/test_user_dfu_state_machine_status.py
413+
test/test_user_firmware_info.py
414+
test/test_webhook_api.py
415+
test/test_webhook_settings.py
284416
tox.ini

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The OpenAPI definition for the Notehub.io API.
55
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
66

77
- API version: 1.2.0
8-
- Package version: 1.0.16
8+
- Package version: 1.0.17
99
- Generator version: 7.5.0
1010
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1111
For more information, please visit [https://dev.blues.io/support/](https://dev.blues.io/support/)

src/notehub_py/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
""" # noqa: E501
1616

1717

18-
__version__ = "1.0.16"
18+
__version__ = "1.0.17"
1919

2020
# import apis into sdk package
2121
from notehub_py.api.alert_api import AlertApi

src/notehub_py/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def __init__(
8686
self.default_headers[header_name] = header_value
8787
self.cookie = cookie
8888
# Set default User-Agent.
89-
self.user_agent = "OpenAPI-Generator/1.0.16/python"
89+
self.user_agent = "OpenAPI-Generator/1.0.17/python"
9090
self.client_side_validation = configuration.client_side_validation
9191

9292
def __enter__(self):

src/notehub_py/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ def to_debug_report(self):
425425
"OS: {env}\n"
426426
"Python Version: {pyversion}\n"
427427
"Version of the API: 1.2.0\n"
428-
"SDK Package Version: 1.0.16".format(
428+
"SDK Package Version: 1.0.17".format(
429429
env=sys.platform, pyversion=sys.version
430430
)
431431
)

src/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "notehub_py"
3-
version = "1.0.16"
3+
version = "1.0.17"
44
description = "Notehub API"
55
authors = ["Blues Engineering <[email protected]>"]
66
license = "MIT"

src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# prerequisite: setuptools
2626
# http://pypi.python.org/pypi/setuptools
2727
NAME = "notehub-py"
28-
VERSION = "1.0.16"
28+
VERSION = "1.0.17"
2929
PYTHON_REQUIRES = ">=3.7"
3030
REQUIRES = [
3131
"urllib3 >= 2.5.0",

0 commit comments

Comments
 (0)