Skip to content

Commit 4b551dc

Browse files
authored
Change from not equal to bigger for gen-ai dependency (Azure#33132)
* Change from not equal to bigger for gen-ai dependency * Update according to SDK team's suggestion
1 parent ed8bd13 commit 4b551dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/ai/azure-ai-generative/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
python_requires="<4.0,>=3.8",
7474
install_requires=[
7575
# NOTE: To avoid breaking changes in a major version bump, all dependencies should pin an upper bound if possible.
76-
"azure-ai-resources!=0.0.0b0",
76+
"azure-ai-resources<2.0.0,>=1.0.0b1",
7777
"azureml-telemetry~=1.0,>=1.51.0",
7878
"mlflow-skinny<3",
7979
"opencensus-ext-azure~=1.0",

0 commit comments

Comments
 (0)