Skip to content

Commit

Permalink
This fixes #1173 (#1174)
Browse files Browse the repository at this point in the history
  • Loading branch information
Musa-Anwaar authored Nov 15, 2024
1 parent 7714290 commit 3b22853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
azure-identity==1.15.0
# Flask[async]==2.3.2
Flask[async]==3.0.3
openai==1.6.1
azure-search-documents==11.4.0b6
azure-storage-blob==12.17.0
Expand Down

4 comments on commit 3b22853

@hhokuno
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, @Musa-Anwaar .
When we deploy the Web App, we are getting the following error:

Error
AsyncClient.init() got an unexpected keyword argument 'proxies'

Do you thing its related to this commit?

Thanks

@r0hitacharya
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, suddenly the proxy error has started propping up. I am trying to fork and try different versions

@hhokuno
Copy link

@hhokuno hhokuno commented on 3b22853 Dec 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello.
Here New deploys are getting error #1191 they told that this config resolve the issue. openai>=1.55.3. Can anyone merge this to main? I dont have the ability.

Thank you.

@hhokuno
Copy link

@hhokuno hhokuno commented on 3b22853 Dec 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additionally, I saw that there's already a pull request that can resolve this. Does any one have the ability to review it?

#1195

Thank you

Please sign in to comment.