Skip to content

Commit 2468efe

Browse files
authored
Bump noteable magics for singlestore conn attrs (#31)
1 parent 296cad8 commit 2468efe

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed

Taskfile.python.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ tasks:
5252
cmds:
5353
- task python:base:deps:copy-requirements FILE_PREFIX={{.FILE_PREFIX}} IDENTIFIER={{.IDENTIFIER}} NBL_PYTHON_VERSION={{.NBL_PYTHON_VERSION}}
5454
# specifically looks at the python/<ident>/<version>/<version>.requirements.in file, not the generic requirements.in files
55-
- $(pyenv root)/versions/py{{.NBL_PYTHON_VERSION}}/bin/python -m piptools compile --resolver=backtracking --output-file python/{{.IDENTIFIER}}/{{.NBL_PYTHON_VERSION}}/{{.FILE_PREFIX}}requirements.txt python/{{.IDENTIFIER}}/{{.NBL_PYTHON_VERSION}}/{{.NBL_PYTHON_VERSION}}.{{.FILE_PREFIX}}requirements.in
55+
- $(pyenv root)/versions/py{{.NBL_PYTHON_VERSION}}/bin/python -m piptools compile --output-file python/{{.IDENTIFIER}}/{{.NBL_PYTHON_VERSION}}/{{.FILE_PREFIX}}requirements.txt python/{{.IDENTIFIER}}/{{.NBL_PYTHON_VERSION}}/{{.NBL_PYTHON_VERSION}}.{{.FILE_PREFIX}}requirements.in
5656
generates:
5757
- python/{{.IDENTIFIER}}/{{.NBL_PYTHON_VERSION}}/{{.FILE_PREFIX}}requirements.txt
5858

python/noteable/3.10/requirements.txt

+7-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --output-file=python/noteable/3.10/requirements.txt --resolver=backtracking python/noteable/3.10/3.10.requirements.in
5+
# pip-compile --output-file=python/noteable/3.10/requirements.txt python/noteable/3.10/3.10.requirements.in
66
#
77
adagio==0.2.4
88
# via
@@ -490,7 +490,7 @@ nest-asyncio==1.5.6
490490
# ipykernel
491491
# nbclassic
492492
# notebook
493-
noteable @ git+https://www.github.com/noteable-io/noteable-notebook-magics.git@b7ea1e809bfc78be7bec58602504596dde6a089a
493+
noteable @ git+https://www.github.com/noteable-io/noteable-notebook-magics.git@4399550a7ba7407a0fc829271d315e79552abb46
494494
# via -r python/noteable/3.10/requirements.in
495495
noteable-origami==0.0.11
496496
# via papermill-origami
@@ -777,8 +777,10 @@ send2trash==1.8.2
777777
# notebook
778778
sidecar-comms @ git+https://www.github.com/noteable-io/sidecar_comms.git@009210009af85640852398dd6965bb7c285e21e2
779779
# via -r python/noteable/3.10/requirements.in
780-
singlestoredb==0.6.1
781-
# via sqlalchemy-singlestoredb
780+
singlestoredb[sqlalchemy]==0.8.1
781+
# via
782+
# noteable
783+
# sqlalchemy-singlestoredb
782784
six==1.16.0
783785
# via
784786
# asttokens
@@ -831,7 +833,7 @@ sqlalchemy-databricks==0.2.0
831833
sqlalchemy-redshift==0.8.12
832834
# via noteable
833835
sqlalchemy-singlestoredb==0.2.0
834-
# via noteable
836+
# via singlestoredb
835837
sqlglot==13.2.0
836838
# via fugue
837839
sqlparams==5.1.0

python/noteable/3.9/requirements.txt

+7-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
5-
# pip-compile --output-file=python/noteable/3.9/requirements.txt --resolver=backtracking python/noteable/3.9/3.9.requirements.in
5+
# pip-compile --output-file=python/noteable/3.9/requirements.txt python/noteable/3.9/3.9.requirements.in
66
#
77
adagio==0.2.4
88
# via
@@ -495,7 +495,7 @@ nest-asyncio==1.5.6
495495
# ipykernel
496496
# nbclassic
497497
# notebook
498-
noteable @ git+https://www.github.com/noteable-io/noteable-notebook-magics.git@b7ea1e809bfc78be7bec58602504596dde6a089a
498+
noteable @ git+https://www.github.com/noteable-io/noteable-notebook-magics.git@4399550a7ba7407a0fc829271d315e79552abb46
499499
# via -r python/noteable/3.9/requirements.in
500500
noteable-origami==0.0.11
501501
# via papermill-origami
@@ -782,8 +782,10 @@ send2trash==1.8.2
782782
# notebook
783783
sidecar-comms @ git+https://www.github.com/noteable-io/sidecar_comms.git@009210009af85640852398dd6965bb7c285e21e2
784784
# via -r python/noteable/3.9/requirements.in
785-
singlestoredb==0.6.1
786-
# via sqlalchemy-singlestoredb
785+
singlestoredb[sqlalchemy]==0.8.1
786+
# via
787+
# noteable
788+
# sqlalchemy-singlestoredb
787789
six==1.16.0
788790
# via
789791
# asttokens
@@ -836,7 +838,7 @@ sqlalchemy-databricks==0.2.0
836838
sqlalchemy-redshift==0.8.12
837839
# via noteable
838840
sqlalchemy-singlestoredb==0.2.0
839-
# via noteable
841+
# via singlestoredb
840842
sqlglot==13.2.0
841843
# via fugue
842844
sqlparams==5.1.0

python/noteable/requirements.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ graphviz==0.20.1
1414

1515
# https://github.com/noteable-io/ packages
1616
git+https://www.github.com/noteable-io/dx.git@a9a4310e51236833e818f3d81edc06a2c2fa3b0e
17-
git+https://www.github.com/noteable-io/noteable-notebook-magics.git@b7ea1e809bfc78be7bec58602504596dde6a089a
17+
git+https://www.github.com/noteable-io/noteable-notebook-magics.git@4399550a7ba7407a0fc829271d315e79552abb46
1818
git+https://www.github.com/noteable-io/sidecar_comms.git@009210009af85640852398dd6965bb7c285e21e2
1919
git+https://www.github.com/noteable-io/ipykernel-logging.git@dc169edb8d7c262a001b795373b479df561bfe73
2020

0 commit comments

Comments
 (0)