Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# These are supported funding model platforms

github: seapagan
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: grantramsay
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: ["https://www.buymeacoffee.com/seapagan"]
buy_me_a_coffee: seapagan
ko_fi: seapagan
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
Expand Down
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ repos:
- id: check-merge-conflict
- id: end-of-file-fixer

- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.20.1
hooks:
- id: renovate-config-validator
files: ^renovate\.json$
# - repo: https://github.com/renovatebot/pre-commit-hooks
# rev: 39.20.1
# hooks:
# - id: renovate-config-validator
# files: ^renovate\.json$

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
rev: v0.8.3
hooks:
- id: ruff
name: "lint with ruff"
Expand All @@ -35,7 +35,7 @@ repos:

- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.5.2
rev: 0.5.9
hooks:
# Update the uv lockfile
- id: uv-lock
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ quote-style = "double"
[tool.ruff.lint]
select = ["ALL"] # we are being very strict!
ignore = [
"ANN101",
"PGH003",
"FBT002",
"FBT003",
Expand Down
92 changes: 46 additions & 46 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
# This file was autogenerated by uv via the following command:
# uv export --no-hashes --no-emit-project --output-file=requirements-dev.txt
aiosmtpd==1.4.6
aiosmtplib==2.0.2
aiosmtplib==3.0.2
aiosqlite==0.20.0
alembic==1.14.0
annotated-types==0.7.0
anyio==4.6.2.post1
anyio==4.7.0
application-properties==0.8.2
async-timeout==5.0.0 ; python_full_version < '3.11'
async-timeout==5.0.1 ; python_full_version < '3.11'
asyncclick==8.1.7.2
asyncpg==0.30.0
asyncpg-stubs==0.30.0
atpublic==5.0
attrs==24.2.0
babel==2.16.0
bcrypt==4.0.1
bcrypt==4.2.1
beautifulsoup4==4.12.3
blinker==1.8.2
certifi==2024.8.30
blinker==1.9.0
certifi==2024.12.14
cffi==1.17.1
cfgv==3.4.0
charset-normalizer==3.4.0
click==8.1.7
colorama==0.4.6
columnar==1.4.1
coverage==7.6.4
cryptography==43.0.3
coverage==7.6.9
cryptography==44.0.0
csscompressor==0.9.5
deprecated==1.2.14
deprecated==1.2.15
distlib==0.3.9
distro==1.9.0
dnspython==2.7.0
email-validator==2.2.0
exceptiongroup==1.2.2 ; python_full_version < '3.11'
faker==30.8.2
fastapi==0.115.4
fastapi-cli==0.0.5
fastapi-mail==1.4.1
faker==33.1.0
fastapi==0.115.6
fastapi-cli==0.0.6
fastapi-mail==1.4.2
filelock==3.16.1
ghp-import==2.1.0
gitdb==4.0.11
Expand All @@ -46,17 +46,17 @@ greenlet==3.1.1
griffe==1.5.1
h11==0.14.0
htmlmin2==0.1.13
httpcore==0.16.3
httpcore==1.0.7
httptools==0.6.4
httpx==0.23.3
identify==2.6.1
httpx==0.28.1
identify==2.6.3
idna==3.10
importlib-metadata==8.5.0 ; python_full_version < '3.10'
iniconfig==2.0.0
jinja2==3.1.4
jiter==0.7.0
jiter==0.8.2
jsmin==3.0.1
mako==1.3.6
mako==1.3.8
markdown==3.7
markdown-it-py==3.0.0
markupsafe==3.0.2
Expand All @@ -68,40 +68,40 @@ mkdocs-autorefs==1.2.0
mkdocs-get-deps==0.2.0
mkdocs-git-revision-date-localized-plugin==1.3.0
mkdocs-latest-git-tag-plugin==0.1.2
mkdocs-material==9.5.43
mkdocs-material==9.5.48
mkdocs-material-extensions==1.3.1
mkdocs-minify-plugin==0.8.0
mkdocs-swagger-ui-tag==0.6.11
mkdocstrings==0.26.2
mkdocstrings==0.27.0
mkdocstrings-python==1.12.2
mock==5.1.0
mypy==1.13.0
mypy-extensions==1.0.0
nodeenv==1.9.1
openai==1.54.0
packaging==24.1
openai==1.57.4
packaging==24.2
paginate==0.5.7
passlib==1.7.4
pastel==0.2.1
pathspec==0.12.1
platformdirs==4.3.6
pluggy==1.5.0
poethepoet==0.29.0
poethepoet==0.31.1
pprintpp==0.4.0
pre-commit==4.0.1
psycopg2==2.9.10
pycparser==2.22
pydantic==2.9.2
pydantic-core==2.23.4
pydantic-settings==2.6.1
pyfakefs==5.7.1
pygithub==2.4.0
pydantic==2.10.3
pydantic-core==2.27.1
pydantic-settings==2.7.0
pyfakefs==5.7.2
pygithub==2.5.0
pygments==2.18.0
pyjwt==2.9.0
pymarkdownlnt==0.9.24
pyjwt==2.10.1
pymarkdownlnt==0.9.26
pymdown-extensions==10.12
pynacl==1.5.0
pytest==8.3.3
pytest==8.3.4
pytest-asyncio==0.21.2
pytest-clarity==1.0.1
pytest-cov==6.0.0
Expand All @@ -114,38 +114,38 @@ pytest-watcher==0.4.3
python-dateutil==2.9.0.post0
python-decouple==3.8
python-dotenv==1.0.1
python-multipart==0.0.17
python-multipart==0.0.19
pytz==2024.2
pyyaml==6.0.2
pyyaml-env-tag==0.1
regex==2024.9.11
regex==2024.11.6
requests==2.32.3
rfc3986==1.5.0
rich==13.9.4
rtoml==0.11.0
ruff==0.7.2
rich-toolkit==0.12.0
rtoml==0.12.0
ruff==0.8.3
shellingham==1.5.4
simple-toml-settings==0.8.0
six==1.16.0
six==1.17.0
smmap==5.0.1
sniffio==1.3.1
soupsieve==2.6
sqlalchemy==2.0.36
starlette==0.41.2
starlette==0.41.3
termcolor==2.5.0
tomli==2.0.2
tomli==2.2.1
toolz==1.0.0
tqdm==4.66.6
tqdm==4.67.1
typer==0.12.5
types-passlib==1.7.7.20240819
typing-extensions==4.12.2
urllib3==2.2.3
uvicorn==0.32.0
uvicorn==0.33.0
uvloop==0.21.0 ; platform_python_implementation != 'PyPy' and sys_platform != 'cygwin' and sys_platform != 'win32'
virtualenv==20.27.1
virtualenv==20.28.0
watchdog==6.0.0
watchfiles==0.24.0
watchfiles==1.0.3
wcwidth==0.2.13
websockets==13.1
wrapt==1.16.0
zipp==3.20.2 ; python_full_version < '3.10'
websockets==14.1
wrapt==1.17.0
zipp==3.21.0 ; python_full_version < '3.10'
48 changes: 24 additions & 24 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,55 +1,55 @@
# This file was autogenerated by uv via the following command:
# uv export --no-hashes --no-dev --no-emit-project --output-file=requirements.txt
aiosmtplib==2.0.2
aiosmtplib==3.0.2
alembic==1.14.0
annotated-types==0.7.0
anyio==4.6.2.post1
async-timeout==5.0.0 ; python_full_version < '3.11'
anyio==4.7.0
async-timeout==5.0.1 ; python_full_version < '3.11'
asyncclick==8.1.7.2
asyncpg==0.30.0
bcrypt==4.0.1
blinker==1.8.2
certifi==2024.8.30
bcrypt==4.2.1
blinker==1.9.0
certifi==2024.12.14
click==8.1.7
colorama==0.4.6 ; sys_platform == 'win32' or platform_system == 'Windows'
colorama==0.4.6 ; platform_system == 'Windows' or sys_platform == 'win32'
dnspython==2.7.0
email-validator==2.2.0
exceptiongroup==1.2.2 ; python_full_version < '3.11'
fastapi==0.115.4
fastapi-cli==0.0.5
fastapi-mail==1.4.1
fastapi==0.115.6
fastapi-cli==0.0.6
fastapi-mail==1.4.2
greenlet==3.1.1
h11==0.14.0
httpcore==0.16.3
httpcore==1.0.7
httptools==0.6.4
httpx==0.23.3
httpx==0.28.1
idna==3.10
jinja2==3.1.4
mako==1.3.6
mako==1.3.8
markdown-it-py==3.0.0
markupsafe==3.0.2
mdurl==0.1.2
passlib==1.7.4
psycopg2==2.9.10
pydantic==2.9.2
pydantic-core==2.23.4
pydantic-settings==2.6.1
pydantic==2.10.3
pydantic-core==2.27.1
pydantic-settings==2.7.0
pygments==2.18.0
pyjwt==2.9.0
pyjwt==2.10.1
python-decouple==3.8
python-dotenv==1.0.1
python-multipart==0.0.17
python-multipart==0.0.19
pyyaml==6.0.2
rfc3986==1.5.0
rich==13.9.4
rtoml==0.11.0
rich-toolkit==0.12.0
rtoml==0.12.0
shellingham==1.5.4
sniffio==1.3.1
sqlalchemy==2.0.36
starlette==0.41.2
starlette==0.41.3
typer==0.12.5
typing-extensions==4.12.2
uvicorn==0.32.0
uvicorn==0.33.0
uvloop==0.21.0 ; platform_python_implementation != 'PyPy' and sys_platform != 'cygwin' and sys_platform != 'win32'
watchfiles==0.24.0
websockets==13.1
watchfiles==1.0.3
websockets==14.1
Loading
Loading