Skip to content

Commit

Permalink
chore: add aiohttp to allowed packages (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii-Klimov authored Feb 4, 2025
1 parent dda92a9 commit c0f0cc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ app:
ephemeral-storage: "1G"
allowed-python-packages: |
aidial-sdk
aiohttp
anthropic
beautifulsoup4
chromadb
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/expected-configs/build-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
- name: DIAL_BASE_URL
value: test-dial-base-url
- name: ALLOWED_PACKAGES
value: "aidial-sdk\nanthropic\nbeautifulsoup4\nchromadb\ncolorama\nfastapi\n\
value: "aidial-sdk\naiohttp\nanthropic\nbeautifulsoup4\nchromadb\ncolorama\nfastapi\n\
faiss-cpu\nflake8\nflask\nhttpx\ninquirer\nlangchain\nlangchain-community\nlangchain-openai\n\
langchain-text-splitters\nnumpy\nopenai\npandas\npyright\npython-dotenv\n\
python-multipart\nprompt-toolkit\npypdf\nrequests\ntiktoken\nuvicorn\n\
Expand Down

0 comments on commit c0f0cc1

Please sign in to comment.