File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# Configuration variables
2- VERSION =1.9.2
2+ VERSION =1.9.3
33PROJ_DIR? =$(shell pwd)
44VENV_DIR? =${PROJ_DIR}/.bldenv
55BUILD_DIR =${PROJ_DIR}/build
Original file line number Diff line number Diff line change 1414 See the License for the specific language governing permissions and
1515 limitations under the License.
1616"""
17- version = "1.9.1 "
17+ version = "1.9.3 "
Original file line number Diff line number Diff line change 11dbt-common >= 1.1.0 ,< 2.0
22dbt-adapters >= 1.2.1 ,< 2.0
3- dbt-core >= 1.9.1 ,< 2.0
4- oracledb == 3.1.1
3+ dbt-core >= 1.9.3 ,< 2.0
4+ oracledb == 3.2.0
Original file line number Diff line number Diff line change 11[metadata]
22name = dbt-oracle
3- version = 1.9.2
3+ version = 1.9.3
44description = dbt (data build tool) adapter for Oracle Autonomous Database
55long_description = file: README.md
66long_description_content_type = text/markdown
@@ -35,7 +35,7 @@ install_requires =
3535 dbt-common>=1.1.0,<2.0
3636 dbt-adapters>=1.2.1,<2.0
3737 dbt-core~=1.9,<1.10
38- oracledb ==3.1.1
38+ oracledb ==3.2.0
3939test_suite =tests
4040test_requires =
4141 dbt-tests-adapter~=1.10,<1.11
Original file line number Diff line number Diff line change 4343 "dbt-common>=1.1.0,<2.0" ,
4444 "dbt-adapters>=1.2.1,<2.0" ,
4545 "dbt-core~=1.9,<1.10" ,
46- "oracledb==3.1.1 "
46+ "oracledb==3.2.0 "
4747]
4848
4949test_requirements = [
6161
6262url = 'https://github.com/oracle/dbt-oracle'
6363
64- VERSION = '1.9.2 '
64+ VERSION = '1.9.3 '
6565setup (
6666 author = "Oracle" ,
6767 python_requires = '>=3.9' ,
You can’t perform that action at this time.
0 commit comments