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 d463b33 commit 47208ffCopy full SHA for 47208ff
doc/src/release_notes.rst
@@ -43,6 +43,8 @@ Common Changes
43
(`issue 512 <https://github.com/oracle/python-oracledb/issues/512>`__).
44
#) Fixed bug when attempting to execute an empty statement
45
(`issue 525 <https://github.com/oracle/python-oracledb/issues/525>`__).
46
+#) Pin Cython to 3.1.x instead of 3.1.0 as requested
47
+ (`issue 530 <https://github.com/oracle/python-oracledb/issues/530>`__).
48
#) API documentation is now generated from the source code.
49
#) Internal change: typing_extensions is now a dependency.
50
pyproject.toml
@@ -2,7 +2,7 @@
2
requires = [
3
"setuptools >= 77.0.0",
4
"wheel",
5
- "cython == 3.1",
+ "cython ~= 3.1",
6
]
7
build-backend = "setuptools.build_meta"
8
0 commit comments