Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d4813cc

Browse files
committedMay 16, 2025·
Adjust wording
1 parent e3eb25d commit d4813cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/upgrading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ New Features:
2525
Other improvements:
2626
- ~70% faster client instantiation time thanks to extensive refactoring to implement lazy loading. This means your app won't waste time loading code for features you're not using.
2727
- Retries with exponential backoff are now enabled by default for REST calls (implemented for both urllib3 and aiohttp).
28-
- We're following [PEP 561](https://typing.python.org/en/latest/spec/distributing.html#packaging-typed-libraries) adding a `py.typed` marker file to indicate inline type information is present in the package. We're still working toward reaching full coverage with our type hints, but including this file allows some tools to find the inline definitions we have already implemented.
28+
- We're following [PEP 561](https://typing.python.org/en/latest/spec/distributing.html#packaging-typed-libraries) and adding a `py.typed` marker file to indicate inline type information is present in the package. We're still working toward reaching full coverage with our type hints, but including this file allows some tools to find the inline definitions we have already implemented.
2929

3030

3131
### Backups for Serverless Indexes

0 commit comments

Comments
 (0)
Please sign in to comment.