File tree Expand file tree Collapse file tree
runtime/bk-plugin-runtime Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010specific language governing permissions and limitations under the License.
1111"""
1212
13- __version__ = "2.0.6 "
13+ __version__ = "2.0.7 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " bk-plugin-runtime"
3- version = " 2.0.6 "
3+ version = " 2.0.7 "
44description = " bk plugin python django runtime"
55authors = [" Your Name <you@example.com>" ]
66license = " MIT"
77
88[tool .poetry .dependencies ]
99python = " ^3.6.1,<4.0"
10- redis = " >=2.10.5,<4 "
10+ redis = " >=2.10.5,<6 "
1111Django = " >=2.2.6,<5"
1212gunicorn = " >=19.6.0"
1313djangorestframework = " ^3.12.4"
@@ -16,8 +16,8 @@ raven = "^6.5.0"
1616ddtrace = " ^0.14.1"
1717django-cors-headers = " ^3.8.0"
1818django-dbconn-retry = " ^0.1.5"
19- blueapps = {version = " 4. 5.0" , extras = [" opentelemetry" ]}
20- protobuf =" 3.19.4"
19+ blueapps = {version = " >=4.5.0, < 5.0" , extras = [" opentelemetry" ]}
20+ protobuf =" >= 3.19.4,<4.0 "
2121celery = " ^4.4.0"
2222django-celery-beat = " ^2.0.0"
2323django-celery-results = " ^1.2.1"
You can’t perform that action at this time.
0 commit comments