Skip to content

Commit 5ead0ed

Browse files
authored
Allow poco to use newer sqlite3 version (conan-io#26482)
1 parent a4bbd3a commit 5ead0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/poco/all/conanfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def requirements(self):
159159
if self.options.enable_xml:
160160
self.requires("expat/[>=2.6.2 <3]", transitive_headers=True)
161161
if self.options.enable_data_sqlite:
162-
self.requires("sqlite3/3.45.0")
162+
self.requires("sqlite3/[>=3.45.0 <4]")
163163
if self.options.enable_apacheconnector:
164164
self.requires("apr/1.7.4")
165165
self.requires("apr-util/1.6.1")

0 commit comments

Comments
 (0)