Avaiga / taipy-core

A Python library to build powerful and customized data-driven back-end applications.
Apache License 2.0
38 stars 17 forks source link

feature/enterprise/#242 align pymongo version for core and enterprise #796

Closed toan-quach closed 1 year ago

toan-quach commented 1 year ago

https://app.zenhub.com/workspaces/taipy-613ef328affde6000ff77fb3/issues/gh/avaiga/taipy-enterprise/242

Since additional "srv" option for pymongo can be installed really quickly, I decided to keep it and not make it optional and complicating the solution

github-actions[bot] commented 1 year ago

☂️ Python Cov

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
7977 7574 95% 85% 🟢

New Files

File Coverage Status
src/taipy/core/common/_mongo_connector.py 88% 🟢
TOTAL 88% 🟢

Modified Files

File Coverage Status
src/taipy/core/config/data_node_config.py 98% 🟢
src/taipy/core/data/mongo.py 99% 🟢
TOTAL 99% 🟢

updated for commit: d11cf50 by action🐍