Commit Graph

39 Commits

Author SHA1 Message Date
6249342de6 Update deps 2023-11-07 13:39:38 +01:00
dependabot[bot]
933603bef7 Bump urllib3 from 1.26.17 to 1.26.18
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.17...1.26.18)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 01:28:04 +00:00
dependabot[bot]
457ba8f685 Bump urllib3 from 1.26.13 to 1.26.17
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.13 to 1.26.17.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.13...1.26.17)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-03 02:35:38 +00:00
9d3120b73d Fixes 2023-09-14 21:59:22 +02:00
b6b50e0ef2 Update deps 2023-08-18 23:27:58 +02:00
b2cbc24c62 Update deps 2023-08-16 22:30:36 +02:00
7abcd98963 Update deps 2023-08-10 21:25:54 +02:00
c472d5038d Fix 2023-08-06 14:37:25 +02:00
2f1fdecd5f Refactor 2023-08-06 14:05:34 +02:00
2ebd86e692 Use uvicorn 2023-05-14 15:59:37 +02:00
e102ad73f3 Fix 2023-05-06 22:16:28 +02:00
185420ea3d Fix files uploading 2023-03-31 10:21:16 +02:00
08a2680653 Update deps 2023-03-27 20:24:52 +02:00
b4cbbe41fe Update deps 2023-02-24 01:57:24 +01:00
48c893eacd Update deps 2023-01-31 01:39:51 +01:00
06fcdfd83a Migrate to ruff 2023-01-08 00:09:28 +01:00
dependabot[bot]
b812db35c3 Bump setuptools from 65.3.0 to 65.5.1
Bumps [setuptools](https://github.com/pypa/setuptools) from 65.3.0 to 65.5.1.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v65.3.0...v65.5.1)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-27 17:17:08 +00:00
b786f66b9d Update deps 2022-12-27 14:20:03 +01:00
dependabot[bot]
79475dae2b Bump certifi from 2021.10.8 to 2022.12.7
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2021.10.08...2022.12.07)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 13:00:25 +00:00
5ff5e7dad5 Fix greenlet 2022-10-26 21:20:44 +02:00
e0d62465b5 Fix 2022-10-26 21:14:47 +02:00
19a888725e Update deps, update python to 3.11 2022-10-26 19:54:31 +02:00
dependabot[bot]
f5a9a7dad3 Bump mako from 1.2.0 to 1.2.2
Bumps [mako](https://github.com/sqlalchemy/mako) from 1.2.0 to 1.2.2.
- [Release notes](https://github.com/sqlalchemy/mako/releases)
- [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/mako/commits)

---
updated-dependencies:
- dependency-name: mako
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-16 19:16:39 +00:00
e071fbe1ec Update httpx 2022-05-23 19:04:30 +03:00
631bf2756c Update deps 2022-05-13 22:13:18 +03:00
4767ec3568 Update image building 2022-05-06 10:26:58 +03:00
fdb9c5cc60 Add sentry 2022-04-24 15:16:20 +03:00
f169178175 Set ORJSONResponse as default response class 2022-04-11 20:58:36 +03:00
4ccbcedc04 Update deps 2022-04-02 17:01:13 +03:00
fe204e5384 Add gunicorn 2022-03-24 23:15:54 +03:00
7af762a918 Fix RAM usage 2022-03-23 16:29:27 +03:00
5a1ff6474f Add metrics and healthcheck refactor 2022-02-12 14:11:11 +03:00
861b197981 Update uploading/downloading 2022-02-07 10:45:48 +03:00
67fc4e2e3e Add healthcheck 2022-02-05 11:27:36 +03:00
a7cfff3170 Add upload caption 2021-11-21 22:15:24 +03:00
d9ad04a16d Fix 2021-11-20 23:06:53 +03:00
ba17eaf4ae Upgrade requirements 2021-11-20 22:10:49 +03:00
8fde21efc4 Use uvicorn[standart] 2021-11-14 12:01:15 +03:00
4c7af00ac3 Init 2021-11-10 13:13:33 +03:00