brynq-sdk-task-scheduler 3.0.4__tar.gz → 3.0.5__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.0
2
2
  Name: brynq_sdk_task_scheduler
3
- Version: 3.0.4
3
+ Version: 3.0.5
4
4
  Summary: Code to execute tasks in BrynQ.com with the task scheduler
5
5
  Home-page: UNKNOWN
6
6
  Author: BrynQ
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.0
2
2
  Name: brynq-sdk-task-scheduler
3
- Version: 3.0.4
3
+ Version: 3.0.5
4
4
  Summary: Code to execute tasks in BrynQ.com with the task scheduler
5
5
  Home-page: UNKNOWN
6
6
  Author: BrynQ
@@ -1,5 +1,5 @@
1
1
  brynq-sdk-brynq<3,>=2
2
2
  brynq-sdk-functions<3,>=2
3
- brynq-sdk-mysql<3,>=3
3
+ brynq-sdk-mysql<3,>=2
4
4
  brynq-sdk-mandrill<3,>=2
5
5
  brynq-sdk-elastic<4,>=3
@@ -2,7 +2,7 @@ from setuptools import setup, find_namespace_packages
2
2
 
3
3
  setup(
4
4
  name='brynq_sdk_task_scheduler',
5
- version='3.0.4',
5
+ version='3.0.5',
6
6
  description='Code to execute tasks in BrynQ.com with the task scheduler',
7
7
  long_description='Code to execute tasks in the BrynQ.com platform with the task scheduler',
8
8
  author='BrynQ',
@@ -12,7 +12,7 @@ setup(
12
12
  install_requires=[
13
13
  'brynq-sdk-brynq>=2,<3',
14
14
  'brynq-sdk-functions>=2,<3',
15
- 'brynq-sdk-mysql>=3,<3',
15
+ 'brynq-sdk-mysql>=2,<3',
16
16
  'brynq-sdk-mandrill>=2,<3',
17
17
  'brynq-sdk-elastic>=3,<4'
18
18
  ],