We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967b84f commit ffa269cCopy full SHA for ffa269c
.github/workflows/tests.reusable.yml
@@ -42,9 +42,6 @@ jobs:
42
pip install poetry
43
poetry install -E test
44
echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
45
- - name: Debug
46
- run:
47
- python -c "import site; import pathlib; [print(p) for p in pathlib.Path(site.getsitepackages()[0]).rglob('*http11*')]"
48
- name: Test with pytest
49
if: matrix.python-version != '3.13'
50
env:
pyproject.toml
@@ -37,8 +37,8 @@ license = { file = "LICENSE" }
37
dependencies = [
38
"ai-microcore>=5.1.2,<6",
39
"fastapi>=0.121.3,<1",
40
- "uvicorn>=0.22.0",
41
- "typer>=0.16.1",
+ "uvicorn>=0.41.0",
+ "typer>=0.24.0",
"requests~=2.32.5",
"pydantic~=2.12.5",
]
0 commit comments