Skip to content

Commit

Permalink
Fix dependency compatibility (#213)
Browse files Browse the repository at this point in the history
* Lock json_database dependency version

* Restrict ovos-utils dependency version

* Lock json-database dependency version

* Lock OPM version for version compat.

* Further restrict OPM dependency

* Update json_database dependency to fulfill default skill requirements

* Increment version

Co-authored-by: Daniel McKnight <daniel@neon.ai>
  • Loading branch information
NeonDaniel and NeonDaniel authored Feb 19, 2022
1 parent abffb2c commit 611ec32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ neon_enclosure~=0.1,>=0.1.2
neon-utils>=0.12.6
rapidfuzz
kthread
ovos_utils>=0.0.12
ovos_utils~=0.0.12,<0.0.14
ovos-skills-manager>=0.0.2

json_database==0.5.5

# plugins
ovos-plugin-manager~=0.0.1
ovos-plugin-manager~=0.0.1,<0.0.3
neon-lang-plugin-libretranslate>=0.1.2

# text parser modules
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

__version__ = "21.10.1"
__version__ = "21.10.2"

0 comments on commit 611ec32

Please sign in to comment.