Skip to content

Commit

Permalink
fix(ci): tests and security workflow fixes (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakoush committed Mar 4, 2024
1 parent 4015316 commit 582c6e3
Show file tree
Hide file tree
Showing 13 changed files with 7,183 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: snyk-code.sarif
sarif_file: snyk-sat.sarif

scan-image:
runs-on: ubuntu-latest
Expand Down
16 changes: 2 additions & 14 deletions poetry.lock

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

8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ starlette-exporter = "*"
py-grpc-prometheus = "*"
aiokafka = "*"
# add a min version to tritonclient due to https://github.com/triton-inference-server/server/issues/6246
tritonclient = ">=2.40"
tritonclient = {version = ">=2.42", extras = ["http"]}
geventhttpclient = "*"
gevent = "*"
aiofiles = "*"
orjson = "*"
uvloop = {version = "*", markers = "sys_platform != 'win32' and (sys_platform != 'cygwin' and platform_python_implementation != 'PyPy')"}
Expand All @@ -75,7 +77,6 @@ opentelemetry-exporter-otlp-proto-grpc = "^1.22.0"
[tool.poetry.group.dev.dependencies]
datamodel-code-generator = "0.25.4"
grpcio-tools = "1.48.1"
tritonclient = {version = "2.42.0", extras = ["http"]}
pytest = "7.4.4"
pytest-asyncio = "0.21.1"
pytest-mock = "3.11.1"
Expand Down Expand Up @@ -127,9 +128,6 @@ optional = true
requests-mock = "~1.11.0"
types-requests = "~2.28.11.5"

## Dev dependencies from Alibi-Detect
tensorflow = "<2.15"

## Dev dependencies from MLflow
torch = "2.2.1"
pytorch-lightning = "2.2.0.post0"
Expand Down
Loading

0 comments on commit 582c6e3

Please sign in to comment.