File tree Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 4848 - name : Install dbt-oracle with core dependencies
4949 run : |
5050 python -m pip install --upgrade pip
51- pip install pytest dbt-tests-adapter==1.3.0
51+ pip install pytest dbt-tests-adapter==1.3.1
5252 pip install -r requirements.txt
5353 pip install -e .
5454
Original file line number Diff line number Diff line change 11# Configuration variables
2- VERSION =1.3.0
2+ VERSION =1.3.1
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.3.0 "
17+ version = "1.3.1 "
Original file line number Diff line number Diff line change 1- dbt-core == 1.3.0
1+ dbt-core == 1.3.1
22cx_Oracle == 8.3.0
3- oracledb == 1.1.1
3+ oracledb == 1.2.0
44
Original file line number Diff line number Diff line change 66coverage
77twine
88pytest
9- dbt-tests-adapter==1.3.0
9+ dbt-tests-adapter==1.3.1
Original file line number Diff line number Diff line change 11[metadata]
22name = dbt-oracle
3- version = 1.3.0
3+ version = 1.3.1
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.3.0
35+ dbt-core ==1.3.1
3636 cx_Oracle ==8.3.0
37- oracledb ==1.1.1
37+ oracledb ==1.2.0
3838test_suite =tests
3939test_requires =
40- dbt-tests-adapter ==1.3.0
40+ dbt-tests-adapter ==1.3.1
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.3.0 " ,
35+ "dbt-core==1.3.1 " ,
3636 "cx_Oracle==8.3.0" ,
37- "oracledb==1.1.1 "
37+ "oracledb==1.2.0 "
3838]
3939
4040test_requirements = [
41- "dbt-tests-adapter==1.3.0 " ,
41+ "dbt-tests-adapter==1.3.1 " ,
4242 "pytest"
4343]
4444
5252
5353url = 'https://github.com/oracle/dbt-oracle'
5454
55- VERSION = '1.3.0 '
55+ VERSION = '1.3.1 '
5656setup (
5757 author = "Oracle" ,
5858 python_requires = '>=3.7.2' ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ passenv =
1515
1616deps =
1717 -rrequirements.txt
18- dbt-tests-adapter ==1.3.0
18+ dbt-tests-adapter ==1.3.1
1919 pytest
2020
2121commands = pytest
You can’t perform that action at this time.
0 commit comments