Skip to content

Bump cryptography from 46.0.7 to 50.0.0 #103

Bump cryptography from 46.0.7 to 50.0.0

Bump cryptography from 46.0.7 to 50.0.0 #103

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v6
- run: uv sync --dev
- run: uv run pytest -m "not uses_llm" -v