Gcal-sync

Latest version: v7.0.0

Safety actively analyzes 710445 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 10

0.11.0

What's Changed
* Remove home assistant from project description by allenporter in https://github.com/allenporter/gcal_sync/pull/79
* Fix pydantic model default values by allenporter in https://github.com/allenporter/gcal_sync/pull/93
* Fix default value mypy typing found for pydantic 1.10+ by allenporter in https://github.com/allenporter/gcal_sync/pull/94

Dependency updates
* Update dependency pylint to v2.14.3 by renovate in https://github.com/allenporter/gcal_sync/pull/74
* Update dependency black to v22.6.0 by renovate in https://github.com/allenporter/gcal_sync/pull/75
* Update dependency pylint to v2.14.4 by renovate in https://github.com/allenporter/gcal_sync/pull/76
* Update dependency pre-commit to v2.20.0 by renovate in https://github.com/allenporter/gcal_sync/pull/77
* Update dependency coverage to v6.4.2 by renovate in https://github.com/allenporter/gcal_sync/pull/78
* Update dependency pytest-asyncio to v0.19.0 by renovate in https://github.com/allenporter/gcal_sync/pull/80
* Update dependency pylint to v2.14.5 by renovate in https://github.com/allenporter/gcal_sync/pull/81
* Update dependency mypy to v0.971 by renovate in https://github.com/allenporter/gcal_sync/pull/82
* Update dependency coverage to v6.4.3 by renovate in https://github.com/allenporter/gcal_sync/pull/84
* Update dependency pydantic to v1.9.2 by renovate in https://github.com/allenporter/gcal_sync/pull/85
* Update dependency freezegun to v1.2.2 by renovate in https://github.com/allenporter/gcal_sync/pull/86
* Update dependency pytz to v2022.2.1 by renovate in https://github.com/allenporter/gcal_sync/pull/87
* Update dependency coverage to v6.4.4 by renovate in https://github.com/allenporter/gcal_sync/pull/88
* Update dependency flake8 to v5 by renovate in https://github.com/allenporter/gcal_sync/pull/83
* Update dependency pylint to v2.15.0 by renovate in https://github.com/allenporter/gcal_sync/pull/89
* Update dependency black to v22.8.0 by renovate in https://github.com/allenporter/gcal_sync/pull/91
* Update dependency pytest to v7.1.3 by renovate in https://github.com/allenporter/gcal_sync/pull/92
* Update dependency pydantic to v1.10.1 by renovate in https://github.com/allenporter/gcal_sync/pull/90


**Full Changelog**: https://github.com/allenporter/gcal_sync/compare/0.10.0...0.11.0

0.10.0

What's Changed
* Add py.typed file for gcal sync by allenporter in https://github.com/allenporter/gcal_sync/pull/73


**Full Changelog**: https://github.com/allenporter/gcal_sync/compare/0.9.1...0.10.0

0.9.1

What's Changed
* Fix calendar object persistence by allenporter in https://github.com/allenporter/gcal_sync/pull/72
* Ignore vscode settings in github by allenporter in https://github.com/allenporter/gcal_sync/pull/71

Dependency upgrades
* Update dependency pre-commit to v2.19.0 by renovate in https://github.com/allenporter/gcal_sync/pull/48
* Update dependency flake8-black to v0.3.3 by renovate in https://github.com/allenporter/gcal_sync/pull/57
* Update dependency coverage to v6.3.3 by renovate in https://github.com/allenporter/gcal_sync/pull/53
* Update dependency pydantic to v1.9.1 by renovate in https://github.com/allenporter/gcal_sync/pull/59
* Update dependency pylint to v2.13.9 by renovate in https://github.com/allenporter/gcal_sync/pull/54
* Update dependency coverage to v6.4 by renovate in https://github.com/allenporter/gcal_sync/pull/63
* Update dependency mypy to v0.960 by renovate in https://github.com/allenporter/gcal_sync/pull/64
* Update dependency pylint to v2.14.0 by renovate in https://github.com/allenporter/gcal_sync/pull/65
* Update dependency coverage to v6.4.1 by renovate in https://github.com/allenporter/gcal_sync/pull/66
* Update dependency mypy to v0.961 by renovate in https://github.com/allenporter/gcal_sync/pull/67
* Update dependency pylint to v2.14.1 by renovate in https://github.com/allenporter/gcal_sync/pull/68
* Update dependency pylint to v2.14.2 by renovate in https://github.com/allenporter/gcal_sync/pull/70
* Update actions/setup-python action to v4 by renovate in https://github.com/allenporter/gcal_sync/pull/69

**Full Changelog**: https://github.com/allenporter/gcal_sync/compare/0.9.0...0.9.1

0.9.0

What's Changed
* Fix bug in Calendar timeZone field handling by allenporter in https://github.com/allenporter/gcal_sync/pull/61
* Add "get" API for calendar by allenporter in https://github.com/allenporter/gcal_sync/pull/62


**Full Changelog**: https://github.com/allenporter/gcal_sync/compare/0.8.1...0.9.0

0.8.1

What's Changed
* Pin to version range rather that specific version by allenporter in https://github.com/allenporter/gcal_sync/pull/60


**Full Changelog**: https://github.com/allenporter/gcal_sync/compare/0.8.0...0.8.1

0.8.0

What's Changed
* Add initial version of sync API library by allenporter in https://github.com/allenporter/gcal_sync/pull/35
* Add sync token invalidation support by allenporter in https://github.com/allenporter/gcal_sync/pull/42
* Cleanup local event APIs by allenporter in https://github.com/allenporter/gcal_sync/pull/43
* Add ability to reset local store on code incompatibility changes by allenporter in https://github.com/allenporter/gcal_sync/pull/45
* Fetch guests and other event fields by allenporter in https://github.com/allenporter/gcal_sync/pull/49
* Cleanup preparing for calendar list sync by allenporter in https://github.com/allenporter/gcal_sync/pull/50
* Add support for CalendarList sync by allenporter in https://github.com/allenporter/gcal_sync/pull/51
* Add test for 500 errors by allenporter in https://github.com/allenporter/gcal_sync/pull/52
* Cleanup and simplify list event APIs by allenporter in https://github.com/allenporter/gcal_sync/pull/55
* Add ResponseStatus fields to gcal sync APIs by allenporter in https://github.com/allenporter/gcal_sync/pull/56
* Remove deleted items in incremental sync by allenporter in https://github.com/allenporter/gcal_sync/pull/47

Dependency bumps
* Update dependency pylint to v2.13.8 by renovate in https://github.com/allenporter/gcal_sync/pull/24
* Update codecov/codecov-action action to v3.1.0 by renovate in https://github.com/allenporter/gcal_sync/pull/25
* Update dependency mypy to v0.950 by renovate in https://github.com/allenporter/gcal_sync/pull/31
* Update dependency click to v8.1.3 by renovate in https://github.com/allenporter/gcal_sync/pull/32


**Full Changelog**: https://github.com/allenporter/gcal_sync/compare/0.7.1...0.8.0

Page 7 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.