langflow-ai / langflow

⛓️ Langflow is a dynamic graph where each node is an executable unit. Its modular and interactive design fosters rapid experimentation and prototyping, pushing hard on the limits of creativity.
http://www.langflow.org
MIT License
17.87k stars 2.68k forks source link

Fix created_at field type in Variable and ApiKey models #1792

Closed ogabrielluiz closed 2 weeks ago

ogabrielluiz commented 2 weeks ago

This pull request fixes the created_at field type in the Variable and ApiKey models. Previously, the created_at field was defined as datetime, but it should be Optional[datetime]. This PR updates the field type to Optional[datetime] in both models to ensure consistency and avoid potential issues.

vercel[bot] commented 2 weeks ago

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 Apr 29, 2024 2:23pm