diff --git a/.github/workflows/lint_and_test.yaml b/.github/workflows/lint_and_test.yaml index aecfc17e..3a40b90 100644 --- a/.github/workflows/lint_and_test.yaml +++ b/.github/workflows/lint_and_test.yaml @@ -72,7 +72,7 @@ jobs: echo '\n\n\n' - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: fail_ci_if_error: false # optional (default = false) verbose: true # optional (default = false) diff --git a/poetry.lock b/poetry.lock index 26cbd8a..d74c295 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1868,13 +1868,13 @@ PyYAML = ">=5.1.0" [[package]] name = "openai" -version = "1.3.8" +version = "1.3.9" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-1.3.8-py3-none-any.whl", hash = "sha256:ac5a17352b96db862390d2e6f51de9f7eb32e733f412467b2f160fbd3d0f2609"}, - {file = "openai-1.3.8.tar.gz", hash = "sha256:54963ff247abe185aad6ee443820e48ad9f87eb4de970acb2514bc113ced748c"}, + {file = "openai-1.3.9-py3-none-any.whl", hash = "sha256:d30faeffe5995a2cf6b790c0260a5b59647e81c3a1f3b62f51b5e0a0e52681c9"}, + {file = "openai-1.3.9.tar.gz", hash = "sha256:6f638d96bc89b4394be1d7b37d312f70a055df1a471c92d4c4b2ae3a70c98cb3"}, ] [package.dependencies]