dependabot-preview[bot]
5e4c7996de
Bump tortoise-orm from 0.15.1 to 0.15.4 ( #67 )
...
* Bump tortoise-orm from 0.15.1 to 0.15.4
Bumps [tortoise-orm](https://github.com/tortoise/tortoise-orm ) from 0.15.1 to 0.15.4.
- [Release notes](https://github.com/tortoise/tortoise-orm/releases )
- [Changelog](https://github.com/tortoise/tortoise-orm/blob/develop/CHANGELOG.rst )
- [Commits](https://github.com/tortoise/tortoise-orm/compare/0.15.1...0.15.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
* Bump tortoise ==0.15.4 in pyproject.toml
2019-12-04 07:21:55 +01:00
prostomarkeloff
b5b0bbbb01
Tortoise ORM support ( #59 )
...
* add tortoise to dependencies
* add tortoise as optional dependency in pyproject.toml
* add tortoise support (tests needed)
* Add tortoise support (also defined orm_mode in pydantic model
* tests for tortoise support
* format by black
* docs for tortoise
* delete type annotations
* delete underscore
* do it in 1 line
* add 1 line before yield
* fix in docs
* fix bug and add annotation for test
* Tweak documentation and fix Tortoise error about id update
* Improve Tortoise coverage by using get instead of filter
* Fix Pipfile.lock
2019-12-03 21:24:27 +01:00
dependabot-preview[bot]
59b8f144d7
Bump fastapi from 0.43.0 to 0.44.0 ( #63 )
...
* Bump fastapi from 0.43.0 to 0.44.0
Bumps [fastapi](https://github.com/tiangolo/fastapi ) from 0.43.0 to 0.44.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases )
- [Changelog](https://github.com/tiangolo/fastapi/blob/master/docs/history-design-future.md )
- [Commits](https://github.com/tiangolo/fastapi/compare/0.43.0...0.44.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
* Fix breaking changes and depreciation following fastapi 0.44.0
* Bump fastapi==0.44.0 in pyproject.toml
2019-11-28 07:33:38 +01:00
dependabot-preview[bot]
7c87039fc7
Bump fastapi from 0.42.0 to 0.43.0 ( #56 )
...
* Bump fastapi from 0.42.0 to 0.43.0
Bumps [fastapi](https://github.com/tiangolo/fastapi ) from 0.42.0 to 0.43.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases )
- [Changelog](https://github.com/tiangolo/fastapi/blob/master/docs/history-design-future.md )
- [Commits](https://github.com/tiangolo/fastapi/compare/0.42.0...0.43.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
* Bump fastapi==0.43.0 in pyproject.toml
2019-11-25 07:46:17 +01:00
dependabot-preview[bot]
2052a8bef3
Bump flit from 1.3 to 2.0.2 ( #55 )
...
* Bump flit from 1.3 to 2.0.2
Bumps [flit](https://github.com/takluyver/flit ) from 1.3 to 2.0.2.
- [Release notes](https://github.com/takluyver/flit/releases )
- [Changelog](https://github.com/takluyver/flit/blob/master/doc/history.rst )
- [Commits](https://github.com/takluyver/flit/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
* Update Flit build settings following 2.x changes
2019-11-25 07:38:50 +01:00
dependabot-preview[bot]
09c8e61585
Bump sqlalchemy from 1.3.10 to 1.3.11 ( #45 )
...
* Bump sqlalchemy from 1.3.10 to 1.3.11
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy ) from 1.3.10 to 1.3.11.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases )
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES )
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
* Bump sqlalchemy from 1.3.10 to 1.3.11 in pyproject
2019-11-12 13:09:15 +01:00
François Voron
adfe64e0fd
Bump databases to 0.2.6 in project setup
2019-11-06 07:17:00 +01:00
François Voron
ab0b187f20
Implement MongoDB database adapter ( #29 )
...
* Implement MongoDB adapter using motor
* Add mongo container to build pipeline
* Tidy up dependencies
* Update documentation for MongoDB
* Export MongoDB adapter from db package
* Pass black format
* Update README
2019-10-27 16:34:30 +01:00
dependabot-preview[bot]
3719a52549
Bump email-validator from 1.0.4 to 1.0.5 ( #23 )
...
* Bump email-validator from 1.0.4 to 1.0.5
Bumps [email-validator](https://github.com/JoshData/python-email-validator ) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/JoshData/python-email-validator/releases )
- [Commits](https://github.com/JoshData/python-email-validator/compare/v1.0.4...v1.0.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
* Bump email-validator to 1.0.5 in pyproject.toml
2019-10-21 07:41:20 +02:00
François Voron
1e1a3dc06a
Setup Flit and lock packages versions
2019-10-17 07:48:39 +02:00