Skip to content

Commit

Permalink
AUTM-63 Bump oracledb to current.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Gibson committed Jan 31, 2024
1 parent 158bc81 commit 4c35517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "sat-utils"
version = "1.1.15-pre.1"
version = "1.2.1"
authors = [
{ name="Ryan Semmler", email="[email protected]" },
{ name="Shawn Taylor", email="[email protected]" },
Expand All @@ -19,7 +19,7 @@ dependencies = [
"requests>=2.29.0, <3.0.0",
"ldap3>=2.9.1, <3.0.0",
"cx_Oracle==8.3.0",
"oracledb==1.4.1",
"oracledb==2.0.1",
"pyodbc>=5.0.1, <6.0.0",
]

Expand Down

0 comments on commit 4c35517

Please sign in to comment.