Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
push missed files
  • Loading branch information
kristapratico committed Jun 5, 2024
commit f5ce475dfd7b6241a5abda0cbf180cc51c09a2bf
1 change: 0 additions & 1 deletion sdk/openai/azure-openai/dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
../../identity/azure-identity
httpx
aiohttp
openai
8 changes: 8 additions & 0 deletions sdk/openai/azure-openai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@ mypy = false
pyright = false
type_check_samples = false
verifytypes = false

[[tool.azure-sdk-build.optional]]
name = "main"
install = ["git+https://github.com/openai/openai-python@main"]

[[tool.azure-sdk-build.optional]]
name = "released"
install = ["openai"]
1 change: 1 addition & 0 deletions sdk/openai/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ extends:
parameters:
ServiceDirectory: openai
TestTimeoutInMinutes: 200
ToxTestEnv: optional
UseFederatedAuth: true
MatrixFilters:
- PythonVersion=3.11.*
Expand Down