Skip to content

Commit

Permalink
Versioning bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zochory committed Jul 22, 2024
1 parent f0bc7ae commit ca52348
Show file tree
Hide file tree
Showing 4 changed files with 185 additions and 134 deletions.
9 changes: 2 additions & 7 deletions notebook/get-started-graphfleet.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,19 @@
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 3,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"\n",
"\u001b[31;1mNo module named 'packaging'\u001b[39;22m\n",
"\n",
"\u001b[31;1mNo module named 'packaging'\u001b[39;22m\n"
]
}
],
"source": [
"! poetry shell\n",
"! poetry install\n"
]
"source": []
}
],
"metadata": {
Expand Down
15 changes: 13 additions & 2 deletions notebook/local_search.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,20 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/Users/zocho/Library/Caches/pypoetry/virtualenvs/graphfleet-bVb82vZ5-py3.12/lib/python3.12/site-packages/azure/search/documents/indexes/_generated/models/_models_py3.py:5644: SyntaxWarning: invalid escape sequence '\\W'\n",
" pattern: str = \"\\W+\",\n",
"/Users/zocho/Library/Caches/pypoetry/virtualenvs/graphfleet-bVb82vZ5-py3.12/lib/python3.12/site-packages/azure/search/documents/indexes/_generated/models/_models_py3.py:5869: SyntaxWarning: invalid escape sequence '\\W'\n",
" pattern: str = \"\\W+\",\n"
]
}
],
"source": [
"import os\n",
"\n",
Expand Down
Loading

0 comments on commit ca52348

Please sign in to comment.