Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update websockets #357

Merged
merged 1 commit into from
Feb 26, 2025
Merged

fix: update websockets #357

merged 1 commit into from
Feb 26, 2025

Conversation

mgradalska
Copy link
Contributor

@mgradalska mgradalska commented Feb 19, 2025

Fixes #355

After upgrading websockets, application was throwing deprecation warnings. These changes fix the issue, but require websockets to be upgraded to at least 14.2 version where ClientConnection was introduced.

Also, fixed deprecated app argument in httpx AsyncClient.

@bombsimon
Copy link
Contributor

Also, fixed deprecated app argument in httpx AsyncClient.

Nice! However the quoted part seems like a duplicate of #336. Not that the maintainers seem to actively look at the PRs but decreasing scope and isolate each PR to a single topic is probably a good idea

@mgradalska
Copy link
Contributor Author

I thought no one was working on httpx issue, I missed that PR. Anyways, you're right. I removed httpx related changes.

@mgradalska mgradalska force-pushed the main branch 2 times, most recently from 85dd7d4 to e49ac6e Compare February 26, 2025 09:55
@KarolJagodzinski KarolJagodzinski changed the title fix: update websockets, fix httpx test client fix: update websockets Feb 26, 2025
@KarolJagodzinski KarolJagodzinski merged commit f566e7e into mirumee:main Feb 26, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

websockets.client.connect is deprecated in async_base_client.py
3 participants