Update ormsgpack (#5034)

* Update ormsgpack

- Now supports bytearray/memoryview passthrough

* Lint
This commit is contained in:
Nuno Campos
2025-06-10 00:30:58 +00:00
committed by GitHub
parent 1519b90414
commit 67b1dc602e
9 changed files with 7392 additions and 7397 deletions
@@ -54,6 +54,7 @@
" if not os.environ.get(var):\n",
" os.environ[var] = getpass.getpass(f\"Please provide your {var}\")\n",
"\n",
"\n",
"_set_if_undefined(\"OPENAI_API_KEY\")\n",
"_set_if_undefined(\"TAVILY_API_KEY\")"
]