We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df2972 commit de2792fCopy full SHA for de2792f
doc/src/release_notes.rst
@@ -32,6 +32,7 @@ Common Changes
32
attributes or used as elements of collections
33
(`issue 273 <https://github.com/oracle/python-oracledb/issues/273>`__).
34
#) Corrected typing declarations.
35
+#) Bumped minimum requirement of Cython to 3.0.
36
37
38
oracledb 2.0.0 (December 2023)
setup.cfg
@@ -35,7 +35,7 @@ classifiers =
[options]
zip_safe = false
python_requires = >=3.7
-setup_requires = cython
+setup_requires = cython>=3.0
39
install_requires = cryptography>=3.2.1
40
test_suite = tests
41
packages = find:
0 commit comments