Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing the vendor package #142

Merged
merged 3 commits into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,9 @@ Changes are grouped as follows
- Updated Github actions to use the latest versions of Code Cov.
- Removed the multi-version support for pydantic.
- Introduced vendoring for pydantic v1.

## [0.3.6] - 2024-03-25

### Fixed
- Dependency updates for source code.
- Included vendor directory as package to be included in the final distribution.
2 changes: 1 addition & 1 deletion cognite/cdffs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from .spec import CdfFileSystem

__version__ = "0.3.5"
__version__ = "0.3.6"
__all__ = ["CdfFileSystem"]

fsspec.register_implementation(CdfFileSystem.protocol, CdfFileSystem)
6 changes: 2 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
toml==0.10.2
fsspec==2024.2.0
cognite-sdk==7.26.0
fsspec==2024.3.1
cognite-sdk==7.32.0
requests==2.31.0
pydantic==2.6.3
sphinx-rtd-theme==2.0.0
tenacity==8.2.3
pydantic_settings==2.1.0
Loading
Loading