Skip to content

Commit 0b4cf48

Browse files
authored
Remove upper bound for PF dependencies (#33833)
1 parent a762584 commit 0b4cf48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@
109109
"azure-search-documents==11.4.0b11"
110110
],
111111
"promptflow": [
112-
"promptflow[azure]==0.1.0b8",
113-
"promptflow-tools==0.1.0b15",
112+
"promptflow[azure]",
113+
"promptflow-tools",
114114
"promptflow-vectordb"
115115
],
116116
"qa_generation": [

0 commit comments

Comments
 (0)