File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# Configuration variables
2- VERSION =1.4.3
2+ VERSION =1.4.4
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.4.8 "
17+ version = "1.4.9 "
Original file line number Diff line number Diff line change 11dbt-core ~= 1.4 ,< 1.5
22cx_Oracle == 8.3.0
3- oracledb == 1.4.1
3+ oracledb == 1.4.2
44
Original file line number Diff line number Diff line change 11[metadata]
22name = dbt-oracle
3- version = 1.4.3
3+ version = 1.4.4
44description = dbt (data build tool) adapter for the Oracle database
55long_description = file: README.md
66long_description_content_type = text/markdown
@@ -35,7 +35,7 @@ include_package_data = True
3535install_requires =
3636 dbt-core~=1.4,<1.5
3737 cx_Oracle ==8.3.0
38- oracledb ==1.4.1
38+ oracledb ==1.4.2
3939test_suite =tests
4040test_requires =
4141 dbt-tests-adapter~=1.4,<1.5
Original file line number Diff line number Diff line change 3434requirements = [
3535 "dbt-core~=1.4,<1.5" ,
3636 "cx_Oracle==8.3.0" ,
37- "oracledb==1.4.1 "
37+ "oracledb==1.4.2 "
3838]
3939
4040test_requirements = [
5252
5353url = 'https://github.com/oracle/dbt-oracle'
5454
55- VERSION = '1.4.3 '
55+ VERSION = '1.4.4 '
5656setup (
5757 author = "Oracle" ,
5858 python_requires = '>=3.7.2' ,
You can’t perform that action at this time.
0 commit comments