We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34ae0d commit 2be1d3fCopy full SHA for 2be1d3f
railib/__init__.py
@@ -12,5 +12,5 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version_info__ = (0, 6, 7)
+__version_info__ = (0, 6, 8)
16
__version__ = ".".join(map(str, __version_info__))
setup.py
@@ -34,7 +34,8 @@
34
install_requires=[
35
"ed25519==1.5",
36
"pyarrow>=6.0.1",
37
- "requests-toolbelt==0.9.1"],
+ "requests-toolbelt==0.9.1",
38
+ "protobuf==3.20.1"],
39
license="http://www.apache.org/licenses/LICENSE-2.0",
40
long_description="Enables access to the RelationalAI REST APIs from Python",
41
long_description_content_type="text/markdown",
0 commit comments