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/pr-title-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ concurrency:

jobs:
pr-title-check:
uses: epam/ai-dial-ci/.github/workflows/pr-title-check.yml@2.1.0
uses: epam/ai-dial-ci/.github/workflows/pr-title-check.yml@2.2.0
secrets:
ACTIONS_BOT_TOKEN: ${{ secrets.ACTIONS_BOT_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ concurrency:

jobs:
run_tests:
uses: epam/ai-dial-ci/.github/workflows/python_package_pr.yml@2.1.0
uses: epam/ai-dial-ci/.github/workflows/python_package_pr.yml@2.2.0
secrets: inherit
with:
python_version: 3.8
test_python_versions: '["3.8", "3.9", "3.10", "3.11", "3.12"]'
python-version: 3.8
code-checks-python-versions: '["3.8", "3.9", "3.10", "3.11", "3.12"]'
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ concurrency:

jobs:
release:
uses: epam/ai-dial-ci/.github/workflows/python_package_release.yml@2.1.0
uses: epam/ai-dial-ci/.github/workflows/python_package_release.yml@2.2.0
secrets: inherit
with:
python_version: 3.8
test_python_versions: '["3.8", "3.9", "3.10", "3.11", "3.12"]'
python-version: 3.8
code-checks-python-versions: '["3.8", "3.9", "3.10", "3.11", "3.12"]'
2 changes: 1 addition & 1 deletion .github/workflows/slash-command-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
jobs:
slashCommandDispatch:
runs-on: ubuntu-latest
if: ${{ github.event.issue.pull_request }}
steps:
- name: Slash Command Dispatch
id: scd
Expand All @@ -16,7 +17,6 @@ jobs:
[
{
"command": "deploy-review",
"permission": "write",
"issue_type": "pull-request",
"repository": "epam/ai-dial-ci",
"static_args": [
Expand Down
4 changes: 2 additions & 2 deletions .ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ excludes:
comment: "Packages for testing only."
resolutions:
rule_violations:
- message: ".*PyPI::httpcore:1\\.0\\.5.*"
- message: ".*PyPI::httpcore:1\\.0\\.9.*"
reason: "CANT_FIX_EXCEPTION"
comment: "BSD 3-Clause New or Revised License: https://github.com/encode/httpcore/blob/1.0.5/LICENSE.md"
comment: "BSD 3-Clause New or Revised License: https://github.com/encode/httpcore/blob/1.0.9/LICENSE.md"
- message: ".*PyPI::httpx:0\\.25\\.2.*"
reason: "CANT_FIX_EXCEPTION"
comment: "BSD 3-Clause New or Revised License: https://github.com/encode/httpx/blob/0.25.0/LICENSE.md"
1 change: 1 addition & 0 deletions aidial_client/types/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class Features(ExtraAllowModel):
url_attachments: Optional[bool] = None
folder_attachments: Optional[bool] = None
allow_resume: Optional[bool] = None
parallel_tool_calls: Optional[bool] = None


class DeploymentBase(ExtraAllowModel):
Expand Down