We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b5200 commit 6527551Copy full SHA for 6527551
pyproject.toml
@@ -7,7 +7,7 @@ dependencies = [
7
"tqdm>=4.65.0",
8
"joblib>=1.3.2",
9
"pandas>=2.0.3",
10
- "pendulum>=2.1.2", #"msgspec>=0.18.4",
+ "pendulum>=2.1.2", #"msgspec>=0.18.4",
11
"munch>=4.0.0",
12
"sqlglot>=23.11.2",
13
"sqlparse>=0.5.0",
@@ -24,7 +24,7 @@ name = "pydala2"
24
readme = "README.md"
25
#repository = "https://github.com/legout/pydala2"
26
requires-python = ">= 3.11"
27
-version = "0.9.9"
+version = "0.20.0"
28
29
[project.optional-dependencies]
30
legacy = ["polars-lts-cpu>=0.20.4"]
0 commit comments