Skip to content

Releases: djachenko/pyvko

Release list

v0.1.13

Choose a tag to compare

@bot-djachenko bot-djachenko released this 05 Jul 09:00

v0.1.13 (2026-07-05)

This release is published under the MIT License.

Bug Fixes

  • Resolve circular import between Group and User (e1d923b)

Detailed Changes: v0.1.12...v0.1.13

v0.1.12

Choose a tag to compare

@bot-djachenko bot-djachenko released this 24 Jun 13:08

v0.1.12 (2026-06-24)

This release is published under the MIT License.

Bug Fixes

  • Dict = None → Dict | None across api_based, albums, reposts (1ca5214)

  • Fixed repokit dependencies (a57c1a3)

  • Fixed ruff errors (c7d9170)

  • Get_all and PhotoUploader type signatures (71912f8)

  • Groups imports — remove tokenize shim, add Any/TYPE_CHECKING (b9f4da0)

  • Link stub properties raise NotImplementedError, photo_object typed as Any (d9f8445)

  • Migrate pyvko_main and events self.api → self.new_api (d0da0ca)

  • Nullable fields in PostModel, Post, CommentModel (2409ec1)

  • Precise mypy override for vk_api, remove types-requests from deps (47d47b3)

  • Remove API=Any shims, replace api: API type hints with Any (c5f8054)

Chores

  • [repokit] add pyproject.toml (ce1ad58)

  • [repokit] save language config (c795b9e)

  • [repokit] update ci workflows (86a4a5e)

  • [repokit] update ci workflows (3a57a9f)

  • [repokit] update ci workflows (0aa7ff9)

  • Add pyproject.toml for modern build config (95807db)

  • Exclude pyvko_runner from mypy, add BACKLOG (4b83662)

  • Ignore missing stubs globally, document in BACKLOG (c9c21f8)

  • Replace vk with vk_api dependency (799c733)

  • Replace vk.API type hints with Any (6067fd9)

  • Restore version to 0.1.11 for PSR (8a91233)

Documentation

  • Add CLAUDE.md project guide (ab1eaf7)

Refactoring

  • Add api fail-fast property to ApiMixin and ApiBased (19374ca)

  • Migrate remaining api→new_api calls, fix groups imports (e4d07cb)

  • Migrate to src layout (dcb16e4)

  • Remove CaptchedApi, add native vk_api captcha handler (76eba5a)

  • Rename api→new_api, migrate active upload code paths to vk_api (9b33460)


Detailed Changes: v0.1.11...v0.1.12