Skip to content

Commit adbe3df

Browse files
committed
draken
1 parent ff018af commit adbe3df

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

opteryx/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# THIS FILE IS AUTOMATICALLY UPDATED DURING THE BUILD PROCESS
22
# DO NOT EDIT THIS FILE DIRECTLY
33

4-
__build__ = 1696
4+
__build__ = 1698
55
__author__ = "@joocer"
6-
__version__ = "0.26.0-beta.1696"
6+
__version__ = "0.26.0-beta.1698"
77

88
# Store the version here so:
99
# 1) we don't load dependencies by storing it in __init__.py

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
22
name = "opteryx"
3-
version = "0.26.0-beta.1696"
3+
version = "0.26.0-beta.1698"
44
description = "Query your data, where it lives"
55
requires-python = '>=3.11'
66
readme = {file = "README.md", content-type = "text/markdown"}
77
authors = [{name='Justin Joyce', email='[email protected]'}]
88
maintainers = [{name='Justin Joyce', email='[email protected]'}]
9-
dependencies = ['aiohttp', 'numpy>=2.0.0', 'orjson', 'orso>=0.0.204', 'psutil', 'pyarrow>=20.0.0', 'requests', 'rugo>=0.1.19']
9+
dependencies = ['aiohttp', 'draken', 'numpy>=2.0.0', 'orjson', 'orso>=0.0.204', 'psutil', 'pyarrow>=20.0.0', 'requests', 'rugo>=0.1.19']
1010

1111
[project.scripts]
1212
opteryx = "opteryx.command:main"

0 commit comments

Comments
 (0)