Skip to content

Commit ffa269c

Browse files
committed
upd. uvicorn (test issues), rollback debug code
1 parent 967b84f commit ffa269c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/tests.reusable.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ jobs:
4242
pip install poetry
4343
poetry install -E test
4444
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*')]"
4845
- name: Test with pytest
4946
if: matrix.python-version != '3.13'
5047
env:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ license = { file = "LICENSE" }
3737
dependencies = [
3838
"ai-microcore>=5.1.2,<6",
3939
"fastapi>=0.121.3,<1",
40-
"uvicorn>=0.22.0",
41-
"typer>=0.16.1",
40+
"uvicorn>=0.41.0",
41+
"typer>=0.24.0",
4242
"requests~=2.32.5",
4343
"pydantic~=2.12.5",
4444
]

0 commit comments

Comments
 (0)