datajunction-server 0.0.129__tar.gz → 0.0.131__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: datajunction-server
3
- Version: 0.0.129
3
+ Version: 0.0.131
4
4
  Summary: DataJunction server library for running to a DataJunction server
5
5
  Project-URL: Homepage, https://datajunction.io
6
6
  Project-URL: Repository, https://github.com/DataJunction/dj
@@ -10,7 +10,9 @@ Classifier: License :: OSI Approved :: MIT License
10
10
  Classifier: Operating System :: OS Independent
11
11
  Classifier: Programming Language :: Python :: 3.10
12
12
  Classifier: Programming Language :: Python :: 3.11
13
- Requires-Python: <3.12,>=3.10
13
+ Classifier: Programming Language :: Python :: 3.12
14
+ Classifier: Programming Language :: Python :: 3.13
15
+ Requires-Python: <3.14,>=3.10
14
16
  Requires-Dist: alembic>=1.10.3
15
17
  Requires-Dist: antlr4-python3-runtime==4.13.1
16
18
  Requires-Dist: bcrypt<=4.3.0,>=4.0.1
@@ -85,12 +85,14 @@ dependencies = [
85
85
  # JWT for GitHub App authentication
86
86
  "pyjwt[crypto]>=2.8.0",
87
87
  ]
88
- requires-python = ">=3.10,<3.12"
88
+ requires-python = ">=3.10,<3.14"
89
89
  readme = "README.md"
90
90
  license = {text = "MIT"}
91
91
  classifiers = [
92
92
  "Programming Language :: Python :: 3.10",
93
93
  "Programming Language :: Python :: 3.11",
94
+ "Programming Language :: Python :: 3.12",
95
+ "Programming Language :: Python :: 3.13",
94
96
  "License :: OSI Approved :: MIT License",
95
97
  "Operating System :: OS Independent"
96
98
  ]
@@ -160,7 +162,7 @@ test = [
160
162
  "requests-mock>=1.10.0",
161
163
  "typing-extensions>=4.5.0",
162
164
  "pytest-xdist>=3.3.0",
163
- "duckdb==0.8.1",
165
+ "duckdb>=1.0.0",
164
166
  "testcontainers>=3.7.1",
165
167
  "httpx>=0.27.0",
166
168
  "greenlet>=3.0.3",