Skip to content

Commit

Permalink
Merge pull request #48 from it-at-m/version_update
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
pilitz committed Aug 12, 2024
2 parents b249b03 + 5e675c9 commit f9e22ad
Show file tree
Hide file tree
Showing 6 changed files with 615 additions and 553 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "Azure Search OpenAI Demo",
"image": "mcr.microsoft.com/devcontainers/python:3.10",
"image": "mcr.microsoft.com/devcontainers/python:3.12",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"version": "16",
"nodeGypDependencies": false
},
"ghcr.io/devcontainers/features/powershell:1.1.0": {},
"ghcr.io/devcontainers/features/azure-cli:1.0.8": {},
"ghcr.io/devcontainers/features/powershell:1.4.0": {},
"ghcr.io/devcontainers/features/azure-cli:1.2.5": {},
"ghcr.io/azure/azure-dev/azd:latest": {}
},
"customizations": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azure-dev-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build Bicep for linting
uses: azure/CLI@v1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
os: ["ubuntu-20.04"]
python_version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}
architecture: x64
- name: Setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 18
- name: Build frontend
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
- uses: actions/stale@v9
with:
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this issue will be closed.'
stale-pr-message: 'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed.'
Expand Down
6 changes: 3 additions & 3 deletions app/backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ langchain==0.2.6
langchain_openai
langchain_community
tiktoken
uvicorn[standard]==0.24.0.post1
aiohttp==3.9.5
uvicorn[standard]==0.30.3
aiohttp==3.10.2
azure-monitor-opentelemetry==1.6.0
opentelemetry-instrumentation-asgi==0.46b0
opentelemetry-instrumentation-requests==0.46b0
Expand All @@ -16,4 +16,4 @@ requests
sqlalchemy==2.0.31
psycopg2==2.9.9
pypdf2==3.0.1
tenacity==8.4.2
tenacity==8.5.0
Loading

0 comments on commit f9e22ad

Please sign in to comment.