Skip to content

Commit 972cbe1

Browse files
Implement SeamHttpRequest
1 parent a4c6bad commit 972cbe1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+3418
-2838
lines changed

.github/workflows/generate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Generate
33

44
on:
55
push:
6-
branches-ignore:
7-
- main
6+
branches:
7+
- no-branch-will-match-this-pattern
88
workflow_dispatch: {}
99

1010
jobs:

poetry.lock

Lines changed: 20 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ pytest-cov = "^5.0.0"
2323
pytest-runner = "^6.0.0"
2424
pytest-watch = "^4.2.0"
2525
rstcheck = "^6.1.2"
26+
pytest-asyncio = "^0.25.3"
2627

2728
[build-system]
2829
requires = ["poetry>=1.8"]

seam/routes/__init__.py

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)