File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Changelog
33=========
44
5- 3.3.0 (TBA )
5+ 3.3.0 (2025-11-05 )
66------------------------
77
8+ * Added ``count_comments= `` parameter to ``Table.all `` and ``Table.first ``.
9+ - `PR #441 <https://github.com/gtalarico/pyairtable/pull/441 >`_
10+ * Added support for `Create Workspace <https://airtable.com/developers/web/api/create-workspace >`_
11+ via :meth: `Enterprise.create_workspace <pyairtable.Enterprise.create_workspace> `.
12+ - `PR #442 <https://github.com/gtalarico/pyairtable/pull/442 >`_
813* Added support for Python 3.14 and dropped support for Python 3.9.
14+ - `PR #443 <https://github.com/gtalarico/pyairtable/pull/443 >`_
15+ * Added pyairtable.models.schema.FieldType enum.
16+ - `PR #444 <https://github.com/gtalarico/pyairtable/pull/444 >`_
917
10183.2.0 (2025-08-17)
1119------------------------
Original file line number Diff line number Diff line change 1- __version__ = "3.2 .0"
1+ __version__ = "3.3 .0"
22
33from pyairtable .api import Api , Base , Table
44from pyairtable .api .enterprise import Enterprise
You can’t perform that action at this time.
0 commit comments