Skip to content

1.11.1

Compare
Choose a tag to compare
@mpenkov mpenkov released this 08 Apr 13:31
· 385 commits to master since this release

1.11.1, 8 Apr 2020

  • Add missing boto dependency (Issue #468)

1.11.0, 8 Apr 2020

Starting with this release, you will have to run:

pip install smart_open[gcs] to use the GCS transport.

In the future, all extra dependencies will be optional. If you want to continue installing all of them, use:

    pip install smart_open[all]

See the README.rst for details.