File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Expand file tree Collapse file tree 8 files changed +12
-12
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.5.2
51+ pip install pytest dbt-tests-adapter==1.5.3
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.5.1
2+ VERSION =1.5.2
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.5.2 "
17+ version = "1.5.3 "
Original file line number Diff line number Diff line change 1- dbt-core == 1.5.2
1+ dbt-core == 1.5.3
22cx_Oracle == 8.3.0
33oracledb == 1.3.2
44
Original file line number Diff line number Diff line change 66coverage
77twine
88pytest
9- dbt-tests-adapter==1.5.2
9+ dbt-tests-adapter==1.5.3
Original file line number Diff line number Diff line change 11[metadata]
22name = dbt-oracle
3- version = 1.5.1
3+ version = 1.5.2
44description = dbt (data build tool) adapter for the Oracle database
55long_description = file: README.md
66long_description_content_type = text/markdown
@@ -33,12 +33,12 @@ zip_safe = False
3333packages = find:
3434include_package_data = True
3535install_requires =
36- dbt-core ==1.5.2
36+ dbt-core ==1.5.3
3737 cx_Oracle ==8.3.0
3838 oracledb ==1.3.2
3939test_suite =tests
4040test_requires =
41- dbt-tests-adapter ==1.5.2
41+ dbt-tests-adapter ==1.5.3
4242 pytest
4343scripts =
4444 bin/create-pem-from-p12
Original file line number Diff line number Diff line change 3232
3333
3434requirements = [
35- "dbt-core==1.5.2 " ,
35+ "dbt-core==1.5.3 " ,
3636 "cx_Oracle==8.3.0" ,
3737 "oracledb==1.3.2"
3838]
3939
4040test_requirements = [
41- "dbt-tests-adapter==1.5.2 " ,
41+ "dbt-tests-adapter==1.5.3 " ,
4242 "pytest"
4343]
4444
5252
5353url = 'https://github.com/oracle/dbt-oracle'
5454
55- VERSION = '1.5.1 '
55+ VERSION = '1.5.2 '
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.5.2
18+ dbt-tests-adapter ==1.5.3
1919 pytest
2020
2121commands = pytest
You can’t perform that action at this time.
0 commit comments