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

Further fix dependencies #496

Merged
merged 1 commit into from
Nov 28, 2023
Merged

Further fix dependencies #496

merged 1 commit into from
Nov 28, 2023

Conversation

barraponto
Copy link

httpx was pulling in anyio==4 and wrecking the whole thing :P
Bumped dependencies while pinning anyio just like fastapi does.

I also noticed on Python 3.11 redis does not need async-timeout.
While this version-specific detail is harmless, it might break some build if there are Python version conflicts in some package ranges, since the requirement files are generated only once with developer-local Python version.

Copy link

vercel bot commented Nov 7, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
authx ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 7, 2023 3:48am
authx-old ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 7, 2023 3:48am

Copy link

sonarqubecloud bot commented Nov 7, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link
Author

Choose a reason for hiding this comment

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

Ooh I didn't notice I commited the chmod for this file. I guess it's a good thing, though.

@yezz123 yezz123 merged commit fe8d036 into yezz123:pydantic2 Nov 28, 2023
3 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants