We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4683977 commit 7f9b69cCopy full SHA for 7f9b69c
CHANGES
@@ -1,3 +1,13 @@
1
+4.3.0 (2024-10-13)
2
+------------------
3
+ - Drop support for Python 3.7 and 3.8 and add support for Python 3.12 and 3.13 (#1421, #1408)
4
+ - Add workaround to support date values with timezone in combination with
5
+ isodate 0.7.2 (#1431)
6
+ - Replace deprecated `datetime.datetime.utcnow()`
7
+ - Properly close 'file://' resources (#1339)
8
+ - Complete migration to pyproject.toml (remove setup.py)
9
+
10
11
4.2.1 (2022-11-10)
12
-------------------
13
- Fix error regarding closing session in async transport (#1347)
0 commit comments