Skip to content

Commit 8254785

Browse files
authored
Update cattrs to 22.2.0 (#819)
* update cattrs to 1.9.0 * update cattrs to 22.2.0 to fix bugs * fix scale for CI docker smoke test, relax cattrs version requirements * remove upper cap for cattrs * update changelog
1 parent 760ac82 commit 8254785

File tree

7 files changed

+75
-52
lines changed

7 files changed

+75
-52
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ jobs:
309309
--batch_size 8 \
310310
--layer_name color \
311311
--chunks_per_shard 32 \
312-
--scale 1 \
312+
--voxel_size 1,1,1 \
313313
testdata/tiff testoutput/tiff
314314
315315
- name: Login to docker

webknossos/Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ For upgrade instructions, please check the respective *Breaking Changes* section
1717
### Added
1818

1919
### Changed
20+
- Updated cattrs dependency to 22.2.0. [#819](https://github.com/scalableminds/webknossos-libs/pull/819)
2021

2122
### Fixed
2223

webknossos/poetry.lock

Lines changed: 42 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webknossos/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ python = ">=3.7.1,<3.10"
3333
aiohttp = "^3.8.1"
3434
attrs = "^21.1.0"
3535
boltons = "~21.0.0"
36-
cattrs = "1.7.1"
36+
cattrs = ">=1.7.1"
3737
cluster_tools = { path = "../cluster_tools/", develop = true }
3838
fsspec = "^2022.2.0"
3939
httpx = ">=0.15.4,<0.19.0"

wkcuber/Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ For upgrade instructions, please check the respective *Breaking Changes* section
1414
### Added
1515

1616
### Changed
17+
- Updated cattrs dependency to 22.2.0. [#819](https://github.com/scalableminds/webknossos-libs/pull/819)
1718

1819
### Fixed
1920

wkcuber/poetry.lock

Lines changed: 28 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wkcuber/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include = ["wkcuber/version.py"] # included explicitly since it's in .gitignore
1212
[tool.poetry.dependencies]
1313
python = ">=3.7.1,<3.10"
1414
attrs = "^21.1.0"
15-
cattrs = "1.7.1"
15+
cattrs = ">=1.7.1"
1616
cluster_tools = { path = "../cluster_tools/", develop = true }
1717
czifile = "^2019.7.2"
1818
GitPython = "^3.0.5"

0 commit comments

Comments
 (0)