Skip to content

Commit d5dc037

Browse files
authored
Update pyproject.toml
1 parent b1edc8c commit d5dc037

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727

2828
dependencies = [
29-
"fsspec@git+https://github.com/fsspec/filesystem_spec#egg=c23674c4c7bd60f8c3b41d0c4bbcefe4d18d6c70",
29+
"fsspec>=2025.12.0",
3030
]
3131

3232
[project.entry-points."fsspec.specs"]
@@ -94,10 +94,6 @@ exclude_also = [
9494
ignore_errors = true
9595
fail_under = 50
9696

97-
# TODO remove
98-
[tool.hatch.metadata]
99-
allow-direct-references = true
100-
10197
[tool.hatch.build]
10298
artifacts = []
10399

@@ -129,4 +125,4 @@ known-first-party = ["fsspec_python"]
129125
section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"]
130126

131127
[tool.ruff.lint.per-file-ignores]
132-
"__init__.py" = ["F401", "F403"]
128+
"__init__.py" = ["F401", "F403"]

0 commit comments

Comments
 (0)