File tree Expand file tree Collapse file tree 7 files changed +14
-13
lines changed Expand file tree Collapse file tree 7 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 4545 - name : Install dbt-oracle with core dependencies
4646 run : |
4747 python -m pip install --upgrade pip
48- pip install pytest dbt-tests-adapter==1.1.1
48+ pip install pytest dbt-tests-adapter==1.1.2
4949 pip install -r requirements.txt
5050 pip install -e .
5151
Original file line number Diff line number Diff line change 11# Configuration variables
2- VERSION =1.1.2rc1
2+ VERSION =1.1.2rc2
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.1.1 "
17+ version = "1.1.2 "
Original file line number Diff line number Diff line change 1- dbt-core == 1.1.1
1+ dbt-core == 1.1.2
22cx_Oracle == 8.3.0
3+ oracledb == 1.0.3
34
Original file line number Diff line number Diff line change 66coverage
77twine
88pytest
9- dbt-tests-adapter==1.1.1
9+ dbt-tests-adapter==1.1.2
Original file line number Diff line number Diff line change 11[metadata]
22name = dbt-oracle
3- version = 1.1.2rc1
3+ version = 1.1.2rc2
44description = dbt (data build tool) adapter for the Oracle database
55long_description = file: README.md
66long_description_content_type = text/markdown
@@ -32,12 +32,12 @@ zip_safe = False
3232packages = find:
3333include_package_data = True
3434install_requires =
35- dbt-core ==1.1.1
35+ dbt-core ==1.1.2
3636 cx_Oracle ==8.3.0
37- oracledb ==1.0.1
37+ oracledb ==1.0.3
3838test_suite =tests
3939test_requires =
40- dbt-tests-adapter ==1.1.1
40+ dbt-tests-adapter ==1.1.2
4141 pytest
4242scripts =
4343 bin/create-pem-from-p12
Original file line number Diff line number Diff line change 3232
3333
3434requirements = [
35- "dbt-core==1.1.1 " ,
35+ "dbt-core==1.1.2 " ,
3636 "cx_Oracle==8.3.0" ,
37- "oracledb==1.0.1 "
37+ "oracledb==1.0.3 "
3838]
3939
4040test_requirements = [
41- "dbt-tests-adapter==1.1.1 " ,
41+ "dbt-tests-adapter==1.1.2 " ,
4242 "pytest"
4343]
4444
5252
5353url = 'https://github.com/oracle/dbt-oracle'
5454
55- VERSION = '1.1.2rc1 '
55+ VERSION = '1.1.2rc2 '
5656setup (
5757 author = "Oracle" ,
5858 python_requires = '>=3.7.2' ,
You can’t perform that action at this time.
0 commit comments