uvuv for local script development, which creates a .venv.venv directory within the script directory. I noticed that script generate-metadatascript generate-metadata was taking a long time > 40sec for a single script and was able to determine that the bottleneck is findGlobalDeps iterating over all the files in the .venv.venv directory when trying to find a lockfile candidate.requirements.txtrequirements.txt right next to the script. Is there a way to either:script generate-metadatascript generate-metadata ignore the .venv.venv directory ORscript generate-meatdatascript generate-meatdata right at the requirements.txtrequirements.txt?--excludes '**/.venv/**--excludes '**/.venv/** doesn't workWe lost the habit of putting everything here but we still have many great features that have been merged recently and a few very big ones coming soon. ⚠️ ⚠️ semi-breaking change in Postgres TIMESTAMP return However, want to take the opportunity to warn about a semi breaking change in the way our native Postgres runtime return TIMESTAMP . it used to be in this format: "2026-05-08 17:54:03.348891 UTC" . but they are have been standardized to (ISO 8601): "2026-05-08T17:54:03.348891+00:00" in recent releases. If you relied critically on the specific format, be advised you will need to adapt to this change. It was mistakenly in the UTC format prior which is non standard, not consistent with pg behavior and not even consistent with what format taken as input by our pg runtime as valid TIMESTAMP. Sorry about this, we realized a bit late that by doing a batch of runtime improvement on pg, it induced this change and it's now too late to revert or make fully back-compatible.
rubenf · 2w ago
We're live showcasing this week's work on https://discord.com/channels/930051556043276338/1278977038430240813 🙂
henri-c · 2mo ago
@everyone Launch Week — That's a wrap
Fratera · 2mo ago
Join the Discord to ask follow-up questions and connect with the community