Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Changes
-------
422.doc (2023-04-27)
^^^^^^^^^^^^^^^^^^^^
* Added PEP 561 support.


0.4.0 (2023-03-16)
^^^^^^^^^^^^^^^^^^
* Fixed compatibility with python 3.9+.
Expand Down
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ same approach.
**aioodbc** is fully compatible and tested with uvloop_. Take a look at the test
suite, all tests are executed with both the default event loop and uvloop_.

**aioodbc** also supports `PEP 561`_. Developers should be able to utilize *aioodbc*'s
type annotations in their own projects with confidence.


Basic Example
-------------
Expand Down Expand Up @@ -171,4 +174,5 @@ Requirements
.. _unixODBC: http://www.unixodbc.org/
.. _threads: http://techspot.zzzeek.org/2015/02/15/asynchronous-python-and-databases/
.. _docker: https://docs.docker.com/engine/installation/
.. _PEP 561: https://peps.python.org/pep-0561/
.. _motor: https://emptysqua.re/blog/motor-0-7-beta/
1 change: 1 addition & 0 deletions aioodbc/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@