Pre-release Xata version no longer required (#9915)

Tiny PR: Since we've released version 1.0.0 of the python SDK, we no
longer need to specify the pre-release version when pip installing.
This commit is contained in:
Tudor Golubenco 2023-08-29 16:21:22 +02:00 committed by GitHub
parent c80e406e95
commit 171b0b183b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install xata==1.0.0rc0 openai langchain"
"!pip install xata openai langchain"
]
},
{

View File

@ -52,7 +52,7 @@
},
"outputs": [],
"source": [
"!pip install xata==1.0.0a7 openai tiktoken langchain"
"!pip install xata openai tiktoken langchain"
]
},
{