databutton 0.38.18__py3-none-any.whl → 0.38.34__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
databutton/version.py CHANGED
@@ -5,4 +5,4 @@ This module contains project version information.
5
5
  .. moduleauthor:: Databutton <support@databutton.com>
6
6
  """
7
7
 
8
- __version__ = "0.38.18"
8
+ __version__ = "0.38.34"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: databutton
3
- Version: 0.38.18
3
+ Version: 0.38.34
4
4
  Summary: The CLI for databutton.com
5
5
  License: Databutton
6
6
  Author: Databutton
@@ -10,15 +10,15 @@ Classifier: License :: Other/Proprietary License
10
10
  Classifier: Programming Language :: Python :: 3
11
11
  Classifier: Programming Language :: Python :: 3.10
12
12
  Classifier: Programming Language :: Python :: 3.11
13
- Requires-Dist: PyJWT (>=2.2.0,<3.0.0)
14
- Requires-Dist: PyYAML (>=6.0,<7.0)
13
+ Requires-Dist: PyJWT (>=2,<3)
14
+ Requires-Dist: PyYAML (>=6,<7)
15
15
  Requires-Dist: certifi (>=2022.12.7,<2023.0.0)
16
- Requires-Dist: cryptography (>=40.0.1,<41.0.0)
16
+ Requires-Dist: cryptography (>=40)
17
17
  Requires-Dist: fastapi
18
18
  Requires-Dist: httpx (>=0.20.0,<1)
19
19
  Requires-Dist: pandas[feather] (>=0.25,<3)
20
20
  Requires-Dist: pydantic (>=1,<3)
21
- Requires-Dist: tenacity (==8.3)
21
+ Requires-Dist: tenacity (>=8.3)
22
22
  Description-Content-Type: text/markdown
23
23
 
24
24
  # databutton-cli
@@ -28,8 +28,6 @@ Description-Content-Type: text/markdown
28
28
  ![release](https://github.com/databutton/databutton-cli/actions/workflows/release.yaml/badge.svg)
29
29
 
30
30
 
31
-
32
-
33
31
  The CLI for building and deploying databutton projects
34
32
 
35
33
  ## Getting Started
@@ -22,8 +22,8 @@ databutton/secrets/__init__.py,sha256=sI0okrfRBs2l5tcLTrKc9uUfPVVRMM9D7WED8p226t
22
22
  databutton/secrets/secrets.py,sha256=8Dfxe3jB_THnSwYvk-XbIOJ9u8YjtC2Jx4bDDd0kYcs,3392
23
23
  databutton/storage/__init__.py,sha256=7ZNd4eQQ7lYYIe1MqCuFbFF1aAVCuj2c_zmJfaPVlDY,252
24
24
  databutton/storage/storage.py,sha256=x9LTyoAfLTWFCoy7XhA0tVUTkjldx8gYax09RkhMR1Q,20369
25
- databutton/version.py,sha256=t9P0__SspzVhN1xOmLwxISNHjHsCuThC2TTioXX7OEE,176
26
- databutton-0.38.18.dist-info/LICENSE,sha256=c7h4pcVZapFEmqWoRTRv_S1P_aibrtDobqmlR-QtMUk,45
27
- databutton-0.38.18.dist-info/METADATA,sha256=al4JTtcQ4R6v9EYdezMm0E3ZjqMynKAt_Zk9S7MB4Ew,2724
28
- databutton-0.38.18.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
29
- databutton-0.38.18.dist-info/RECORD,,
25
+ databutton/version.py,sha256=9eylroHpc5gDUGLMepuJSZlXVdKzseLnz7ZvKUKun10,176
26
+ databutton-0.38.34.dist-info/LICENSE,sha256=c7h4pcVZapFEmqWoRTRv_S1P_aibrtDobqmlR-QtMUk,45
27
+ databutton-0.38.34.dist-info/METADATA,sha256=gbz8L0P5JcLCr1fS3sOOjcU79-mTnVnsVgXI5ujgYfA,2698
28
+ databutton-0.38.34.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
29
+ databutton-0.38.34.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.9.0
2
+ Generator: poetry-core 1.9.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any