Skip to content

Commit

Permalink
Merge pull request #166 from Toloka/1.1.3_release
Browse files Browse the repository at this point in the history
1.1.3 release
  • Loading branch information
alexdrydew authored Feb 2, 2023
2 parents 7166e39 + b8eea81 commit bf7884b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.1.3
-------------------
Bugfixes:
* Removed upper bound on `cattrs` version.
* While structuring objects with unknown `spec_value` corresponding classes are generated in runtime now. Thus objects like filters, rule actions and others that are not fully documented in api/experimental/removed in past from toloka-kit could be safely structured now.

1.1.2
-------------------
Bugfixes:
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
python_requires='>=3.7.0',
install_requires=[
'attrs >= 20.3.0',
# cattr 22.2.0 breaks tests/primitives/test_operator.py
'cattrs >= 1.1.1',
'cached-property; python_version < "3.8.0"',
'filelock >= 3.2.0',
Expand Down
2 changes: 1 addition & 1 deletion src/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__title__ = 'toloka-kit'
__version__ = '1.1.2'
__version__ = '1.1.3'
__license__ = 'Apache 2.0'

0 comments on commit bf7884b

Please sign in to comment.