browsertrix/backend/btrixcloud/operator
Ilya Kreymer 8c0321bdea
Pydantic 2.x update + type fixes + python 3.12 (#1947)
* updates pydantic to 2.x
* also update to python 3.12
* additional type fixes:
- all Optional[] types must have a default value
- update to constrained types
- URL types converted from str
- test updates

Fixes #1940
2024-07-22 17:23:03 -07:00
..
__init__.py
baseoperator.py Additional typing cleanup (#1938) 2024-07-17 10:49:22 -07:00
bgjobs.py
crawls.py Fix queue response models + additional testing for queue + exclusions (#1948) 2024-07-22 09:00:23 -07:00
cronjobs.py Remove Crawl Workflow Configmaps (#1894) 2024-06-28 15:25:23 -07:00
models.py Pydantic 2.x update + type fixes + python 3.12 (#1947) 2024-07-22 17:23:03 -07:00
profiles.py