Skip to content

Commit c2a8157

Browse files
committed
fix: Add py.typed file for mypy, edit CHANGELOG
1 parent 69a0a1e commit c2a8157

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8-
## Unreleased
8+
## [Unreleased]
99
### Changed
1010
* DeepL API calls now send requests with JSON-encoded bodies where possible.
1111
### Fixed
1212
* Catch failures while constructing the user agent string.
13+
* Added `py.typed` to the package so that our package is typed for our users.
14+
* Fixed most type errors in the package.
1315

1416

1517
## [1.15.0] - 2023-06-09

deepl/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)