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

Add support for Python 3.12 #1873

Merged
merged 7 commits into from
May 10, 2024
Merged

Add support for Python 3.12 #1873

merged 7 commits into from
May 10, 2024

Conversation

ogabrielluiz
Copy link
Contributor

This pull request adds support for Python 3.12 to the project. Python 3.12 brings new features and improvements, and this update ensures that the project can take advantage of them.

Copy link

vercel bot commented May 10, 2024

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

Name Status Preview Comments Updated (UTC)
langflow ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 10, 2024 2:28pm

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label May 10, 2024
@dosubot dosubot bot added enhancement New feature or request python Pull requests that update Python code labels May 10, 2024
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:M This PR changes 30-99 lines, ignoring generated files. labels May 10, 2024
… during app execution

📝 (langflow/api/v1/schemas.py): Update timestamp field default value to use datetime.now with timezone.utc
📝 (auth/utils.py): Ignore warnings related to datetime.utcnow when decoding JWT tokens and creating refresh tokens
📝 (models/flow/model.py): Update updated_at field default value to use lambda function with timezone.utc
📝 (models/user/model.py): Update create_at and updated_at field default values to use lambda function with timezone.utc
@ogabrielluiz ogabrielluiz merged commit 5ca1c22 into dev May 10, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request python Pull requests that update Python code size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant