Skip to content

Commit

Permalink
updated dependencies fastapi (means pydantic >=1) and loguru (means u…
Browse files Browse the repository at this point in the history
…sage of alpine based images now possible)
  • Loading branch information
skallfass committed Dec 7, 2019
1 parent 0aa836e commit 8033450
Show file tree
Hide file tree
Showing 8 changed files with 131 additions and 255 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
testdb:
image: postgres:11.2-alpine
ports:
- "5434:5432"
- "50005:5432"
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=1234
Expand Down
7 changes: 2 additions & 5 deletions docs/doc_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
autoflake>=1.3
backoff>=1.8
cookiecutter>=1.6
coverage-badge>=1
databases[postgresql]>=0.2
fastapi[all]>=0.42
fastapi[all]>=0.44
flake8>=3.7
ipython>=7.8
isort>=4.3
jedi>=0.14
loguru>=0.3
loguru>=0.4
neovim>=0.3.1
pre-commit>=1.18.3
psycopg2>=2.8
pudb>=2019.1
pygments>=2.4
Expand Down
2 changes: 1 addition & 1 deletion fastapi_serviceutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from .utils.external_resources.dbs import add_databases_to_app
from .utils.external_resources.services import add_services_to_app

__version__ = '2.0.1'
__version__ = '2.1.0'


def include_endpoints_and_middlewares_to_app(
Expand Down

0 comments on commit 8033450

Please sign in to comment.