Commit Graph

28 Commits

Author SHA1 Message Date
1201516273 Update sqlalchemy requirement from <=1.4.23,>=1.3.18 to >=1.3.18,<1.4.26
Updates the requirements on [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) to permit the latest version.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-23 02:11:03 +00:00
8ff85fd284 Merge branch 'master' into add_index 2021-09-13 16:12:12 +02:00
6eb518cb71 Update all 2021-09-12 11:40:22 +07:00
cd87303b5c add multi column non unique columns 2021-09-06 16:47:37 +02:00
c87e716447 Update databases[postgresql] requirement
Updates the requirements on [databases[postgresql]](https://github.com/encode/databases) to permit the latest version.
- [Release notes](https://github.com/encode/databases/releases)
- [Changelog](https://github.com/encode/databases/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/databases/compare/0.3.2...0.5.1)

---
updated-dependencies:
- dependency-name: databases[postgresql]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-03 07:36:15 +00:00
306908eb90 Update typing-extensions requirement
Updates the requirements on [typing-extensions](https://github.com/python/typing) to permit the latest version.
- [Release notes](https://github.com/python/typing/releases)
- [Commits](https://github.com/python/typing/compare/3.7.4...3.10.0.2)

---
updated-dependencies:
- dependency-name: typing-extensions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-01 10:12:38 +00:00
aedebe0403 add support for sqlalchemy >=1.4 2021-08-30 09:47:38 +02:00
f197df0ecd add missing types stubs for deps 2021-06-09 12:23:22 +02:00
9c2f822e1e add missing types stubs for deps 2021-06-09 12:13:54 +02:00
2d0ba2383a fix headers for fastapi 0.65.2+ 2021-06-09 12:01:15 +02:00
6b6dcb396e Update requirements.txt 2021-06-09 10:41:49 +02:00
45838ce884 update pins 2021-05-30 11:12:14 +02:00
9d300a64e3 bump pydantic version to 1.8.2 2021-05-30 02:42:55 +02:00
40f1076443 fix for base64 choices #204 2021-05-20 16:12:33 +02:00
0fb5c6f9b2 pin deps also in requirements 2021-03-15 18:52:39 +01:00
2c31ad735d add crypto to reqs 2021-03-09 17:10:39 +01:00
9f8e8e87e8 next part of the docs and api documentation in beta ver 2021-01-04 19:38:21 +01:00
e743286008 some cleanup of unused relations code, introduced caching of related_names and props on model, set profiling 2020-11-12 08:11:40 +01:00
e22f3ef27d Update requirements.txt 2020-11-01 18:04:46 +07:00
d9aa269f7a finish mypy checks add reqs and linting 2020-09-29 17:06:41 +02:00
1451ec8671 add tests for mysql and postgress, some fixes for those backends 2020-09-17 13:02:34 +02:00
31096d3f93 initial config for multi db tests 2020-09-16 12:33:12 +02:00
22c4a0619c fix some code smells 2020-08-09 08:59:36 +02:00
9d9346fb13 some style corrections 2020-08-09 06:51:12 +02:00
eb99f28431 added hack to pass as pydantic model in fastapi, tests for fastapi 2020-08-04 21:37:25 +02:00
e0bb7e2cda added basic save, update, load and delate methods 2020-08-03 19:59:04 +02:00
f27e69f87f update readme badges 2020-08-03 08:32:42 +02:00
c22de9684d add travis and codecov 2020-08-02 08:56:53 +02:00