Skip to content

Commit

Permalink
bump and force aiohttp==3.10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
babs committed Nov 23, 2024
1 parent 060305f commit b8ffe0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ COPY requirements.txt /app/

RUN set -e \
&& pip install --no-cache-dir -r /app/requirements.txt --break-system-packages \
&& pip install aiohttp==3.10.11 --break-system-packages \
&& opentelemetry-bootstrap -a install

COPY --chown=app:app . /app/
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
botbuilder-integration-aiohttp>=4.15.0
botbuilder-integration-aiohttp>=4.16.1
python-dotenv
asyncpg
httpx
Expand Down

0 comments on commit b8ffe0a

Please sign in to comment.