Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix py37 deprecations + psql container startup #41

Merged
merged 2 commits into from
Mar 22, 2020

Commits on Feb 28, 2020

  1. fix postgresql docker startup

    bodik committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    1d44f89 View commit details
    Browse the repository at this point in the history
  2. Resolve py3.8 deprecation warning

    ```
    python3.7/site-packages/sqlalchemy_filters/filters.py:2: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
        from collections import Iterable, namedtuple
    ```
    bodik committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    49d848f View commit details
    Browse the repository at this point in the history