File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Expand file tree Collapse file tree 7 files changed +14
-14
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.2.1
51+ pip install pytest dbt-tests-adapter==1.2.2
5252 pip install -r requirements.txt
5353 pip install -e .
5454
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.2.1 "
17+ version = "1.2.2 "
Original file line number Diff line number Diff line change 1- dbt-core == 1.2.0
1+ dbt-core == 1.2.2
22cx_Oracle == 8.3.0
3- oracledb == 1.0.3
3+ oracledb == 1.1.1
44
Original file line number Diff line number Diff line change 66coverage
77twine
88pytest
9- dbt-tests-adapter==1.2.0
9+ dbt-tests-adapter==1.2.2
Original file line number Diff line number Diff line change 11[metadata]
22name = dbt-oracle
3- version = 1.2.0
3+ version = 1.2.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.2.1
35+ dbt-core ==1.2.2
3636 cx_Oracle ==8.3.0
37- oracledb ==1.0.3
37+ oracledb ==1.1.1
3838test_suite =tests
3939test_requires =
40- dbt-tests-adapter ==1.2.1
40+ dbt-tests-adapter ==1.2.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.2.1 " ,
35+ "dbt-core==1.2.2 " ,
3636 "cx_Oracle==8.3.0" ,
37- "oracledb==1.0.3 "
37+ "oracledb==1.1.1 "
3838]
3939
4040test_requirements = [
41- "dbt-tests-adapter==1.2.1 " ,
41+ "dbt-tests-adapter==1.2.2 " ,
4242 "pytest"
4343]
4444
5252
5353url = 'https://github.com/oracle/dbt-oracle'
5454
55- VERSION = '1.2.0 '
55+ VERSION = '1.2.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.1.1
18+ dbt-tests-adapter ==1.2.2
1919 pytest
2020
2121commands = pytest
You can’t perform that action at this time.
0 commit comments