Skip to content

Commit

Permalink
Merge pull request #4 from teams-notifier/workaround-aiohttp
Browse files Browse the repository at this point in the history
bump and force aiohttp==3.10.11
  • Loading branch information
babs authored Nov 23, 2024
2 parents 060305f + b8ffe0a commit a0d5c38
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 a0d5c38

Please sign in to comment.