Skip to content

Commit 4061cd2

Browse files
committed
Merge staging branch to resolve conflicts
2 parents 8ebfcd2 + bfef44f commit 4061cd2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+3517
-1432
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55

66
version: 2
77
updates:
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
812
- package-ecosystem: "pip"
913
directory: "/"
1014
target-branch: "staging"

.github/workflows/playwright.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
pull_request:
66
branches: [ main, staging ]
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
10+
cancel-in-progress: true
11+
812
permissions:
913
contents: read
1014

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [ main, staging ]
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11+
cancel-in-progress: true
12+
913
permissions:
1014
contents: read
1115

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "pypi"
55

66
[packages]
77
fastapi = "~=0.124.0"
8-
uvicorn = "~=0.38.0"
8+
uvicorn = "~=0.40.0"
99
litellm = "~=1.80.9"
1010
falkordb = "~=1.2.2"
1111
psycopg2-binary = "~=2.9.11"
@@ -22,7 +22,7 @@ fastmcp = ">=2.13.1"
2222
[dev-packages]
2323
pytest = "~=8.4.2"
2424
pylint = "~=4.0.3"
25-
playwright = "~=1.56.0"
25+
playwright = "~=1.57.0"
2626
pytest-playwright = "~=0.7.1"
2727
pytest-asyncio = "~=1.2.0"
2828

Pipfile.lock

Lines changed: 140 additions & 138 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Connect and ask questions: [![Discord](https://img.shields.io/badge/Discord-%235
1313
[![Swagger UI](https://img.shields.io/badge/API-Swagger-11B48A?logo=swagger&logoColor=white)](https://app.queryweaver.ai/docs)
1414
</div>
1515

16-
![queryweaver-demo-video-ui](https://github.com/user-attachments/assets/b66018cb-0e42-4907-8ac1-c169762ff22d)
16+
![new-qw-ui-gif](https://github.com/user-attachments/assets/87bb6a50-5bf4-4217-ad05-f99e32ed2dd0)
1717

1818
## Get Started
1919
### Docker

api/agents/analysis_agent.py

Lines changed: 148 additions & 85 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)