Skip to content

Commit

Permalink
Merge branch 'main' into zhengfei/bugfix/add-user-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengfeiwang committed Jun 17, 2024
2 parents d94c45a + 36883b4 commit 32f308f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/promptflow-azure/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ promptflow-tracing = {path = "../promptflow-tracing"}
promptflow = {path = "../promptflow"}
promptflow-tools = {path = "../promptflow-tools"}
promptflow-recording = {path = "../promptflow-recording"}
numpy = "<2.0.0" # avoid pandas incompatibility

[tool.poetry.group.test.dependencies]
pytest = "*"
Expand Down
1 change: 1 addition & 0 deletions src/promptflow-devkit/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ promptflow-tracing = {path = "../promptflow-tracing"}
promptflow = {path = "../promptflow"}
promptflow-tools = {path = "../promptflow-tools"}
promptflow-recording = {path = "../promptflow-recording"}
numpy = "<2.0.0" # avoid pandas incompatibility

[tool.poetry.group.test.dependencies]
pytest = "*"
Expand Down
1 change: 1 addition & 0 deletions src/promptflow-tools/tests/test_acs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from promptflow.tools.azure_content_safety import analyze_text


@pytest.mark.skip("Skipping - Key based authentication is disabled for this resource")
@pytest.mark.usefixtures("use_secrets_config_file")
class TestAzureContentSafety:
def test_azure_content_safety_analyze_happy_path(self, azure_content_safety_connection):
Expand Down

0 comments on commit 32f308f

Please sign in to comment.