databutton 0.38.17__tar.gz → 0.38.34__tar.gz

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.
Files changed (29) hide show
  1. {databutton-0.38.17 → databutton-0.38.34}/PKG-INFO +5 -7
  2. {databutton-0.38.17 → databutton-0.38.34}/README.md +0 -2
  3. {databutton-0.38.17 → databutton-0.38.34}/databutton/version.py +1 -1
  4. {databutton-0.38.17 → databutton-0.38.34}/pyproject.toml +6 -6
  5. {databutton-0.38.17 → databutton-0.38.34}/LICENSE +0 -0
  6. {databutton-0.38.17 → databutton-0.38.34}/databutton/__init__.py +0 -0
  7. {databutton-0.38.17 → databutton-0.38.34}/databutton/cachetools.py +0 -0
  8. {databutton-0.38.17 → databutton-0.38.34}/databutton/experimental/__init__.py +0 -0
  9. {databutton-0.38.17 → databutton-0.38.34}/databutton/experimental/auth/__init__.py +0 -0
  10. {databutton-0.38.17 → databutton-0.38.34}/databutton/experimental/auth/get_user.py +0 -0
  11. {databutton-0.38.17 → databutton-0.38.34}/databutton/experimental/folder/__init__.py +0 -0
  12. {databutton-0.38.17 → databutton-0.38.34}/databutton/experimental/folder/folder.py +0 -0
  13. {databutton-0.38.17 → databutton-0.38.34}/databutton/internal/__init__.py +0 -0
  14. {databutton-0.38.17 → databutton-0.38.34}/databutton/internal/auth.py +0 -0
  15. {databutton-0.38.17 → databutton-0.38.34}/databutton/internal/byteutils.py +0 -0
  16. {databutton-0.38.17 → databutton-0.38.34}/databutton/internal/dbapiclient.py +0 -0
  17. {databutton-0.38.17 → databutton-0.38.34}/databutton/internal/httpxclient.py +0 -0
  18. {databutton-0.38.17 → databutton-0.38.34}/databutton/internal/performedby.py +0 -0
  19. {databutton-0.38.17 → databutton-0.38.34}/databutton/internal/retries.py +0 -0
  20. {databutton-0.38.17 → databutton-0.38.34}/databutton/jobs/__init__.py +0 -0
  21. {databutton-0.38.17 → databutton-0.38.34}/databutton/jobs/run.py +0 -0
  22. {databutton-0.38.17 → databutton-0.38.34}/databutton/notify/__init__.py +0 -0
  23. {databutton-0.38.17 → databutton-0.38.34}/databutton/notify/email.py +0 -0
  24. {databutton-0.38.17 → databutton-0.38.34}/databutton/notify/send.py +0 -0
  25. {databutton-0.38.17 → databutton-0.38.34}/databutton/pydantic_v1/__init__.py +0 -0
  26. {databutton-0.38.17 → databutton-0.38.34}/databutton/secrets/__init__.py +0 -0
  27. {databutton-0.38.17 → databutton-0.38.34}/databutton/secrets/secrets.py +0 -0
  28. {databutton-0.38.17 → databutton-0.38.34}/databutton/storage/__init__.py +0 -0
  29. {databutton-0.38.17 → databutton-0.38.34}/databutton/storage/storage.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: databutton
3
- Version: 0.38.17
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
@@ -5,8 +5,6 @@
5
5
  ![release](https://github.com/databutton/databutton-cli/actions/workflows/release.yaml/badge.svg)
6
6
 
7
7
 
8
-
9
-
10
8
  The CLI for building and deploying databutton projects
11
9
 
12
10
  ## Getting Started
@@ -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.17"
8
+ __version__ = "0.38.34"
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "databutton"
3
- version = "0.38.17"
3
+ version = "0.38.34"
4
4
  description = "The CLI for databutton.com"
5
5
  authors = ["Databutton <hi@databutton.io>"]
6
6
  license = "Databutton"
@@ -12,10 +12,10 @@ python = ">=3.10,<3.12"
12
12
  httpx = ">=0.20.0,<1"
13
13
  pandas = { extras = ["feather"], version = "<3,>=0.25" }
14
14
  pydantic = ">=1,<3"
15
- PyJWT = "^2.2.0"
16
- PyYAML = "^6.0"
17
- tenacity = "8.3"
18
- cryptography = "^40.0.1"
15
+ PyJWT = ">=2,<3"
16
+ PyYAML = ">=6,<7"
17
+ tenacity = ">=8.3"
18
+ cryptography = ">=40"
19
19
  certifi = "^2022.12.7"
20
20
  fastapi = "*"
21
21
 
@@ -30,7 +30,7 @@ isort = "^5.12.0"
30
30
  python-semantic-release = "7.28.1"
31
31
  pytest-mock = "^3.7.0"
32
32
  pandas-stubs = "^1.5.2.221124"
33
- ruff = "^0.4.0"
33
+ ruff = "^0.6.0"
34
34
  types-pyjwt = "^1.7.1"
35
35
 
36
36
  [build-system]
File without changes