Skip to content

Commit

Permalink
update daft to 0.1.16 that uses openssl and correct arrow schema pars…
Browse files Browse the repository at this point in the history
…ing with int96 options (#210)

* update daft to 0.1.16 that uses openssl and correct arrow schema parsing

* update version
  • Loading branch information
samster25 authored Sep 6, 2023
1 parent d98af0d commit 3ad0062
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deltacat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

deltacat.logs.configure_deltacat_logger(logging.getLogger(__name__))

__version__ = "0.1.18b18"
__version__ = "0.1.18b19"


__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# setup.py install_requires
# any changes here should also be reflected in setup.py "install_requires"
boto3 ~= 1.20
getdaft==0.1.15
getdaft==0.1.16
numpy == 1.21.5
pandas == 1.3.5
pyarrow == 12.0.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def find_version(*paths):
"typing-extensions == 4.4.0",
"pymemcache == 4.0.0",
"redis == 4.6.0",
"getdaft == 0.1.15",
"getdaft == 0.1.16",
"schedule == 1.2.0",
],
setup_requires=["wheel"],
Expand Down

0 comments on commit 3ad0062

Please sign in to comment.