Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
AWS_ECR_REGISTRY: ${{ secrets.AWS_ECR_REGISTRY }}
HEADER_EMBEDDING_API_KEY_OPENAI: ${{ secrets.HEADER_EMBEDDING_API_KEY_OPENAI }}
DOCKER_COMPOSE_LOCAL_DATA_API: ${{ secrets.DOCKER_COMPOSE_LOCAL_DATA_API }}
HEADER_RERANKING_API_KEY_NVIDIA: ${{ secrets.HEADER_RERANKING_API_KEY_NVIDIA }}
# HEADER_RERANKING_API_KEY_NVIDIA: ${{ secrets.HEADER_RERANKING_API_KEY_NVIDIA }}
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ maintenance. Improvement in testing machinery:
- Made keyspace names fully optional in all cases (typically one can forget about them).
- Adapted/simplified README about testing.
- KMS-vectorize testing is now optional in the Astra base test suite.
maintenance: some vuln-related dev-dependency upgrades (requests, virtualenv, werkzeug)


v 2.1.0
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,13 @@ dev = [
"pytest-testdox ~= 3.1.0",
"python-dotenv ~= 1.0.1",
"pytest-httpserver ~= 1.0.8",
"requests >= 2.32.4",
"setuptools >= 61.0",
"testcontainers ~= 3.7.1",
"types-toml >= 0.10.8.7,<1.0.0",
"urllib3 >= 2.6.3"
"urllib3 >= 2.6.3",
"virtualenv >= 20.36.1",
"werkzeug >= 3.1.5"
]

[tool.hatch.build.targets.wheel]
Expand Down
44 changes: 34 additions & 10 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading