Skip to content

Commit

Permalink
Fixing the vendor package (#142)
Browse files Browse the repository at this point in the history
* Fixing the vendor packages 
* Added changelog
* Version updates for dependencies
  • Loading branch information
vminfant authored Mar 25, 2024
1 parent 3c4c180 commit 56c21c3
Show file tree
Hide file tree
Showing 5 changed files with 143 additions and 104 deletions.
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

0 comments on commit 56c21c3

Please sign in to comment.