|
43 | 43 | "dbt-common>=1.1.0,<2.0", |
44 | 44 | "dbt-adapters>=1.2.1,<2.0", |
45 | 45 | "dbt-core~=1.10,<1.11", |
46 | | - "oracledb==3.3.0" |
| 46 | + "oracledb==3.4.1" |
47 | 47 | ] |
48 | 48 |
|
49 | 49 | test_requirements = [ |
|
61 | 61 |
|
62 | 62 | url = 'https://github.com/oracle/dbt-oracle' |
63 | 63 |
|
64 | | -VERSION = '1.9.4' |
| 64 | +VERSION = '1.10.0' |
65 | 65 | setup( |
66 | 66 | author="Oracle", |
67 | 67 | python_requires='>=3.9', |
68 | 68 | classifiers=[ |
69 | 69 | 'Development Status :: 5 - Production/Stable', |
70 | 70 | 'Intended Audience :: Developers', |
71 | | - 'License :: OSI Approved :: Apache Software License', |
72 | 71 | 'Natural Language :: English', |
73 | 72 | 'Programming Language :: Python :: 3', |
74 | 73 | 'Programming Language :: Python :: 3.9', |
75 | 74 | 'Programming Language :: Python :: 3.10', |
76 | 75 | 'Programming Language :: Python :: 3.11', |
77 | | - 'Programming Language :: Python :: 3.12' |
| 76 | + 'Programming Language :: Python :: 3.12', |
| 77 | + 'Programming Language :: Python :: 3.13' |
78 | 78 | ], |
79 | 79 | description="dbt (data build tool) adapter for Oracle Autonomous Database", |
80 | 80 | install_requires=requirements, |
81 | | - license="Apache Software License 2.0", |
| 81 | + license="Apache License 2.0", |
| 82 | + license_files=["LICENSE.txt"], |
82 | 83 | long_description=readme, |
83 | 84 | long_description_content_type='text/markdown', |
84 | 85 | include_package_data=True, |
|
0 commit comments