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

chore: relax deps #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore: relax deps #1

wants to merge 1 commit into from

Conversation

cofin
Copy link

@cofin cofin commented May 26, 2024

This relaxes the litestar & python requirements a bit for the project.

@geeshta
Copy link
Owner

geeshta commented May 27, 2024

@cofin
I don't think this would run under Python 3.8 as is
From the top of my head this file uses type statement from Python 3.12
And this file uses dataclass with slots from Python 3.10.

@geeshta
Copy link
Owner

geeshta commented May 27, 2024

Oh and also | for type unions

@cofin
Copy link
Author

cofin commented May 27, 2024

Yeah, i figured there were a few places it didn't work. I'll keep updating this PR as I find them.

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.

2 participants