Skip to content

Commit

Permalink
Merge pull request #4449 from ortsaCniveK/mongodb-patch
Browse files Browse the repository at this point in the history
patch fix mongodb srv, tls support
  • Loading branch information
wochinge committed Sep 24, 2019
2 parents 22a7457 + f1d268f commit 02c11c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Rasa Change Log
All notable changes to this project will be documented in this file.
This project adheres to `Semantic Versioning`_ starting with version 1.0.

[Unreleased 1.3.7]
^^^^^^^^^^^^^^^^^^
Fixed
-----
- re-added TLS, SRV dependencies for PyMongo

[1.3.6] - 2019-09-21
^^^^^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ simplejson==3.16.0
attrs==19.1.0
jsonpickle==1.1
redis==3.3.5
pymongo==3.8.0
pymongo[tls,srv]==3.8.0
numpy==1.16.3
scipy==1.2.1
tensorflow==1.14.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"attrs>=18",
"jsonpickle~=1.1",
"redis~=3.3.5",
"pymongo~=3.8",
"pymongo[tls,srv]~=3.8",
"numpy~=1.16",
"scipy~=1.2",
"tensorflow~=1.14.0",
Expand Down

0 comments on commit 02c11c9

Please sign in to comment.