Skip to content

Commit 3a0df86

Browse files
authored
cut release 0.3.9 (fsspec#543)
* update changelog * docs: update
1 parent e44a8c7 commit 3a0df86

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.9] - 2026-01-31
11+
12+
### Fixed
13+
- upath.core: raise TypeError if using subclass directly with wrong protocol (#541)
14+
- upath.core: (backcompat) TypeError on protocol incompatibility (#540)
15+
- upath.extensions: Pydantic serialize ProxyUPath (#538)
16+
17+
### Changed
18+
- upath: updated flavours (#512)
19+
1020
## [0.3.8] - 2026-01-11
1121

1222
### Added
@@ -344,7 +354,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
344354
### Added
345355
- started a changelog to keep track of significant changes
346356

347-
[Unreleased]: https://github.com/fsspec/universal_pathlib/compare/v0.3.8...HEAD
357+
[Unreleased]: https://github.com/fsspec/universal_pathlib/compare/v0.3.9...HEAD
358+
[0.3.9]: https://github.com/fsspec/universal_pathlib/compare/v0.3.8...v0.3.9
348359
[0.3.8]: https://github.com/fsspec/universal_pathlib/compare/v0.3.7...v0.3.8
349360
[0.3.7]: https://github.com/fsspec/universal_pathlib/compare/v0.3.6...v0.3.7
350361
[0.3.6]: https://github.com/fsspec/universal_pathlib/compare/v0.3.5...v0.3.6

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ project as a dependency if you want to use it with `s3` and `http` filesystems:
5050
name = "myproject"
5151
requires-python = ">=3.9"
5252
dependencies = [
53-
"universal_pathlib>=0.3.7",
53+
"universal_pathlib>=0.3.9",
5454
"fsspec[s3,http]",
5555
]
5656
```

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ When adding `universal-pathlib` to your project, specify the filesystem extras y
5757
name = "myproject"
5858
requires-python = ">=3.9"
5959
dependencies = [
60-
"universal_pathlib>=0.3.7",
60+
"universal_pathlib>=0.3.9",
6161
"fsspec[s3,http]", # Add the filesystems you need
6262
]
6363
```

0 commit comments

Comments
 (0)