François Voron
|
8457083093
|
Bump dependencies
|
2020-07-13 14:20:41 +02:00 |
|
François Voron
|
e63a67ead3
|
Bump packages and apply black
|
2020-07-09 17:28:41 +02:00 |
|
François Voron
|
1f3bb524ae
|
Bump dependencies
|
2020-06-27 16:56:37 +02:00 |
|
François Voron
|
fa049dbcc5
|
Bump dependencies
|
2020-06-22 17:47:18 +02:00 |
|
François Voron
|
624172ccf9
|
Bump fastapi dependency
|
2020-06-15 14:17:44 +02:00 |
|
François Voron
|
787c2b67b8
|
Bump dependencies
|
2020-06-15 14:09:05 +02:00 |
|
François Voron
|
8431a4b1b2
|
Bump packages
|
2020-06-02 07:57:04 +02:00 |
|
François Voron
|
b9cea9c1ed
|
Bump fastapi dependency
|
2020-05-26 16:36:53 +02:00 |
|
François Voron
|
b7d3023f7f
|
Bump email-validator
|
2020-05-24 10:29:27 +02:00 |
|
François Voron
|
7721f8dcc1
|
Revamp authentication routes structure (#201)
* Fix #68: use makefun to generate dynamic dependencies
* Remove every Starlette imports
* Split every routers and remove event handlers
* Make users router optional
* Pass after_update handler to get_users_router
* Update documentation
* Remove test file
* Write migration doc for splitted routers
|
2020-05-24 10:18:01 +02:00 |
|
François Voron
|
bf5c122e6d
|
Bump dependencies
|
2020-05-19 08:02:08 +02:00 |
|
dependabot-preview[bot]
|
e907e67931
|
Bump sqlalchemy from 1.3.16 to 1.3.17 (#185)
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.16 to 1.3.17.
- [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>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-05-19 07:47:27 +02:00 |
|
dependabot-preview[bot]
|
1ec943518a
|
Bump bumpversion from 0.5.3 to 0.6.0 (#184)
Bumps [bumpversion](https://github.com/peritus/bumpversion) from 0.5.3 to 0.6.0.
- [Release notes](https://github.com/peritus/bumpversion/releases)
- [Commits](https://github.com/peritus/bumpversion/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-05-19 07:46:41 +02:00 |
|
François Voron
|
a3f298f88e
|
Bump packages
|
2020-05-13 09:00:36 +02:00 |
|
dependabot-preview[bot]
|
10d44f20d9
|
Bump tortoise-orm from 0.16.8 to 0.16.9 (#167)
Bumps [tortoise-orm](https://github.com/tortoise/tortoise-orm) from 0.16.8 to 0.16.9.
- [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.16.8...0.16.9)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-04-28 13:31:45 +02:00 |
|
dependabot-preview[bot]
|
c064f3323c
|
Bump mkdocs-material from 5.1.1 to 5.1.3 (#166)
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 5.1.1 to 5.1.3.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/5.1.1...5.1.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-04-28 13:31:10 +02:00 |
|
François Voron
|
bf0c924501
|
Complete documentation with a flow page with curl examples
|
2020-04-25 14:32:08 +02:00 |
|
François Voron
|
f37e4b90df
|
Bump databases >=0.3.0,<0.4
|
2020-04-25 11:37:20 +02:00 |
|
dependabot-preview[bot]
|
639217bb08
|
Make unit tests full async (#160)
* Bump pytest-asyncio from 0.10.0 to 0.11.0
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.10.0...v0.11.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump pytest-asyncio from 0.10.0 to 0.11.0
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.10.0...v0.11.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Convert tests to full async
* Change deprecated yield_fixture
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: François Voron <fvoron@gmail.com>
|
2020-04-25 11:34:11 +02:00 |
|
dependabot-preview[bot]
|
dd095dd89a
|
Bump tortoise-orm from 0.16.7 to 0.16.8 (#164)
Bumps [tortoise-orm](https://github.com/tortoise/tortoise-orm) from 0.16.7 to 0.16.8.
- [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.16.7...0.16.8)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-04-25 10:44:26 +02:00 |
|
dependabot-preview[bot]
|
626f86fe39
|
Bump pytest-mock from 3.0.0 to 3.1.0 (#158)
Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.0.0...v3.1.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-04-23 11:45:52 +02:00 |
|
dependabot-preview[bot]
|
3bb3f72267
|
Bump tortoise-orm from 0.16.4 to 0.16.7 (#157)
Bumps [tortoise-orm](https://github.com/tortoise/tortoise-orm) from 0.16.4 to 0.16.7.
- [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.16.4...0.16.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-04-23 11:44:56 +02:00 |
|
dependabot-preview[bot]
|
2bb5d78ab4
|
Bump pymdown-extensions from 7.0 to 7.1 (#156)
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 7.0 to 7.1.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/7.0.0...7.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-04-23 11:44:15 +02:00 |
|
dependabot-preview[bot]
|
eb7b058232
|
Bump mkdocs-material from 5.0.1 to 5.1.1 (#155)
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 5.0.1 to 5.1.1.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/5.0.1...5.1.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-04-23 11:43:50 +02:00 |
|
François Voron
|
00c07e34a8
|
Bump dependencies
|
2020-04-09 17:12:28 +02:00 |
|
François Voron
|
05286853a6
|
Bump dependencies
|
2020-04-04 10:10:05 +02:00 |
|
dependabot-preview[bot]
|
c591b9179a
|
Bump tortoise-orm from 0.16.1 to 0.16.4 (#146)
Bumps [tortoise-orm](https://github.com/tortoise/tortoise-orm) from 0.16.1 to 0.16.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.16.1...0.16.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-04-04 10:07:39 +02:00 |
|
dependabot-preview[bot]
|
cf1f671184
|
Bump mkdocs-material from 5.0.0rc3 to 5.0.0rc4 (#142)
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 5.0.0rc3 to 5.0.0rc4.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/5.0.0rc3...5.0.0rc4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-04-04 09:56:57 +02:00 |
|
dependabot-preview[bot]
|
35b5a9a66a
|
Bump pymdown-extensions from 7.0rc1 to 7.0rc2 (#143)
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 7.0rc1 to 7.0rc2.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/7.0.0rc1...7.0.0rc2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-04-04 09:56:35 +02:00 |
|
dependabot-preview[bot]
|
7c1ad0714b
|
Bump pymdown-extensions from 7.0b2 to 7.0rc1 (#139)
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 7.0b2 to 7.0rc1.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/7.0.0b2...7.0.0rc1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-03-22 10:31:59 +01:00 |
|
dependabot-preview[bot]
|
4b723a8336
|
Bump tortoise-orm from 0.16.0 to 0.16.1 (#137)
Bumps [tortoise-orm](https://github.com/tortoise/tortoise-orm) from 0.16.0 to 0.16.1.
- [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.16.0...0.16.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-03-19 08:43:09 +01:00 |
|
dependabot-preview[bot]
|
1c4b822028
|
Bump mkdocs-material from 5.0.0rc2 to 5.0.0rc3 (#138)
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 5.0.0rc2 to 5.0.0rc3.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/5.0.0rc2...5.0.0rc3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-03-19 08:39:52 +01:00 |
|
dependabot-preview[bot]
|
a0cc72c757
|
Bump codecov from 2.0.21 to 2.0.22 (#136)
Bumps [codecov](https://github.com/codecov/codecov-python) from 2.0.21 to 2.0.22.
- [Release notes](https://github.com/codecov/codecov-python/releases)
- [Changelog](https://github.com/codecov/codecov-python/blob/v2.0.22/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-python/compare/v2.0.21...v2.0.22)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-03-19 08:38:23 +01:00 |
|
dependabot-preview[bot]
|
e64317521b
|
Bump codecov from 2.0.16 to 2.0.21 (#135)
Bumps [codecov](https://github.com/codecov/codecov-python) from 2.0.16 to 2.0.21.
- [Release notes](https://github.com/codecov/codecov-python/releases)
- [Changelog](https://github.com/codecov/codecov-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-python/compare/v2.0.16...v2.0.21)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-03-18 11:38:38 +01:00 |
|
dependabot-preview[bot]
|
de8c9fdf01
|
Bump sqlalchemy from 1.3.14 to 1.3.15 (#129)
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.14 to 1.3.15.
- [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>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-03-16 07:32:18 +01:00 |
|
dependabot-preview[bot]
|
9c23c7cc49
|
Bump tortoise-orm from 0.15.18 to 0.16.0 (#133)
* Bump tortoise-orm from 0.15.18 to 0.16.0
Bumps [tortoise-orm](https://github.com/tortoise/tortoise-orm) from 0.15.18 to 0.16.0.
- [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.18...0.16.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump tortoise-orm in pyproject
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: François Voron <fvoron@gmail.com>
|
2020-03-16 07:31:25 +01:00 |
|
dependabot-preview[bot]
|
8987df456a
|
Bump mkdocs-material from 5.0.0rc1 to 5.0.0rc2 (#132)
* Bump mkdocs-material from 5.0.0rc1 to 5.0.0rc2
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 5.0.0rc1 to 5.0.0rc2.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/5.0.0rc1...5.0.0rc2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Remove mkdocs bug workaround
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: François Voron <fvoron@gmail.com>
|
2020-03-16 07:27:31 +01:00 |
|
dependabot-preview[bot]
|
e05ef43727
|
Bump pytest from 5.3.5 to 5.4.1 (#134)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.3.5 to 5.4.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/5.3.5...5.4.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-03-16 07:20:24 +01:00 |
|
dependabot-preview[bot]
|
9281962c2e
|
Bump sqlalchemy from 1.3.13 to 1.3.14 (#125)
* Bump sqlalchemy from 1.3.13 to 1.3.14
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.13 to 1.3.14.
- [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>
* Make sqlalchemy dep version less restrictive
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: François Voron <fvoron@gmail.com>
|
2020-03-11 08:28:38 +01:00 |
|
dependabot-preview[bot]
|
8accc35e6c
|
Bump pygments from 2.5.2 to 2.6.1 (#123)
Bumps [pygments](https://github.com/pygments/pygments) from 2.5.2 to 2.6.1.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.5.2...2.6.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-03-11 08:13:38 +01:00 |
|
dependabot-preview[bot]
|
f11ba6a906
|
Bump mypy from 0.761 to 0.770 (#127)
Bumps [mypy](https://github.com/python/mypy) from 0.761 to 0.770.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.761...v0.770)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-03-11 08:13:23 +01:00 |
|
François Voron
|
50b6d257a4
|
Bump dependencies
|
2020-03-05 07:42:54 +01:00 |
|
François Voron
|
efcd80d6a0
|
Bump fastapi and tortoise-orm
|
2020-03-01 08:29:13 +01:00 |
|
François Voron
|
11cdf60038
|
Bump packages
|
2020-02-25 08:46:52 +01:00 |
|
François Voron
|
0b68bd5f5d
|
Bump dependencies
|
2020-02-13 15:26:16 +01:00 |
|
François Voron
|
ffc45e5368
|
Bump dependencies
|
2020-02-07 08:47:55 +01:00 |
|
dependabot-preview[bot]
|
cc6b3a0d8f
|
Bump fastapi from 0.47.1 to 0.48.0 (#99)
* Bump fastapi from 0.47.1 to 0.48.0
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.47.1 to 0.48.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.47.1...0.48.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump fastapi
Co-authored-by: François Voron <fvoron@gmail.com>
|
2020-02-05 09:39:57 +01:00 |
|
dependabot-preview[bot]
|
0fdd0fd070
|
Bump sqlalchemy from 1.3.12 to 1.3.13 (#94)
* Bump sqlalchemy from 1.3.12 to 1.3.13
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.12 to 1.3.13.
- [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==1.3.13
Co-authored-by: François Voron <fvoron@gmail.com>
|
2020-02-03 09:53:18 +01:00 |
|
François Voron
|
020013118d
|
Pin pytest-mock dependency to its git master branch
|
2020-02-03 08:28:46 +01:00 |
|
dependabot-preview[bot]
|
4a7f9e750f
|
Bump fastapi from 0.46.0 to 0.47.1 (#92)
* Bump fastapi from 0.46.0 to 0.47.1
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.46.0 to 0.47.1.
- [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.46.0...0.47.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Add Request in event_handlers arguments
* Bump fastapi
Co-authored-by: François Voron <fvoron@gmail.com>
|
2020-01-20 11:01:04 +01:00 |
|